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.
Timer View Extend - TimerViewExtend.js
Plugin desc : Timer Display Extension Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/TimerViewExtend.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/TimerViewExtend.js
File name : TimerViewExtend.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/TimerViewExtend.js @plugindesc Timer Display Extension 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 ----- TimerViewExtend.js Allows you to customize the timer’s display, such as its font and position. This plugin does not affect the timer itself. The base plugin ”PluginCommonBase.js” is required to use this plugin. ”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, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param fontFace @text font @desc Timer font. Requires a separate font loading plug-in. @type string @param fontSize @text Font size @desc The font size of the timer. @type number @default 0 @param fontColor @text Font color @desc The timer font color. Specify the system color or CSS directly. @type color @default 0 @param outlineColor @text Outline Color @desc The outline color of the timer. You can specify the color using the system color or CSS directly. @type color @default 0 @param outlineWidth @text Outline Width @desc The timer outline width. Specify 0 for no outline. @type number @default 3 @param format @text format @desc Timer display format: %1 is the remaining minutes, %2 is the remaining seconds. @default %1:%2 @param basePosition @text Base display position @desc This is the base display position of the timer. @type select @default upperCenter @option top center @value upperCenter @option upper left @value upperLeft @option upper right @value upperRight @option bottom center @value lowerCenter @option lower left @value lowerLeft @option lower right @value lowerRight @param offsetX @text X coordinate adjustment value @desc The X coordinate adjustment for the timer. @type number @default 0 @min -9999 @max 9999 @param offsetY @text Y coordinate adjustment value @desc The Y coordinate adjustment for the timer. @type number @default 0 @min -9999 @max 9999 @param timerWidth @text Timer width @desc The width of the timer. Specifying 0 will set it to the default width. @type number @default 0 @param timerHeight @text Timer Height @desc The height of the timer. Specify 0 for the default width. @type number @default 0 @param visibilitySwitchId @text Display Switch @desc The timer will only be displayed when the switch with the specified number is ON. If you specify 0, it will be the default (display only when moving). @type switch @default 0