This repository has been archived on 2023-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
minecraft-server-tools/server/plugins/BackupOnEvent/config.yml
kB01guy 302224ad63 - Update setup Script
- include more Plugin Configs
2021-07-01 16:58:14 +02:00

35 lines
1.1 KiB
YAML

# BackupWorlds lets you toggle which worlds to include in backups
# You can enable/disable the events that will trigger a backup to happen from RunBackupOn
# repeatInterval runs a backup every time X minutes has passed, 0 means disabled
# Messages and announcements can be hidden
# onJoin and onQuit will hide the 'x has joined the server' messages
# opsOnly restricts the /backup command to ops only
# Setting maxInMegaBytes to 0 will provide unlimited disk space
# Setting minimumIntervalInMinutes to 0 will allow concurrent backups
# AutoUpdate will download the latest version from bukkit.org when an Op joins the server
BackupWorlds:
lobby: false
creative: true
world: true
world_nether: true
world_the_end: true
plugins: false
custom_named_world: false
RunBackupOn:
playerJoin: true
playerQuit: false
lastPlayerQuit: false
repeatIntervals:
minutes: 0
whenPlayersAreOnline: true
HideMessage:
onJoin: false
onQuit: false
backupAnnouncement: true
BackupCommand:
opsOnly: true
BackupStorage:
maxInMegaBytes: 8192
minimumIntervalInMinutes: 1
AutoUpdate:
enabled: true