uskyblock / uSkyBlock

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

EntityMatch: use DyeColor enum for entity color #32

Closed Muspah closed 2 years ago

Muspah commented 2 years ago

EntityMatch now supports String-values to lookup the DyeColor of an Entity. Challenges.yml is altered to use this new format. Legacy integer values are mapped to their new enum values. This method is marked deprecated and will be removed in the future.

The old matcher methods based with reflection still exist, it is possible that more advanced users use this feature.