diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-10-10 08:51:51 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-09 21:51:51 +0000 |
| commit | 3975d2dee023ee858c842d87dd8b27ff80b36524 (patch) | |
| tree | 6f8430f1b390af64d0b8091ad584e418e974d00b | |
| parent | d2f51899ef5411f55e8667bdf282c29d044b3d58 (diff) | |
| download | NotEnoughUpdates-REPO-3975d2dee023ee858c842d87dd8b27ff80b36524.tar.gz NotEnoughUpdates-REPO-3975d2dee023ee858c842d87dd8b27ff80b36524.tar.bz2 NotEnoughUpdates-REPO-3975d2dee023ee858c842d87dd8b27ff80b36524.zip | |
add second downtime (#1401)
| -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 } ] } |
