BackupTool is a Bukkit plugin designed for performing periodic backups on a Minecraft server. It can automatically execute backups based on settings in the configuration file when players are online, and provides commands for administrators to manually trigger backups.
- Automatic Backups: Automatically executes backups based on settings in the configuration file when players are online.
- Manual Backup: Administrators can manually trigger backups using commands.
- Configuration Reload: Administrators can reload the plugin's configuration file.
- Download the BackupTool.jar file and place it in the plugins directory of your server.
- Start the server to load the plugin.
- Edit the
config.ymlfile in the plugin directory to configure backup settings and the path to the backup script. - (Optional) Edit the
messages.ymlfile to modify message texts or add new messages. - Reload the server or use the
/backuptool reloadcommand to reload the plugin configuration.
/backupor/backuptool backup: Manually triggers a backup./backuptool reload: Reloads the plugin's configuration file./backuptool version: Shows the plugin's version information./backuptool help: Displays help information for the plugin.
backuptool.backup: Allows users to execute the backup command.backuptool.admin: Allows users to execute management commands of the plugin, such as reloading the configuration file.
- The plugin uses a language file
messages.ymlto store message texts, which you can modify as needed. - The default backup interval of the plugin is 30 minutes, which can be adjusted in the configuration file.