SkyHanni
SkyHanni copied to clipboard
Backend: Add Island type tags
Dependencies
- https://github.com/hannibal002/SkyHanni-REPO/pull/231
What
This PR adds a new class called IslandTypeTag
these allow having a collection of IslandType
s that can be checked if the player is in any of the islands that it contains. It allows for these to be changed via the repo meaning if Hypixel ever changes a condition like where something can happen then it can be updated without a user needing to download a new version of skyhanni.
Right now it doesnt auto update the
IslandTypeTags.json
in the repo but I can be done like the regexes, I did not want to change that part of the build process as it is very hardcoded to regexes right now.
Changelog Technical Details
- Added IslandTypeTags. - ThatGravyBoat