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

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

MZ plugins

Change Slot - ChangeSlot.js

Plugin desc : Equipment slot change Ver1.4.7 (2025/7/22)

License : MIT License

Author : PotatoDragon

Website : https://github.com/pota-gon/RPGMakerMZ/wiki

Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Data/Equip/ChangeSlot.js

Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/ChangeSlot.js

File name : ChangeSlot.js

Help of plugin :

@target MZ
@url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Data/Equip/ChangeSlot.js
@plugindesc Equipment slot change Ver1.4.7 (2025/7/22)
@author PotatoDragon
@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/PotatoDragon-MZ-plugins ).
Original plugin by PotatoDragon.
Please check the latest official version at:
https://github.com/pota-gon/RPGMakerMZ/wiki
-----

## Overview
Allows you to set multiple equipment slots.

## Usage
By setting the equipment type in the parameter (equipment slot),
you can set multiple equipment slots, such as two decorations.
* The initial setting is two decorations.

### About Setting Equipment Type
You can set this from the "Type" section of the database.
The following numbers are for when the settings have not been changed.

1. Weapon
2. Shield
3. Head
4. Body
5. Decoration

### About Type Tags
This is the name of a memo tag that allows only one piece of the same type of
equipment, such as a helmet or shoes, to be equipped.

1. Set the equipment type to a type with multiple types, such as "Decoration."
2. Enter the type in the memo field, such as <Type: Helmet>.
3. Only one type of <Type: Helmet> decoration can be equipped.

### About Equipment Restriction Tags
This is the name of a memo tag that allows only a certain number of powerful
equipment to be equipped.
Example: <Equipment Restriction: 1> You can equip only one item with

@param Slots
@text Equipment Slot
@desc Specify the equipment slot number or equipment type name.
@type string[]
@default ["Weapon", "Shield", "Head", "Body", "Accessory", "Accessory"]

@param FixStatusEquipOver
@text Equipment type bug fixes
@desc When there are 7 or more equipment types, the status
@type boolean
@on Fix it
@off Do not fix
@default false

@param Slot
@text Number of slot rows
@desc Number of slot columns
@type number
@default 1
@min 1

@param Type
@text Type tag
@desc With accessories, there can only be one of the same type of equipment, such as a helmet or shoes.
@type combo
@default Type
@option Type

@param Limit
@text Equipment Restriction Tag
@desc Name of memo tag that can only be equipped in limited quantities, such as powerful equipment
@type combo
@default EquipLimit
@option EquipLimit

スポンサードリンク

-MZ plugins

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