timezone: UTC
# Jobs checked every minute.
interval: 60
jobs:
#Restart the server every Friday
# #Alert players.
#- command: broadcast center Warning - Server Restart in 5 Minutes!
# schedule: "55 5 * * 5"
#- command: broadcast center Warning - Server Restart in 4 Minutes!
# schedule: "56 5 * * 5"
#- command: broadcast center Warning - Server Restart in 3 Minutes!
# schedule: "57 5 * * 5"
#- command: broadcast center Warning - Server Restart in 2 Minutes!
# schedule: "58 5 * * 5"
#- command: broadcast center Warning - Server Restart in 1 Minutes!
# schedule: "59 5 * * 5"
#- command: save
# schedule: "59 5 * * 5"
#Regenerate the world every Monday
# #Alert players.
- command: broadcast center Warning - Server Regeneration in 5 Minutes!
schedule: "55 5 * * 1"
- command: broadcast center Warning - Server Regeneration in 4 Minutes!
schedule: "56 5 * * 1"
- command: broadcast center Warning - Server Regeneration in 3 Minutes!
schedule: "57 5 * * 1"
- command: broadcast center Warning - Server Regeneration in 2 Minutes!
schedule: "58 5 * * 1"
- command: broadcast center Warning - Server Regeneration in 1 Minutes!
schedule: "59 5 * * 1"
- command: backup
schedule: "59 5 * * 1"
# #Meadows
- command: broadcast center Regenerating... Meadows
schedule: "0 6 * * 1"
- command: zones_reset safeZones=2 biomes=Meadows start
schedule: "0 6 * * 1"
- command: chests_reset looted biomes=Meadows
schedule: "0 6 * * 1"
# #BlackForest
- command: broadcast center Regenerating... BlackForest
schedule: "1 6 * * 1"
- command: zones_reset safeZones=2 biomes=BlackForest start
schedule: "1 6 * * 1"
- command: chests_reset looted biomes=BlackForest
schedule: "1 6 * * 1"
# #Ocean
- command: broadcast center Regenerating... Ocean
schedule: "2 6 * * 1"
- command: zones_reset safeZones=2 biomes=Ocean start
schedule: "2 6 * * 1"
- command: chests_reset looted biomes=Ocean
schedule: "2 6 * * 1"
# #Swamp
- command: broadcast center Regenerating... Swamp
schedule: "3 6 * * 1"
- command: zones_reset safeZones=2 biomes=Swamp start
schedule: "3 6 * * 1"
- command: chests_reset looted biomes=Swamp
schedule: "3 6 * * 1"
# #Mountain
- command: broadcast center Regenerating... Mountain
schedule: "4 6 * * 1"
- command: zones_reset safeZones=2 biomes=Mountain start
schedule: "4 6 * * 1"
- command: chests_reset looted biomes=Mountain
schedule: "4 6 * * 1"
# #Plains
- command: broadcast center Regenerating... Plains
schedule: "5 6 * * 1"
- command: zones_reset safeZones=2 biomes=Plains start
schedule: "5 6 * * 1"
- command: chests_reset looted biomes=Plains
schedule: "5 6 * * 1"
# #Mistlands
- command: broadcast center Regenerating... Mistlands
schedule: "6 6 * * 1"
- command: zones_reset safeZones=2 biomes=Mistlands start
schedule: "6 6 * * 1"
- command: chests_reset looted biomes=Mistlands
schedule: "6 6 * * 1"
# #Complete
- command: broadcast center Regenerating... Complete
schedule: "7 6 * * 1"
- command: say Regenerating... Complete
schedule: "7 6 * * 1"