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
11:16:00 [WARNING] java.lang.ClassCastException: com.bergerkiller.bukkit.common.internal.hooks.LookupEntityClassMap cannot be cast to java.util.HashMap
11:16:00 [WARNING] at io.github.bedwarsrel.com.v1_8_r3.TNTSheepRegister.registerEntities(TNTSheepRegister.java:43)
11:16:00 [WARNING] at io.github.bedwarsrel.shop.Specials.TNTSheepListener.<init>(TNTSheepListener.java:30)
11:16:00 [WARNING] at io.github.bedwarsrel.shop.Specials.SpecialItem.loadSpecials(SpecialItem.java:38)
11:16:00 [WARNING] at io.github.bedwarsrel.BedwarsRel.registerListener(BedwarsRel.java:897)
11:16:00 [WARNING] at io.github.bedwarsrel.BedwarsRel.onEnable(BedwarsRel.java:791)
11:16:00 [WARNING] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
11:16:01 [WARNING] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
11:16:01 [WARNING] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
11:16:01 [WARNING] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
11:16:01 [WARNING] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
11:16:01 [WARNING] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
11:16:01 [WARNING] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
11:16:01 [WARNING] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
11:16:01 [WARNING] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
11:16:01 [WARNING] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
11:16:01 [WARNING] at java.lang.Thread.run(Unknown Source)
Expected behaviour:
Steps to reproduce:
Plugins BedwarsREL and BKCommonLib 1.19.4-v1
The text was updated successfully, but these errors were encountered:
The easiest would be if they simply swap the cast from HashMap to Map. I could make that hook class implement HashMap too but then it might break in other cases if some version uses LinkedHashmap or whatever.
BkCommonLib version: BKCommonLib 1.19.4-v1
Spigot version: 1.8.8
Problem or bug:
Expected behaviour:
Steps to reproduce:
Plugins BedwarsREL and BKCommonLib 1.19.4-v1
The text was updated successfully, but these errors were encountered: