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.
Item Max Only One - ItemMaxOnlyOne.js
Plugin desc : Multiple item possession restriction plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/ItemMaxOnlyOne.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/ItemMaxOnlyOne.js
File name : ItemMaxOnlyOne.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ItemMaxOnlyOne.js @plugindesc Multiple item possession restriction plugin @author Triacontane @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/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- ItemMaxOnlyOne.js Limits the maximum number of items possessed to one. When this is set, you can remove the possession count from the menu screen. If a restricted item is assigned as initial equipment to multiple actors, all actors except the first will be unequipped. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder in the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param condition @text conditions @desc This is the condition for items whose possession limit is set to 1. If not set, the possession limit for all items will be set to 1. @type select @default noCondition @option unconditional @value noCondition @option Contains notetags @value hasMeta @option Does not contain notetags @value noMeta @param tagName @text Notetag Name @desc The notetag name if the condition is include/exclude notetag. Written as <aaa> in the item database. @default aaa @param itemNumberHidden @text Hide number of possessions @desc If you set the possession limit to 1, the quantity of the item will not be displayed on the menu screen. @type boolean @default true