Please do not use feedback as error messages. It is better to write in private messages to the spigot.
MAB - MultiAutoBackup
This plugin will help you to forget about the problem with corrupted server files. You can save at server startup, at server shutdown and even every 2 hours! And not only all the features can be found below.
Backups
All your backups are stored in a separate folder on the server. p.s. its location can be specified in config.yml A separate folder is created for each type of archive You can set file name date format in config
Config File
Code (YAML):
MultiAutoBackup: #This is the Folder where backups are created BackupFilesPath: "{ServerPack}/Backups"#{ServerPack} - Server folder path FileDateFormat: "MMddyyyy_HHmm"#MM - month; dd - day; yyyy - year; HH - hours; mm - minutes; ss - seconds; BackupFiles:
mods:
packFormat: ".zip"# The type of archived files. now available: '.zip' = ZIP Path: "{ServerPack}/mods"# Path to the folder/file to be archived makeBackup:
BackupOnSizeChange: true
# Will the backup be created if the file size has not changed onStartingServer: true
# If true, a backup will be created when the server is turned on world:
packFormat: ".zip" Path: "{ServerPack}/world" makeBackup:
WhenHavePlayers: true
# Makes backups when server have online players BackupOnSizeChange: true
onStartingServer: true
onEveryXminutes: 120
# Once every how many minutes a backup will be made. If 0, then never! nether:
packFormat: ".zip" Path: "{ServerPack}/world_nether" makeBackup:
WhenHavePlayers: true
BackupOnSizeChange: true
onStoppingServer: true
# If true, a backup will be created when the server is turned off onEveryXminutes: 240
end:
packFormat: ".zip" Path: "{ServerPack}/world_the_end" makeBackup:
WhenHavePlayers: true
BackupOnSizeChange: true
onStoppingServer: true
onEveryXminutes: 240
Commands
- /makebackup <Archiver ID> - make backup of Archiver - /mabreload - reloads plugin
Permissions
- mab.* - Gives access to all features - mab.reload - Allows to reload config - mab.makebackup - Allows you to make some backup If you would like to support us and our projects, you can do so here. Thank you! https://www.donationalerts.com/r/multifuncom
Our Achievements
- ✅ 50 Downloads - ✅ 100 Downloads
Thank you for downloading our plugins! Don't forget to rate our work! Please do not use feedback as error messages. It is better to write in private messages to the spigot.