From 4936dbf75293e8d50c944526ef2175b52ed3d729 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:55:35 +1100 Subject: add downtime to calendar (#1383) * add downtime to calendar * changed --- constants/calendar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/calendar.json b/constants/calendar.json index b8fb50e7..0951e5a4 100644 --- a/constants/calendar.json +++ b/constants/calendar.json @@ -5,8 +5,8 @@ "display": "§cMaintenance Scheduled", "special": true, "itemStack": "BARRIER", - "description": ["§6Hypixel §7scheduled a maintenance", "§7for §b9am EDT §7on §bFeb 6th", "", "§7Check out §estatus.hypixel.net §7for more info."], - "start": 1707228000000 + "description": ["§6Hypixel §7scheduled a maintenance", "§7for §b12am EDT §7on §bOct 21st", "", "§7Check out §estatus.hypixel.net §7for more info."], + "start": 1729483230000 } ] } -- cgit