InfernalSuite / AdvancedSlimePaper

Advanced Slime World Manager as a Paper Fork
GNU General Public License v3.0
248 stars 85 forks source link

ASP removes basic bukkit methods and classes #126

Closed Lukadcf closed 2 months ago

Lukadcf commented 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()

kyngs commented 2 months ago

1.20.4 is not supported