diff options
| -rw-r--r-- | constants/calendar.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/constants/calendar.json b/constants/calendar.json index 0951e5a4..6d118d5e 100644 --- a/constants/calendar.json +++ b/constants/calendar.json @@ -7,6 +7,14 @@ "itemStack": "BARRIER", "description": ["§6Hypixel §7scheduled a maintenance", "§7for §b12am EDT §7on §bOct 21st", "", "§7Check out §estatus.hypixel.net §7for more info."], "start": 1729483230000 + }, + { + "id": "maintenance_scheduled2", + "display": "§cMaintenance Scheduled", + "special": true, + "itemStack": "BARRIER", + "description": ["§6Hypixel §7scheduled a maintenance", "§7for §b9am EDT §7on §bOct 15th", "", "§7Check out §estatus.hypixel.net §7for more info."], + "start": 1728997230000 } ] } |
