/gods sethome Does not work #63


  • Defect
  • Accepted
Open
  • _ForgeUser6904895 created this issue Aug 15, 2012

    What steps will reproduce the problem?
    1. /gods sethome
    2. Error in console

    What is the expected output? What do you see instead?
    Expected home to change to the players coords. Error happens instead.

    What version of the product are you using?
    0.4.8

    Do you have an error log of what happened?
    Console error:
    01:18:50 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'gods' in plugin Gods v0.4.8
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
            at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:124)
            at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
            at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
            at net.minecraft.server.ServerConnection.b(SourceFile:35)
            at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
            at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
            at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NullPointerException
            at com.dogonfire.gods.Commands.CommandSetHome(Commands.java:812)
            at com.dogonfire.gods.Commands.onCommand(Commands.java:296)
            at com.dogonfire.gods.Gods.onCommand(Gods.java:488)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 16 more

    Please provide any additional information below.

  • _ForgeUser6904895 added the tags New Defect Aug 15, 2012
  • Forge_User_09714816 posted a comment Sep 5, 2012

    I am not able to reproduce this error in 0.5.0.

    Do you still get the error in that version?

  • Forge_User_09714816 removed a tag New Sep 5, 2012
  • Forge_User_09714816 added a tag Accepted Sep 5, 2012

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