Data used by the SkyKings Public Discord bot.
All data is stored as JSON and is validated by check.py on every commit.
Bot-Data/
├── skyblock/ # Hypixel SkyBlock game data
│ ├── networth/ # Data used for networth calculations
│ └── *.json
├── misc/ # Miscellaneous bot data (emojis, aliases, etc.)
├── check.py # JSON validation script
└── requirements.txt # Python dependencies for check.py
Run the included check.py script to verify that all JSON files parse correctly:
pip install -r requirements.txt
python check.pyIf you spot missing or incorrect data, please open an issue or submit a pull request. When adding new entries make sure to run check.py to confirm your changes are valid JSON.
Parts of this project utilize data from NotEnoughUpdates/NotEnoughUpdates-REPO, which is licensed under the MIT License. See the included NEU-LICENSE.md file for the full copyright notice.
This repository itself is also licensed under the MIT license.