An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Dark Plasma Clear Equip - DarkPlasma_ClearEquip.js

Plugin desc : Remove all equipment

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ClearEquip.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ClearEquip.js

File name : DarkPlasma_ClearEquip.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Remove all equipment
@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: 2.1.3
If the plugin parameter is ON,
when a member leaves a party,
all of that member's equipment will be removed, except for fixed equipment.

Using plugin commands, you can specify equipment types or remove all equipment
from a specified actor or entire party, except for fixed equipment.

@param clearEquipWhenMemberIsOut
@text Remove equipment when leaving the party
@desc Whether to remove all equipment when leaving the party
@type boolean
@default false

@command clearEquip
@text Remove equipment
@desc Unequips the specified actor.
@arg actorId
@text actor
@type actor

@arg equipTypes
@text Equipment Type ID
@desc List of removed equipment types
@type number[]

@command clearAllMemberEquip
@text Unequip everyone
@desc Remove all equipment from all party members.
@arg equipTypes
@text Equipment Type ID
@desc List of removed equipment types
@type number[]

@command clearAllEquip
@text Remove all equipment
@desc Removes all equipment from the specified actor.
@arg actorId
@text actor
@type actor

@command clearAllMemberAllEquip
@text Remove all equipment from everyone
@desc Remove all equipment from all party members.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.