error when spying on a player that is not on-line #2


  • New
  • Defect
Open
Assigned to _ForgeUser8634902
  • _ForgeUser10371695 created this issue Mar 2, 2013

    What steps will reproduce the problem?
    1. spy on any user not on-line

    What is the expected output? What do you see instead?
    probably should report the player not on-line

    What version of the product are you using?
    latest version

    Do you have an error log of what happened?
    tas issued server command: /spy roper
    2013-03-02 13:37:13 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'spy' in plugin PlayerSpy v1.2.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
        at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514)
        at net.minecraft.server.v1_4_R1.PlayerConnection.handleCommand(PlayerConnection.java:980)
        at net.minecraft.server.v1_4_R1.PlayerConnection.chat(PlayerConnection.java:898)
        at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:853)
        at net.minecraft.server.v1_4_R1.Packet3Chat.handle(Packet3Chat.java:44)
        at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
        at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113)
        at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
        at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
        at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
        at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
        at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
        at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: java.lang.NullPointerException
        at me.BrownKnight.PlayerSpy.PlayerSpy.onCommand(PlayerSpy.java:76)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
        ... 15 more

  • _ForgeUser10371695 added the tags New Defect Mar 2, 2013

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