I need Some help #1


  • New
  • Defect
Open
Assigned to _ForgeUser8274522
  • _ForgeUser7725038 created this issue Jan 27, 2013

    What steps will reproduce the problem?
    1.1st i go in to the lobby to set up the signs..
    2.i tipe in /egg sign
    3.

    What is the expected output? What do you see instead?
    An internal error occurred while attempting to perm this command

    What version of the product are you using?
    1.3.1

    Do you have an error log of what happened?
    28.01 00:30:58 [Multicraft] Skipped 1 lines due to rate limit (30/s)
    28.01 00:30:55 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    28.01 00:30:55 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    28.01 00:30:55 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
    28.01 00:30:55 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
    28.01 00:30:55 [Server] INFO Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_R1.World
    28.01 00:30:55 [Server] INFO ... 15 more
    28.01 00:30:55 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    28.01 00:30:55 [Server] INFO at me.derflash.plugins.eggroulette.CNEggRoulette.onCommand(CNEggRoulette.java:186)
    28.01 00:30:55 [Server] INFO Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/World
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:598)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:852)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:897)
    28.01 00:30:55 [Server] INFO at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:979)
    28.01 00:30:55 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:514)
    28.01 00:30:55 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    28.01 00:30:55 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    28.01 00:30:55 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'egg' in plugin CNEggRoulette v1.3.1
    28.01 00:30:55 [Server] SEVERE null

    Please provide any additional information below.

    PLEEZ HELP...

  • _ForgeUser7725038 added the tags New Defect Jan 27, 2013
  • LigerXT5 posted a comment Jan 29, 2013

    I am having the same issue. Version 1.3.1 spits out the error (not sure if its similar) when you do /egg sign.

    Server ver: This server is running CraftBukkit version git-Spigot-1.4.6-R0.3-23-g5bcb87d (MC: 1.4.6) (Implementing API version 1.4.6-R0.4-SNAPSHOT)

    2013-01-29 14:15:18 [INFO] LigerXT5 issued server command: /egg sign
    2013-01-29 14:15:18 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'egg' in plugin CNEggRoulette v1.3.1
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    	at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:554)
    	at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:990)
    	at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:908)
    	at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:852)
    	at org.getspout.spout.SpoutPlayerConnection.a(SpoutPlayerConnection.java:121)
    	at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44)
    	at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290)
    	at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112)
    	at org.getspout.spout.SpoutPlayerConnection.d(SpoutPlayerConnection.java:196)
    	at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39)
    	at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30)
    	at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:585)
    	at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    	at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:481)
    	at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:416)
    	at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.NullPointerException
    	at me.derflash.plugins.eggroulette.CNEggRoulette.translate(CNEggRoulette.java:547)
    	at me.derflash.plugins.eggroulette.CNEggRoulette.onCommand(CNEggRoulette.java:205)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    	... 17 more
    

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