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
this is the error i have when i try to run the plugin on 1.12.2 server
[00:03:08] [Server thread/INFO]: [PiggyBack] Loading PiggyBack v2.4
[00:03:08] [Server thread/ERROR]: [org.bukkit.craftbukkit.v1_12_R1.CraftServer] com/sk89q/worldguard/WorldGuard initializing PiggyBack v2.4 (Is it up to date?)
java.lang.NoClassDefFoundError: com/sk89q/worldguard/WorldGuard
at me.blubdalegend.piggyback.compatibility.WorldGuardHook.<init>(WorldGuardHook.java:21) ~[?:?]
at me.blubdalegend.piggyback.Piggyback.onLoad(Piggyback.java:96) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:326) ~[dionysus-1.12.2.jar:git-Dionysus-"8d3095e"]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:226) ~[dionysus-1.12.2.jar:git-Dionysus-"8d3095e"]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:630) ~[dionysus-1.12.2.jar:git-Dionysus-"8d3095e"]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.WorldGuard
at java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:159) ~[dionysus-1.12.2.jar:git-Dionysus-"8d3095e"]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:107) ~[dionysus-1.12.2.jar:git-Dionysus-"8d3095e"]
at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
... 6 more
Thank you in advance, i am here to test when/if you fix it
The text was updated successfully, but these errors were encountered:
this is the error i have when i try to run the plugin on 1.12.2 server
Thank you in advance, i am here to test when/if you fix it
The text was updated successfully, but these errors were encountered: