We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
map
legacy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The purpose of maps.json is to have data related to map data from Hypixel API.
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.The text was updated successfully, but these errors were encountered: