CommandHelper

CommandHelper

46.5k Downloads

Severe error loading CommandHelper

LadyCailinBot opened this issue ยท 2 comments

commented

CMDHELPER-2689 - Reported by B3fuddled

Loading up CommandHelper 3.3.0 for the first time on a CraftBukkit 1.5.2 R01 server, displays this error:

1:47:05 PM [severe] Something when wrong while trying to load up break_block:
1:47:05 PM [severe] java.lang.ClassNotFoundException: net.minecraft.server.World
1:47:06 PM [severe] at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
1:47:06 PM [severe] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
1:47:06 PM [severe] at java.lang.ClassLoader.loadClass(Unknown Source)
1:47:06 PM [severe] at java.lang.ClassLoader.loadClass(Unknown Source)
1:47:06 PM [severe] at java.lang.Class.getDeclaredConstructors0(Native Method)
1:47:06 PM [severe] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
1:47:06 PM [severe] at java.lang.Class.getConstructor0(Unknown Source)
1:47:06 PM [severe] at java.lang.Class.newInstance0(Unknown Source)
1:47:06 PM [severe] at java.lang.Class.newInstance(Unknown Source)
1:47:06 PM [severe] at com.laytonsmith.core.functions.FunctionList.initFunctions(FunctionList.java:40)
1:47:06 PM [severe] at com.laytonsmith.core.functions.FunctionList.<clinit>(FunctionList.java:28)
1:47:06 PM [severe] at com.laytonsmith.core.MScriptCompiler.compile(MScriptCompiler.java:408)
1:47:06 PM [severe] at com.laytonsmith.core.AliasCore.reload(AliasCore.java:265)
1:47:06 PM [severe] at com.laytonsmith.core.AliasCore.<init>(AliasCore.java:56)
1:47:06 PM [severe] at com.laytonsmith.commandhelper.CommandHelperPlugin.onEnable(CommandHelperPlugin.java:130) 
commented

Comment by LadyCailin

CH 3.3.0 is no longer supported (or compatible with current bukkit versions). Please upgrade to a dev build. http://build.sk89q.com/job/CommandHelper/lastSuccessfulBuild/artifact/target/commandhelper-3.3.1-SNAPSHOT.jar

commented

Comment by B3fuddled

That would do it. Thank you