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.
Back Up Database - BackUpDatabase.js
Plugin desc : BackUpDatabasePlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/BackUpDatabase.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/BackUpDatabase.js
File name : BackUpDatabase.js
Help of plugin :
* @plugindesc BackUpDatabasePlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/BackUpDatabase.js * @base PluginCommonBase * @author triacontane * * @param backUpPathText * @desc The output path of the file. Relative and absolute paths are available. * @default /backup * * @param includeSave * @desc The folder that contains the saved data will also be backed up. * @default false * @type boolean * * @param timeUnit * @desc When enabled, creates a folder by time. If disabled, folders are created by date. * @default false * @type boolean * * @help BackUpDatabase.js * * Each time you start the game, you copy a set of data folders to a designated location. * The folders are stored by date and there is no limit. * This plugin only works during test play. * It won't do anything in normal play, combat testing, event testing, or browser play. * Please note that although the plugin has been thoroughly tested, the * This plugin does not guarantee that the project will always be restored in the event of a problem. * * This plugin is released under the MIT License.