MagicCheese1 / Damage-Indicator

Minecraft Bukkit plugin for indicating damage dealt to entities
https://www.spigotmc.org/resources/87113/
MIT License
16 stars 3 forks source link

Move away from Reflection #22

Open MagicCheese1 opened 1 year ago

MagicCheese1 commented 1 year ago

Damage Indicator currently uses reflection to support multiple NMS versions. Because of that, updating Damage Indicator can be a real pain. This is why a new solution has to be found.

MagicCheese1 commented 1 year ago

Should probably start using nmsmapper