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.
Limited One Item - LimitedOneItem.js
Plugin desc : ver1.01/You can now set items that you can only own one of.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Item_Skill/LimitedOneItem.js
File name : LimitedOneItem.js
Help of plugin :
@plugindesc ver1.01/You can now set items that you can only own one of. @author Yana @url https://github.com/munokura/Yana-MV-plugins @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/Yana-MV-plugins ). Original plugin by Yana. ----- There are no plugin commands. ------------------------------------------------------ ------------------------------------------------------ How to Set Up ------------------------------------------------------ If the Note field of an item, weapon, or armor contains the text set by LimitedKey, that item becomes limited, you cannot possess more than one, and you cannot acquire more. In addition, as an additional function, if you reach your item limit, the switch with the ID specified by ItemFullSwitchID will be turned ON. ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver1.01:180409 Updated plugin parameter specifications to 1.5.0. Fixed a bug that prevented the message displayed when you reached your inventory limit from being disabled. ver1.00: Released @param LimitedKey @desc This is a keyword to be written in the memo to specify limited items. @default <Limited> @param KeyItemLimited @desc If you want to treat all Key Item as limited editions, specify true. @default false @type boolean @param IncludeMemberEquips @desc Specify true if you want to include party members' equipment in the number of items you own. @default true @type boolean @param IncludeOutMemberEquips @desc If you want to include equipment belonging to members outside your party in the number of items you own, specify true. @default true @type boolean @param ItemFullSwitchID @desc This is the ID of the switch that turns ON when the item limit is exceeded. @default 24 @type switch @param UngettableMessage @desc This is the text that pops up when you are unable to obtain an item due to possession limit. *GetInformation must be installed. @default ¥I[_icon]_name ¥c[4]can't hold on any longer!