diff options
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 + } + ] +} + |