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 Box Category - FTKR_ItemBoxCategory.js
Plugin desc : v1.1.0 Add and change item box categories
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_ItemBoxCategory.js
File name : FTKR_ItemBoxCategory.js
Help of plugin :
@plugindesc v1.1.0 Add and change item box categories @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 changes the item box category. Online Manual https://github.com/futokoro/RPGMaker/blob/master/FTKR_ItemBoxCategory.ja.md ----------------------------------------------------------------------------- Setup Instructions ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." 2. This plugin cannot be used in conjunction with FTKR_ItemCategoryFixed.js. ---------------------------------------------------------------------------- Changing Item Categories ---------------------------------------------------------------------------- Changes the display of item categories on the item screen and shop screen. 1. Changing Item Category Display You can change the display of item categories depending on the settings you make for the plugin parameter <Items Category>. The input information is as follows: item - Displays "Items" weapon - Displays "Weapons" armor - Displays "Armors" keyItem - Displays "Key Item" all - Displays the display name set in the plugin parameter <Category All Name> Displays all items, weapons, armor, and Key Item in the item box any character - Displays any string you enter Sets this string as a new category name (*1) You can set multiple categories using a comma (,). Item categories will be displayed in the order entered. (*1) Adding a Category By entering the following tag in the Note field of an item, weapon, or armor, you can set the added category to the item, weapon, or armor. <IBCt_CATEGORY: category_name> ----------------------------------------------------------------------------- License for this plugin ----------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2017 Futokoro http://opensource.org/licenses/mit-license.php Plugin Publisher https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.1.0 - December 10, 2017: Added Traits 1. Added the ability to set the display name of "items" on the Item Screen separately from the menu screen. v1.0.0 - July 1, 2017: First version created ----------------------------------------------------------------------------- @param Items Category @desc Categories to display in the item box. Separate them with a comma (,). @default item, weapon, armor, keyItem @param Category Item Name @desc Display name of category 'item' Set if you want to change it from the menu screen display @param Category All Name @desc Display name for category 'all' @default All