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.
TM Max Items - TMMaxItems.js
Plugin desc : Set the maximum number of items you can own individually.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMMaxItems.js
File name : TMMaxItems.js
Help of plugin :
@target MZ MV @plugindesc Set the maximum number of items you can own individually. @author tomoaky @url https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/master/TMMaxItems.js @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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Item Possession Limit Setting ver1.0.0 How to Use: Set the item possession limit with the tag <maxItems:9999> in the item's Note field. Items without this tag will remain at 99. There is no plugin command. Note: This plugin overrides the numberWidth and drawItemNumber of Window_ItemList, and the maxDigits of Window_ShopNumber. Placing this plugin as high up in the plugin manager as possible may help avoid conflicts with other plugins. Terms of Use: MIT License. https://ja.osdn.net/projects/opensource/wiki/licenses%2FMIT_license You may be able to modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, 18+, etc.). @param numberMaxDigits @text Maximum possession limit @desc Maximum number of digits you can own Initial value: 4 @default 4 @type number @min 1 @param numberFontSize @text Quantity display font size @desc Font size for item count display Default: 24 @default 24 @type number @param numberSeparator @text String to display before the number @desc String to display before the number @default ×