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

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

MZ plugins

NUUN Gold EX - NUUN_GoldEX.js

Plugin desc : Gold EX

License : MIT License

Author : NUUN

Website : https://github.com/nuun888/MZ/blob/master/NUUN_GoldEX.js

Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_GoldEX.js

File name : NUUN_GoldEX.js

Help of plugin :

* @target MZ
 * @plugindesc  Gold EX
 * @author NUUN
 * @version 1.2.1
 * @base NUUN_Base
 * @orderAfter NUUN_Base
 * 
 * @help
 * Expand your money.
 * 
 * Main function
 * Can be separated by commas.
 * You can specify the maximum amount of money you have with a game variable.
 * You can change the maximum holding amount. 0: Default -1: Infinite 1 or more: Arbitrary upper limit (up to 1 quintillion)
 * 
 * plugin command
 * With the event command, you can only increase or decrease your money up to 9999999, but with this plug-in you can increase or decrease it beyond the upper limit.
 * 
 * If you store a value of -1 or less in the maximum amount of money variable, the maximum amount set in the maximum amount of money will be applied.
 * If the maximum amount of possession is less than the amount of money on hand, the current maximum value will be applied when increasing or decreasing the amount of money on hand.
 * In addition, the amount of money in your possession that exceeds the new maximum value will disappear.
 * 
 * Terms of Use
 * This plugin is distributed under the MIT license.
 * 
 * Log
 * 12/10/2022 Ver.1.2.1
 * Changed the Type of icon specified plug-in parameter to icon. (Ver.1.6.0 or later)
 * 11/23/2022 Ver.1.2.0
 * Added a function to specify the maximum amount of money in the game with a game variable.
 * 6/4/2022 Ver.1.1.2
 * Added icon display class selection item for menu screen plug-in update.
 * 12/30/2021 Ver.1.1.1
 * Changed the class designation to display the money icon to the combo box.
 * 2/3/2021 Ver.1.1.0
 * Added a function to display the gold icon only for specific classes (default "Window_ShopNumber", "Window_Gold")
 * 1/24/2021 Ver.1.0.1
 * Fixed not to reflect the icon image on the save screen when applying "NUUN_SaveScreen".
 * 1/13/2021 Ver.1.0.0
 * first edition.
 * 
 * @param MaxGold
 * @desc Set the max amount of money you can have. 0: Default -1: No limit 1 or more: Arbitrary upper limit (up to 1 quintillion)
 * @text Max amount of possession
 * @type number
 * @default -1
 * @min -1
 * @max 10000000000000000
 * 
 * @param MaxGoldVariable
 * @type variable
 * @default 0
 * @text Max money variable
 * @desc A variable that stores the max amount of money you have. If none or the value of the variable is -1 or less, the setting in "Max amount of possession" will be applied.
 * 
 * @param GoldIcon
 * @desc Show gold icon.
 * @text Icon index
 * @type icon
 * @default 0
 * 
 * @param GoldSeparation
 * @desc Separates the display of money in possession with a comma.
 * @text Separated by commas
 * @type boolean
 * @default true
 * 
 * @param IconShowClassData
 * @desc A class that displays an icon. (multiple can be specified)
 * @text Icon display class
 * @type combo[]
 * @option "Window_ShopNumber"
 * @option "Window_Gold"
 * @option "Window_InfoMenu"
 * @option "Window_InfoHeader1"
 * @option "Window_InfoHeader2"
 * @option "Window_InfoFooter"
 * @option "Window_InfoSide"
 * @default ["¥"Window_Gold¥"","¥"Window_ShopNumber¥"","¥"Window_InfoMenu¥"","¥"Window_InfoHeader1¥"","¥"Window_InfoHeader2¥"","¥"Window_InfoFooter¥"","¥"Window_InfoSide¥""]
 * 
 * 
 * @command GetGold
 * @text Increase/decrease of money
 * @desc Increase/decrease of money
 * 
 * @arg Gold
 * @type number
 * @default 0
 * @text Increase/decrease amount of money in possession
 * @desc Increases or decreases possession money. Amounts above or below the event command limit are also possible. (up to 1 quintillion)
 * @min 0
 * @max 10000000000000000
 * 
 * @arg GoldMode
 * @text Increase/decrease processing
 * @desc Choose to process your money.
 * @type select
 * @option Gain
 * @value 0
 * @option Decrease
 * @value 1
 * @default 0
 *

スポンサードリンク

-MZ plugins

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