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

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

MZ plugins

Max Item - MaxItem.js

Plugin desc : Changed the maximum number of items you can own Ver. 1.6.8 (2023/12/9)

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/Config/Max/MaxItem.js

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

File name : MaxItem.js

Help of plugin :

@target MZ
@url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Config/Max/MaxItem.js
@plugindesc Changed the maximum number of items you can own Ver. 1.6.8 (2023/12/9)
@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
Changes the maximum number of items you can hold.

## Usage
Change the parameters to change the maximum number.
When the plugin is installed, the maximum number is 9999.

You can set the maximum number individually by entering <Maximum number: 9999>
in the item's memo field.

Also, you can adjust the display range of digits in the item list by entering
<Maximum number: 00000>.

@param MaxItem
@text Maximum number of items
@desc Maximum number of items
@type number
@default 9999
@min 0

@param MaxDigits
@text Maximum number of digits for counting
@desc Maximum number of digits for counting
@type string
@default 0000

@param MaxCol
@text Item column
@desc Item column
@type number
@default 2
@min 1

@param AutoSell
@text Automated Selling
@desc Whether to auto-sell items when the maximum is exceeded
@type boolean
@on Auto sell
@off No automatic selling
@default false

@param SellRate
@text Auto Selling Rate
@desc Automatic selling rate
@type number
@default 0.50
@min 0
@decimals 2
@parent AutoSell

@param MaxItemMetaName
@text Maximum number of tags
@desc Name of the memo tag used for maximum possession
@default MaxItem

@param MaxDigitsMetaName
@text Maximum number of digits tag
@desc Name of the memo field tag to use for the maximum number of digits
@default MaxDigits

スポンサードリンク

-MZ plugins

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