set and set-selection broken 1.4.5 R1.0 #10


  • New
  • Defect
Open
Assigned to _ForgeUser8230938
  • _ForgeUser10251093 created this issue Dec 22, 2012

    What steps will reproduce the problem?

    1. /biome set
    and
    2. /biome set-selection

    is broken after update to craftbukkit 1.4.5 R1.0

    What is the expected output? What do you see instead?

    An internal error occurred while attempting to perform this command

    What version of the product are you using?

    craftbukkit-1.4.5-R1.0-1643

    Do you have an error log of what happened?

    12:02:41 [INFORMATION] Tengri_Lethos issued server command: /biome set-selection
    taiga
    12:02:41 [SCHWERWIEGEND] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'biom
    e' in plugin BioMed v0.7.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:18
    6)
    at org.bukkit.craftbukkit.v1_4_5.CraftServer.dispatchCommand(CraftServer
    .java:504)
    at net.minecraft.server.v1_4_5.NetServerHandler.handleCommand(NetServerH
    andler.java:988)
    at net.minecraft.server.v1_4_5.NetServerHandler.chat(NetServerHandler.ja
    va:906)
    at net.minecraft.server.v1_4_5.NetServerHandler.a(NetServerHandler.java:
    861)
    at net.minecraft.server.v1_4_5.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.v1_4_5.NetworkManager.b(NetworkManager.java:290)

    at net.minecraft.server.v1_4_5.NetServerHandler.d(NetServerHandler.java:
    113)
    at net.minecraft.server.v1_4_5.ServerConnection.b(SourceFile:39)
    at net.minecraft.server.v1_4_5.DedicatedServerConnection.b(SourceFile:30
    )
    at net.minecraft.server.v1_4_5.MinecraftServer.r(MinecraftServer.java:59
    7)
    at net.minecraft.server.v1_4_5.DedicatedServer.r(DedicatedServer.java:22
    2)
    at net.minecraft.server.v1_4_5.MinecraftServer.q(MinecraftServer.java:49
    3)
    at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:
    426)
    at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:85
    6)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/block/CraftBlo
    ck
    at me.karlmarx.biomed.BioMedUtils.setBiomes(BioMedUtils.java:26)
    at me.karlmarx.biomed.BioMedCommandExecutor.onCommand(BioMedCommandExecu
    tor.java:177)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    ... 15 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.block.CraftB
    lock
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader
    .java:70)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:53)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 18 more

    Please provide any additional information below.

    thx

    Tengri

  • _ForgeUser10251093 added the tags New Defect Dec 22, 2012

To post a comment, please login or register a new account.