Skip to content

Instantly share code, notes, and snippets.

@ticklemynausea
Created July 29, 2014 00:02
Show Gist options
  • Save ticklemynausea/7c6898f9c58f68f15d10 to your computer and use it in GitHub Desktop.
Save ticklemynausea/7c6898f9c58f68f15d10 to your computer and use it in GitHub Desktop.
[01:01:50 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'l' in plugin xAuth v2.4.4
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1012) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:849) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:184) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:731) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
Caused by: java.lang.NullPointerException
at de.luricos.bukkit.xAuth.PlayerDataHandler.buildItemStack(PlayerDataHandler.java:190) ~[?:?]
at de.luricos.bukkit.xAuth.PlayerDataHandler.restoreData(PlayerDataHandler.java:269) ~[?:?]
at de.luricos.bukkit.xAuth.PlayerManager.unprotect(PlayerManager.java:275) ~[?:?]
at de.luricos.bukkit.xAuth.PlayerManager.doLogin(PlayerManager.java:568) ~[?:?]
at de.luricos.bukkit.xAuth.commands.LoginCommand.onCommand(LoginCommand.java:65) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1573]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment