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

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

MNKR Log In Bonus - MNKR_LogInBonus.js

Plugin desc : We provide a plugin command that simplifies login bonus implementation.

License : MIT License

Author : munokura

Website : https://github.com/munokura/MNKR-MV-plugins/blob/master/MNKR_LogInBonus.js

Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_LogInBonus.js

Download Page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_LogInBonus.js

File name : MNKR_LogInBonus.js

Help of plugin :

@target MV
@url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_LogInBonus.js
@plugindesc We provide a plugin command that simplifies login bonus implementation.
@author munokura
@license MIT License

@help
Provides a plugin command to simplify login bonus implementation.

1. Check Bonus Acquisition Conditions
MNKR_LogInBonus checkBonus variable ID
If the bonus acquisition conditions are met when the plugin command is
executed, the switch turns ON. If not, it turns OFF.

Usage Example
MNKR_LogInBonus checkBonus 1
If the bonus acquisition conditions are met when the plugin command is
executed, switch ID 1 turns ON.
If not, it turns OFF.

2. Bonus Acquisition
MNKR_LogInBonus getBonus common event ID
If the bonus acquisition conditions are met, the time value variable is
updated and the common event is executed.
If the common event ID is omitted, only the time value variable is updated.

Usage Example
MNKR_LogInBonus getBonus 1
If the bonus acquisition conditions are met, the time value variable is
updated and common event ID 1 is executed.

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, R18, 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

スポンサードリンク

-MV plugins

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