1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"external": [
{
"id": "maintenance_scheduled",
"display": "§cMaintenance Scheduled",
"special": true,
"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
}
]
}
|