The purpose of maps.json is to have data related to map data from Hypixel API.
{
"game": {
"map": {
"name": "Map name in readable format",
"legacy": true
}
}
}
where
game is minigame name in standard format
map is map name in Hypixel API
legacy set true when map is no longer in rotation. Should only be added when this is the case.
The purpose of maps.json is to have data related to map data from Hypixel API.
{ "game": { "map": { "name": "Map name in readable format", "legacy": true } } }where
gameis minigame name in standard formatmapis map name in Hypixel APIlegacyset true when map is no longer in rotation. Should only be added when this is the case.