EchoPet

EchoPet

882k Downloads

Unexpected exception while parsing console command

mibby opened this issue ยท 0 comments

commented

EchoPets dev 67

[12:28:44] [Server thread/WARN]: Unexpected exception while parsing console command "petadmin remove mibby"
org.bukkit.command.CommandException: Unhandled exception executing 'petadmin remove mibby' in com.dsh105.echopet.commands.util.DynamicPluginCommand(petadmin)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[spigot.jar:git-PaperSpigot-1f41387-9a17f01]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot.jar:git-PaperSpigot-1f41387-9a17f01]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627) [spigot.jar:git-PaperSpigot-1f41387-9a17f01]
    at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:416) [spigot.jar:git-PaperSpigot-1f41387-9a17f01]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:379) [spigot.jar:git-PaperSpigot-1f41387-9a17f01]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:710) [spigot.jar:git-PaperSpigot-1f41387-9a17f01]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:613) [spigot.jar:git-PaperSpigot-1f41387-9a17f01]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
Caused by: java.lang.NullPointerException
    at com.dsh105.echopet.compat.api.plugin.uuid.UUIDMigration.getIdentificationFor(UUIDMigration.java:123) ~[?:?]
    at com.dsh105.echopet.compat.api.plugin.uuid.UUIDMigration.getIdentificationFor(UUIDMigration.java:138) ~[?:?]
    at com.dsh105.echopet.commands.PetAdminCommand.onCommand(PetAdminCommand.java:344) ~[?:?]
    at com.dsh105.echopet.commands.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:46) ~[?:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-PaperSpigot-1f41387-9a17f01]
    ... 7 more