diff options
author | Linnea Gräf <nea@nea.moe> | 2023-11-15 01:39:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 00:39:51 +0000 |
commit | edbfdf6897a9fed380460e67d2a04257302c42e7 (patch) | |
tree | 999c65d69b38ea4b9296289125c5441eb5bb2a63 /constants | |
parent | cf2ad629853bf5b652c016afb71d37bd0a877c1d (diff) | |
download | NotEnoughUpdates-REPO-edbfdf6897a9fed380460e67d2a04257302c42e7.tar.gz NotEnoughUpdates-REPO-edbfdf6897a9fed380460e67d2a04257302c42e7.tar.bz2 NotEnoughUpdates-REPO-edbfdf6897a9fed380460e67d2a04257302c42e7.zip |
Add maintenance to NEU calendar (#1039)
* Add maintenance to NEU calendar
* Replace Flint and Steel with Barrier
---------
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'constants')
-rw-r--r-- | constants/calendar.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/constants/calendar.json b/constants/calendar.json new file mode 100644 index 00000000..e1faff66 --- /dev/null +++ b/constants/calendar.json @@ -0,0 +1,13 @@ +{ + "external": [ + { + "id": "maintenance_scheduled", + "display": "§cMaintenance Scheduled", + "special": true, + "itemStack": "BARRIER", + "description": ["§6Hypixel §7scheduled a maintenance", "§7for §b5am EST §7on §bNov 12th", "", "§7Check out §estatus.hypixel.net §7for more info."], + "start": 1700474400000 + } + ] +} + |