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

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

MZ plugins

Number Input Limitation - NumberInputLimitation.js

Plugin desc : Numerical input upper limit setting plugin

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com

Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/NumberInputLimitation.js

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/NumberInputLimitation.js

File name : NumberInputLimitation.js

Help of plugin :

@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/NumberInputLimitation.js
@plugindesc Numerical input upper limit setting plugin
@author Triacontane
@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/triacontane-MZ-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----

NumberInputLimitation.js

You can set upper and lower limits for the ”Number Input Processing” event
command.
This plugin executes the plugin command immediately before ”Number Input
Processing.”
After ”Number Input Processing” is processed, the set upper and lower limits
will be cleared.

To use this plugin, you need the base plugin ”PluginCommonBase.js.”
”PluginCommonBase.js” is located in the following folder under the RPG Maker
MZ installation folder:
dlc/BasicResources/plugins/official

Terms of Use:
You may modify and redistribute this plugin without permission from the
author, and there are no restrictions on its use (commercial, 18+, etc.).
This plugin is now yours.

@command NUMBER_INPUT_LIMITATION
@text Setting upper and lower limits for numeric input
@desc Set the upper and lower limits for the event command ”Numeric Input Processing.” Specify this immediately before the command.
@arg upperValue
@text Upper limit
@desc This is the upper limit for numeric input. It will not exceed the number of digits specified in the command.
@type number
@default 99999999
@arg lowerValue
@text Lower limit
@desc The lower limit of the numeric input.
@type number
@default 0

スポンサードリンク

-MZ plugins

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