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.
NUUN Item Num - NUUN_ItemNum.js
Plugin desc : Change item quantity display
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_ItemNum.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_ItemNum.js
File name : NUUN_ItemNum.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Change item quantity display @author NUUN @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/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- Customize the item count display. If the maximum number of items you own becomes too high and the characters become hard to read, try increasing the number of digits. (Default: 00) party: Party num: Number of items owned maxNum: Maximum number Item memo field <NoItemNum> Does not display the number of items. Terms of Use This plugin is distributed under the MIT License. Update History August 22, 2022 Ver. 1.0.1 Fixed an issue where expressions would not be evaluated when enclosed in quotation marks. June 11, 2022 Ver. 1.0.0 First release @param NumberDigits @text Set the number of digits for the quantity. Example: Three 0s for three digits (000) @desc Number of digits in the count @type string @default 00 @param ItemNumPrefix @text String before possession quantity @desc Set the string to be displayed before the number of possessions. @type string @default : @param ItemNumEval @text Possession number format @desc Specify the display format of the number of possessions using an evaluation formula (enclosed in '' or ""). @type combo @default 'num' @option 'num' @option 'num +"/"+ maxNum'