You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
20:56:22 Could not pass event PlayerInteractEvent to uSkyBlock v3.1.0-SNAPSHOT
java.lang.UnsupportedOperationException: Must check item type to get spawned type
at OB.craftbukkit.inventory.CraftMetaSpawnEgg.getSpawnedType(CraftMetaSpawnEgg.java:90)~
at uSkyBlock-3.1.0-SNAPSHOT.jar/us.talabrek.ultimateskyblock.event.SpawnEvents.onSpawnEggEvent(SpawnEvents.java:65)~
at ... (NMS/Bukkit/Paper stuff)
Basic analysis
According to the API documentation, SpawnEggMeta#getSpawnedType method is deprecated for removal, and its contract annotation indicate hat it will always throw an exception when called.
This is exactly what is happening here.
The text was updated successfully, but these errors were encountered:
Please paste the output from
/usb version
belowWhat steps will reproduce the problem?
If you have any log-files, please paste them to pastebin.com
Full stacktrace: https://pastebin.com/gWCNjNSi
Basic analysis
According to the API documentation, SpawnEggMeta#getSpawnedType method is deprecated for removal, and its contract annotation indicate hat it will always throw an exception when called.
This is exactly what is happening here.
The text was updated successfully, but these errors were encountered: