EchoPet

EchoPet

882k Downloads

/petadmin remove playerName - v2.5 (Throws Error if Player is offline)

CodingLukas opened this issue ยท 0 comments

commented

Error:

org.bukkit.command.CommandException: Unhandled exception executing 'petadmin remove iBo3oF' in com.dsh105.echopet.commands.util.DynamicPluginCommand(petadmin)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:188) ~[spigot1637.jar:git-Spigot-1637]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot1637.jar:git-Spigot-1637]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [spigot1637.jar:git-Spigot-1637]
    at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [spigot1637.jar:git-Spigot-1637]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [spigot1637.jar:git-Spigot-1637]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot1637.jar:git-Spigot-1637]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot1637.jar:git-Spigot-1637]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot1637.jar:git-Spigot-1637]
Caused by: java.lang.NullPointerException
    at com.dsh105.echopet.compat.api.plugin.uuid.UUIDMigration.getIdentificationFor(UUIDMigration.java:124) ~[?:?]
    at com.dsh105.echopet.compat.api.plugin.uuid.UUIDMigration.getIdentificationFor(UUIDMigration.java:139) ~[?:?]
    at com.dsh105.echopet.commands.PetAdminCommand.onCommand(PetAdminCommand.java:317) ~[?:?]
    at com.dsh105.echopet.commands.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:45) ~[?:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot1637.jar:git-Spigot-1637]
    ... 7 more