forked from rcasstevens/Kastopheria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cron.yaml
120 lines (119 loc) · 4.89 KB
/
cron.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
timezone: America/New_York / EST
# Jobs checked every minute.
interval: 60
jobs:
#Restart the server every Friday @ ~6am.
# #Alert players.
#- command: broadcast center <color=red>Warning - Server Restart in 5 Minutes!</color>
# schedule: "55 5 * * 5"
#- command: broadcast center <color=red>Warning - Server Restart in 4 Minutes!</color>
# schedule: "56 5 * * 5"
#- command: broadcast center <color=red>Warning - Server Restart in 3 Minutes!</color>
# schedule: "57 5 * * 5"
#- command: broadcast center <color=red>Warning - Server Restart in 2 Minutes!</color>
# schedule: "58 5 * * 5"
#- command: broadcast center <color=red>Warning - Server Restart in 1 Minutes!</color>
# schedule: "59 5 * * 5"
#- command: save
# schedule: "59 5 * * 5"
#Recycle the world every Monday @ ~6am.
#Alert players.
- command: broadcast center <color=red>Warning - ♻ World Recycling ♻ in 5 Minutes!</color>
schedule: "55 5 * * 1"
- command: broadcast center <color=red>Warning - ♻ World Recycling ♻ in 4 Minutes!</color>
schedule: "56 5 * * 1"
- command: broadcast center <color=red>Warning - ♻ World Recycling ♻ in 3 Minutes!</color>
schedule: "57 5 * * 1"
- command: broadcast center <color=red>Warning - ♻ World Recycling ♻ in 2 Minutes!</color>
schedule: "58 5 * * 1"
- command: broadcast center <color=red>Warning - ♻ World Recycling ♻ in 1 Minutes!</color>
schedule: "59 5 * * 1"
- command: backup
schedule: "59 5 * * 1"
#Meadows
- command: broadcast center <color=orange>Recycling... Meadows</color>
schedule: "0 6 * * 1"
- command: zones_reset safeZones=3 biomes=Meadows start
schedule: "0 6 * * 1"
- command: chests_reset TreasureChest_meadows looted
schedule: "0 6 * * 1"
- command: chests_reset TreasureChest_meadows_buried looted
schedule: "0 6 * * 1"
#BlackForest
- command: broadcast center <color=orange>Recycling... BlackForest</color>
schedule: "1 6 * * 1"
- command: zones_reset safeZones=3 biomes=BlackForest start
schedule: "1 6 * * 1"
- command: chests_reset TreasureChest_blackforest looted
schedule: "1 6 * * 1"
- command: chests_reset TreasureChest_fCrypt looted
schedule: "1 6 * * 1"
- command: chests_reset TreasureChest_forestcrypt looted
schedule: "1 6 * * 1"
- command: chests_reset TreasureChest_forestcrypt_hildir looted
schedule: "1 6 * * 1"
- command: chests_reset TreasureChest_trollcave looted
schedule: "1 6 * * 1"
#Ocean
- command: broadcast center <color=orange>Recycling... Ocean</color>
schedule: "2 6 * * 1"
- command: zones_reset safeZones=3 biomes=Ocean start
schedule: "2 6 * * 1"
- command: chests_reset shipwreck_karve_chest looted
schedule: "2 6 * * 1"
#Swamp
- command: broadcast center <color=orange>Recycling... Swamp</color>
schedule: "3 6 * * 1"
- command: zones_reset safeZones=3 biomes=Swamp start
schedule: "3 6 * * 1"
- command: chests_reset TreasureChest_sunkencrypt looted
schedule: "3 6 * * 1"
- command: chests_reset TreasureChest_swamp looted
schedule: "3 6 * * 1"
#Mountain
- command: broadcast center <color=orange>Recycling... Mountain</color>
schedule: "4 6 * * 1"
- command: zones_reset safeZones=3 biomes=Mountain start
schedule: "4 6 * * 1"
- command: chests_reset TreasureChest_mountaincave looted
schedule: "4 6 * * 1"
- command: chests_reset TreasureChest_mountaincave_hildir looted
schedule: "4 6 * * 1"
- command: chests_reset TreasureChest_mountains looted
schedule: "4 6 * * 1"
#Plains
- command: broadcast center <color=orange>Recycling... Plains</color>
schedule: "5 6 * * 1"
- command: zones_reset safeZones=3 biomes=Plains start
schedule: "5 6 * * 1"
- command: chests_reset TreasureChest_heath looted
schedule: "5 6 * * 1"
- command: chests_reset TreasureChest_heath_hildir looted
schedule: "5 6 * * 1"
- command: chests_reset TreasureChest_plains_stone looted
schedule: "5 6 * * 1"
- command: chests_reset TreasureChest_plainsfortress_hildir looted
schedule: "5 6 * * 1"
#Mistlands
- command: broadcast center <color=orange>Recycling... Mistlands</color>
schedule: "6 6 * * 1"
- command: zones_reset safeZones=3 biomes=Mistlands start
schedule: "6 6 * * 1"
- command: chests_reset TreasureChest_dvergr_loose_stone looted
schedule: "6 6 * * 1"
- command: chests_reset TreasureChest_dvergrtower looted
schedule: "6 6 * * 1"
- command: chests_reset TreasureChest_dvergrtown looted
schedule: "6 6 * * 1"
#Complete
- command: broadcast center <color=green>Recycling... Complete</color>
schedule: "7 6 * * 1"
- command: say Recycling... Complete
schedule: "7 6 * * 1"
#Bring Gems Back
- command: broadcast center <color=green>Respawning Gems... ~30 Minutes.</color>
schedule: "8 6 * * 1"
- command: say Respawning Gems...
schedule: "8 6 * * 1"
- command: jewelcrafting generate
schedule: "8 6 * * 1"