lucko / commodore

Utility for using Minecraft's 1.13 'brigadier' library in Bukkit plugins.
MIT License
176 stars 15 forks source link

Update for 1.18.2 #21

Closed jpenilla closed 2 years ago

jpenilla commented 2 years ago

mojang removed the class field from the entry class for some reason, only tested new code on 1.18.2 but it should work fine for older versions as well

I opted to check for the map key type instead of relying on field order

lucko commented 2 years ago

Thanks, going to quickly test on an old version then I'll make a release