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.
Key Item Number - KeyItemNumber.js
Plugin desc : display on/off the number of key items.
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Sasuke KANNAZUKI
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins KeyItemNumber.js
File name : KeyItemNumber.js
Help of plugin :
* @plugindesc display on/off the number of key items. * @author Sasuke KANNAZUKI * * @param KeyItem * @desc whether display the number at menu window. * 0:not display, 1:always display, 2:display only plural items * @default 0 * * @param MessageWindow * @desc whether display the number at message window. * 0:not display, 1:always display, 2:display only plural items * @default 0 * * @help * Plugin Command: * KeyItemNumber arg0 arg1 * arg0 must be a number 1, 2, 3, or 4 * 1:normal item, 2:important item, 3:hidden item A, 4:hidden item B. * arg1 must be a number 0, 1, or 2 * 0:not display, 1:always display, 2:display only plural items * * if it's not defined, MessageWindow number is used. * ex. * KeyItemNumber 3 0 # item number won't be displayed at hidden item A list. * KeyItemNumber 1 1 # item number will be displayed at normal item list.