Crazyenchantments
EiderFC opened this issue ยท 10 comments
Can silkspawner add support for crazyenchantments? with silkspawner it doesn't load that plugin
I think it makes the plugin load after, i use 1.17.1 and the versions are:
CrazyEnchantments version 1.8-Dev-Build-v10-Build#174
SilkSpawners version 7.1.0
This server is running Purpur version git-Purpur-1377 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: b6d1b6a on ver/1.17.1)
What exactly is the issue you are experiencing? I can't magically make something work if I don't know what's broken.
when is silkspawners on the server crazyenchatments does not start, they told me it is because of the silkspawners and when removing it if it worked, could they add compatibility?
No, there is only one, but they told me that there were more people who had this problem having those two plugins.
I've had no time to investigate this further. As you are on a dev build, have you tried upgrading CrazyEnchantments?
Hi, would like to add to this further.
Error message below. I believe it's could be due to CE using an older version of SilkSpawners class which leads to a breaking change when SilkSpawners class got an update from your end. I'm trying to download previous version of SilkSpawners to see which works.
Anyway this issue is happening to me while on MC 1.16.5 and CE v1.8 Dev build-10.
Unable to enable both CE and Silk Spawners.
java.lang.ClassCastException: class de.dustplanet.silkspawners.SilkSpawners cannot be cast to class de.dustplanet.silkspawners.SilkSpawners (de.dustplanet.silkspawners.SilkSpawners is in unnamed module of loader org.bukkit.plugin.java.PluginClassLoader @10a0b683; de.dustplanet.silkspawners.SilkSpawners is in unnamed module of loader org.bukkit.plugin.java.PluginClassLoader @34438d07)
at de.dustplanet.util.SilkUtil.hookIntoSilkSpanwers(SilkUtil.java:138) ~[?:?]
at me.badbones69.premiumhooks.spawners.SilkSpawnerSupport.(SilkSpawnerSupport.java:21) ~[?:?]
at me.badbones69.crazyenchantments.Main.onEnable(Main.java:94) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-792]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Paper-792]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-792]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-792]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-792]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:599) ~[patched_1.16.5.jar:git-Paper-792]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-792]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-792]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-792]
at java.lang.Thread.run(Thread.java:831) [?:?]
Corresponding ticket on CE Repository: Crazy-Crew/CrazyEnchantments#639