FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Scoreboard #141

Closed svdragster closed 11 years ago

svdragster commented 11 years ago

Scoreboard doesn't work.

2013-04-29   22:01:56   [INFO]   Command used by svdragster /#scoreboard teams add yellow Yellow
2013-04-29   22:01:56   [INFO]   svdragster issued server command: scoreboard teams add yellow Yellow
2013-04-29   22:01:56   [INFO]   An unknown error occurred while attempting to perform this command
java.lang.UnsupportedOperationException: OMinecraftServer.a(int) has been replaced by OMinecraftServer.getWorld(String, int).
    at OMinecraftServer.a(OMinecraftServer.java:588)
    at OServerCommandScoreboard.d(SourceFile:154)
    at OServerCommandScoreboard.c(SourceFile:216)
    at OServerCommandScoreboard.b(SourceFile:108)
    at OCommandHandler.a(OCommandHandler.java:87)
    at ODedicatedServer.am(SourceFile:288)
    at ODedicatedServer.r(SourceFile:256)
    at OMinecraftServer.q(OMinecraftServer.java:373)
    at OMinecraftServer.run(OMinecraftServer.java:312)
    at OThreadMinecraftServer.run(SourceFile:573)
14mRh4X0r commented 11 years ago

You need to provide the stack trace (the stuff that's indented and says "at ...") as well for us to be able to solve this quickly

svdragster commented 11 years ago

This is the only thing I get in my log. This is the default output when writing something wrong in Vanilla.

14mRh4X0r commented 11 years ago

Updated issue with the exception.