Closed Lukadcf closed 2 months ago
Describe the issue Using the AdvancedSlimePaper jar completely removes the DamageType class and Paper's [Entity#isInvisible](https://jd.papermc.io/paper/1.21.1/org/bukkit/entity/Entity.html#isInvisible()) method
Spigot version 1.20.4
Plugin version 1.20.4-R0.1
How to reproduce Use these classes in a plugin
Crash reports (if available) Failed to register events for class because org/bukkit/damage/DamageType does not exist.
java.lang.NoSuchMethodError: 'boolean org.bukkit.entity.Entity.isInvisible()
1.20.4 is not supported
Describe the issue Using the AdvancedSlimePaper jar completely removes the DamageType class and Paper's [Entity#isInvisible](https://jd.papermc.io/paper/1.21.1/org/bukkit/entity/Entity.html#isInvisible()) method
Spigot version 1.20.4
Plugin version 1.20.4-R0.1
How to reproduce Use these classes in a plugin
Crash reports (if available) Failed to register events for class because org/bukkit/damage/DamageType does not exist.
java.lang.NoSuchMethodError: 'boolean org.bukkit.entity.Entity.isInvisible()