Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
MNKR Log In Bonus MZ - MNKR_LogInBonusMZ.js
Plugin desc : We provide a plugin command that simplifies login bonus implementation.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_LogInBonusMZ.js
File name : MNKR_LogInBonusMZ.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_LogInBonusMZ.js @plugindesc We provide a plugin command that simplifies login bonus implementation. @author munokura @license MIT License @help This plugin provides commands to simplify login bonus implementation. # Terms of Use MIT License. http://opensource.org/licenses/mit-license.php You may modify and redistribute this without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). @param timeVariable @text Time-value variables @desc Specify the variable to save the time value. If 0, it will not work. @type variable @default 0 @param updateHours @text Login bonus update time @desc Enter the time in 24-hour format. Check if the time has passed. @type number @default 0 @max 23 @param continueVariable @text Consecutive login count variable @desc Specify the variable to save the number of consecutive logins. If it is 0, it will not work. @type variable @default 0 @command checkBonus @text Bonus confirmation @desc If the bonus acquisition conditions are met, the switch will be ON. If not, the switch will be OFF. @arg bonusSwitch @text switch @desc Specify the switch to operate @type switch @default 0 @command getBonus @text Bonus acquisition @desc If the bonus acquisition conditions are met, the time value variable and the number of consecutive logins are updated and a common event is executed. @arg bonusCommon @text Common Events @desc Specify the common event to execute. If not specified, only the time variable and consecutive login count will be updated. @type common_event @default 0