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 Item Restriction - TMItemRestriction.js
Plugin desc : Adds constraints on the target actors for the item.
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/TMItemRestriction.js
File name : TMItemRestriction.js
Help of plugin :
@plugindesc Adds constraints on the target actors for the item. @author tomoaky @url https://github.com/munokura/tomoaky-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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Item Constraint Extension ver1.0.1 Usage: By adding tags to an item's Note field, you can restrict the actors that can be selected as targets. This plugin has been tested with RPG Maker MV Version 1.3.4. Note field Tag (Item): <justOnce> Items with this tag in the Note field can only be used once by the same actor. <targetActor:1 2> Items with this tag in the Note field can only be used by actors 1 and 2. Plugin Command: clearItemRestriction 1 Resets the item usage history for actor 1, making items with the <justOnce> tag usable again.