Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
FTKR Item Category Fixed - FTKR_ItemCategoryFixed.js
Plugin desc : v1.0.3 Remove category selection from item box
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_ItemCategoryFixed.js
File name : FTKR_ItemCategoryFixed.js
Help of plugin :
@plugindesc v1.0.3 Remove category selection from item box @author Futokoro @url https://github.com/munokura/futokoro-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/futokoro-MV-plugins ). Original plugin by Futokoro. Please check the URL below for the latest version of the plugin. URL https://github.com/futokoro/RPGMaker ----- ----------------------------------------------------------------------------- Overview ----------------------------------------------------------------------------- Implementing this plugin will eliminate the category selection in the item box. The category window will not be displayed. The item categories displayed in the box are configured using the plugin parameters. item - Show only items (excluding Key Item) allitem - Show only items (including Key Item) weapon - Show only weapons armor - Show only armors key - Show only Key Item all - Show all items, weapons, and armors ----------------------------------------------------------------------------- Setup ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." --------------------------------------------------------------------------- License for this plugin --------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2017-2019 Futokoro http://opensource.org/licenses/mit-license.php ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.0.3 - 2019/10/25: Bug Fixes (Proposed by YouChalic) Fixed an issue where hidden items were displayed when selecting "item" or "all." Added categories and some changes. "itemall" displays items and Key Item. Added "key" to display only Key Item. Changed "item" to exclude Key Item. v1.0.2 - 2019/04/16: Bug Fixes Fixed an issue where the help window text was not displayed when the item screen was opened. v1.0.1 - June 2, 2017: Added support for shop sales. v1.0.0 - June 1, 2017: Initial version created. ----------------------------------------------------------------------------- @param Item Category @desc Categories to display in the item box @default all @type select @option Items only (Key Item not included) @value item @option Items only (including Key Item) @value allitem @option Weapons only @value weapon @option Armors only @value armor @option Only the important things @value key @option all @value all