diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-10-08 04:55:35 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 17:55:35 +0000 |
| commit | 4936dbf75293e8d50c944526ef2175b52ed3d729 (patch) | |
| tree | e6d1bdea80e01a4c939e283beba59d3815e625e3 | |
| parent | e9bd1fb46553f08b1aac6cd4f7867c389e85f8aa (diff) | |
| download | NotEnoughUpdates-REPO-4936dbf75293e8d50c944526ef2175b52ed3d729.tar.gz NotEnoughUpdates-REPO-4936dbf75293e8d50c944526ef2175b52ed3d729.tar.bz2 NotEnoughUpdates-REPO-4936dbf75293e8d50c944526ef2175b52ed3d729.zip | |
add downtime to calendar (#1383)
* add downtime to calendar
* changed
| -rw-r--r-- | constants/calendar.json | 4 |
1 files 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 } ] } |
