rlf / uSkyBlock

The best skyblock bukkit plugin around...
http://dev.bukkit.org/bukkit-plugins/uskyblock/
GNU General Public License v3.0
76 stars 113 forks source link

Replace json-simple with Gson, expand EntityMatch functionality #1287

Closed Muspah closed 2 years ago

Muspah commented 2 years ago

This PR replaces the last pieces of json-simple usage with Google's "new" Gson library. Json-simple was used in the EntityMatch-code within the Challenge-package, used in the past to add specific color codes to requiredEntities for a challenge. We don't ship a challenges.yml file using these checks at the moment, but it might be possible that other's are still using this feature.

EntityMatch is now able to use new DyeColor's.

Muspah commented 2 years ago

Ugh, Github suggesting rlf/uSkyBlock instead of uskyblock/uSkyBlock :(