• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Fixed BETA 7 World Guard Broken

Status
Not open for further replies.

jedk1

New Member
Ver: Korra 1.5.0 Beta 7
World Guard Ver: 5.8.1-Snapshot
Error:
[22:16:40] [Server thread/INFO]: [ProjectKorra] Enabling ProjectKorra v1.5.0 BETA 7
[22:16:40] [Server thread/ERROR]: Error occurred while enabling ProjectKorra v1.5.0 BETA 7 (Is it up to date?)
java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/association/RegionAssociable
at com.projectkorra.ProjectKorra.ProjectKorra.onEnable(ProjectKorra.java:31) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.protection.association.RegionAssociable
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_65]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_65]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_65]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_65]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_65]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_65]
... 12 more
 
Status
Not open for further replies.
Top