betterphp / SkylandsPlus

A plugin for Bukkit based Minecraft server that adds a floating island dimension similar to the old skylands.
http://dev.bukkit.org/server-mods/skylandsplus/
17 stars 30 forks source link

Internal Error #80

Closed arkander6062 closed 11 years ago

arkander6062 commented 11 years ago

Trying to generate a Skylands world, but I can't even get /mv gens to work. The console looks like this after I type the command:

28.07 15:25:50 [Server] INFO ... 22 more 28.07 15:25:50 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) 28.07 15:25:50 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) 28.07 15:25:50 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) 28.07 15:25:50 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) 28.07 15:25:50 [Server] INFO Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R3.World 28.07 15:25:50 [Server] INFO ... 15 more 28.07 15:25:50 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) 28.07 15:25:50 [Server] INFO at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:882) 28.07 15:25:50 [Server] INFO at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93) 28.07 15:25:50 [Server] INFO at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143) 28.07 15:25:50 [Server] INFO at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279) 28.07 15:25:50 [Server] INFO at com.onarandombox.MultiverseCore.commands.GeneratorCommand.runCommand(GeneratorCommand.java:44) 28.07 15:25:50 [Server] INFO at uk.co.jacekk.bukkit.skylandsplus.SkylandsPlus.getDefaultWorldGenerator(SkylandsPlus.java:32) 28.07 15:25:50 [Server] INFO Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R3/World 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:118) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:839) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:882) 28.07 15:25:50 [Server] INFO at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:964) 28.07 15:25:50 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:523) 28.07 15:25:50 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) 28.07 15:25:50 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) 28.07 15:25:50 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'mv' in plugin Multiverse-Core v2.5-b641 28.07 15:25:50 [Server] SEVERE null 28.07 15:25:50 [Server] INFO [Multiverse-Core] PLEASE IGNORE the 'Plugin X does not contain any generators' message below!

betterphp commented 11 years ago

You have the wrong version.