CraftBook 3

CraftBook 3

139k Downloads

[CraftBook] Failed to load mechanic: SignCopier - java.lang.NoSuchFieldError: INK_SAC

LadyCailinBot opened this issue ยท 2 comments

commented

CRAFTBOOK-3394 - Reported by PsychoLynx

On startup, Craftbook prints the following message:

[18:32:48] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.10-SNAPSHOT;4479-9283351
[18:32:48] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
[18:32:48] [Server thread/WARN]: [CraftBook] Failed to load mechanic: SignCopier
java.lang.NoSuchFieldError: INK_SAC
at com.sk89q.craftbook.mechanics.signcopier.SignCopier.loadConfiguration(SignCopier.java:97) ~[?:?]
at com.sk89q.craftbook.bukkit.CraftBookPlugin.setupCraftBook(CraftBookPlugin.java:564) ~[?:?]
at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:451) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254) ~[patched_1.13.2.jar:git-Paper-488]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.2.jar:git-Paper-488]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.2.jar:git-Paper-488]
at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441) ~[patched_1.13.2.jar:git-Paper-488]
at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355) ~[patched_1.13.2.jar:git-Paper-488]
at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613) ~[patched_1.13.2.jar:git-Paper-488]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575) ~[patched_1.13.2.jar:git-Paper-488]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435) ~[patched_1.13.2.jar:git-Paper-488]
at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-488]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791) ~[patched_1.13.2.jar:git-Paper-488]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]

commented

Comment by me4502

Something is hooking into your WorldEdit and breaking it.

commented

Comment by PsychoLynx

OK, thank you for the info and sorry for the wrong bug report.