Welcome to PGMZ! 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.
Dark Plasma Battle Item Visibility - DarkPlasma_BattleItemVisibility.js
Plugin desc : Control what appears in the in-battle item list
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_BattleItemVisibility.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_BattleItemVisibility.js
File name : DarkPlasma_BattleItemVisibility.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Control what appears in the in-battle item list @author DarkPlasma @license MIT @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/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- version: 2.0.4 This setting determines which items are displayed in the item list displayed when using item commands during battle. You can use plugin parameters to configure which items are displayed by category. Items entered in the item memo field as shown below will be displayed. <VisibleInBattle> @param showOnlyMenuItems @text Display menu screen items @desc Displays items that can only be used on the menu screen @type boolean @default false @param showUnusableItems @text Show Unavailable Items @desc Show unavailable items @type boolean @default false @param showWeapons @text Show Weapons @desc Show weapons @type boolean @default false @param showArmors @text Show Armor @desc Shows armor @type boolean @default false @param showImportantItems @text Show what matters @desc Show what's important @type boolean @default false @param showUsableSecretItems @text Show usable hidden items @desc Displays hidden items that can be used during battle @type boolean @default false @param showUnusableSecretItemsA @text Show Unusable Hidden Item A @desc Displays hidden item A that cannot be used during battle. @type boolean @default false @param showUnusableSecretItemsB @text Show Unusable Hidden Item B @desc Displays hidden item B that cannot be used during battle. @type boolean @default false