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.
Dark Plasma Evacuate All Items - DarkPlasma_EvacuateAllItems.js
Plugin desc : Plugin command to evacuate items
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_EvacuateAllItems.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_EvacuateAllItems.js
File name : DarkPlasma_EvacuateAllItems.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Plugin command to evacuate items @author DarkPlasma @license MIT @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/DarkPlasma-MZ-Plugins ). Original plugin by DarkPlasma. Please check the latest official version at: https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release ----- version: 1.0.0 Provides a plugin command to temporarily store items you own. Stored items will disappear from your inventory. You can return them to your inventory using the restore command. This plugin extends your save data. The IDs and number of stored items will be included in the save data. @command EvacuateAllItems @text Evacuate items @desc Temporarily remove all items you have. @arg evacuateItems @text Evacuate items @desc Evacuate items. Don't evacuate anything important. @type boolean @default true @arg evacuateWeapons @text Draw back your weapon @desc This will unload your weapon. Your equipped weapon will not be unloaded. @type boolean @default false @arg evacuateArmors @text Evacuate the armor @desc Evacuate your armor. Equipped armor will not be evacuated. @type boolean @default false @arg evacuateKeyItems @text Evacuate important things @desc Evacuate important things. @type boolean @default false @command RegainItems @text Returning evacuated items @desc Return the items you have evacuated. Items that exceed the limit will be discarded.