Open Dragonte6967 opened 4 months ago
Looks to be related to this Spigot change, where enums were changed to interfaces. https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/commits/7983b966630a4224ff7a26e321d2369444d17978#src%2Fmain%2Fjava%2Forg%2Fbukkit%2Fentity%2FVillager.java
From the Paper People:
Yea I presume in their VillagerSerializer? from the looks of it, yea, obviously there is nothing the server can do to fix a plugin still passing these things into a method that expects
<T extends Enum<T>>
. Same thing goes for EnumMaps. Been in every announcement since 1.17 (or earlier?)
Describe the bug Could not pass event CreatureSpawnEvent to Prism v3.9.0 . My server core is paper-1.21
To Reproduce Run this plugin in the paper-1.21 server, it will give an error
Expected behavior Record this event.
Server (please complete the following information):
Additional context Add any other context about the problem here.