-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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 formatmap
is map name in Hypixel APIlegacy
set true when map is no longer in rotation. Should only be added when this is the case.