Plugin EchoPet - Problém

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
LpBahos
Příspěvky: 934
Věk: 25
Registrován: 30 dub 2013, 15:52
Reputation: 0
Bydliště: Opava
Kontaktovat uživatele:

Plugin EchoPet - Problém

#1 Příspěvekod LpBahos » 18 črc 2014, 21:10

Server: 93.91.250.145:27261

Zdarec... mám problém s pluginem EchoPet... Když si v Pet Selectoru vyberu Human (člověk), vyhodí mě to ze serveru a tohle se ukáže v Consoli

Kód: Vybrat vše

> [21:02:22 ERROR]: Could not pass event InventoryClickEvent to EchoPet v2.3.3-b408
org.bukkit.event.EventException
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.PlayerConnection.a(PlayerConnection.java:1361) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.PacketPlayInWindowClick.a(SourceFile:32) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.PacketPlayInWindowClick.handle(SourceFile:10) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.NetworkManager.a(NetworkManager.java:147) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.ServerConnection.c(SourceFile:134) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.MinecraftServer.v(MinecraftServer.java:657) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.DedicatedServer.v(DedicatedServer.java:250) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.MinecraftServer.u(MinecraftServer.java:548) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:459) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
Caused by: org.bukkit.command.CommandException: Unhandled exception executing 'pet human' in com.dsh105.echopet.commands.util.DynamicPluginCommand(pet)
     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:184) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchCommand(CraftServer.java:696) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.craftbukkit.v1_7_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:262) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at com.dsh105.echopet.compat.api.util.menu.SelectorIcon.onClick(SelectorIcon.java:77) ~[?:?]
     at com.dsh105.echopet.libraries.dshutils.inventory.InventoryMenu.onInvClick(InventoryMenu.java:88) ~[?:?]
     at sun.reflect.GeneratedMethodAccessor492.invoke(Unknown Source) ~[?:?]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
... 13 more
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
     at com.dsh105.echopet.compat.api.util.reflection.SafeConstructor.newInstance(SafeConstructor.java:65) ~[?:?]
     at com.dsh105.echopet.compat.api.entity.PetType.getNewPetInstance(PetType.java:140) ~[?:?]
     at com.dsh105.echopet.api.PetManager.createPet(PetManager.java:124) ~[?:?]
     at com.dsh105.echopet.commands.PetCommand.onCommand(PetCommand.java:343) ~[?:?]
     at com.dsh105.echopet.commands.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:45) ~[?:?]
     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchCommand(CraftServer.java:696) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.craftbukkit.v1_7_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:262) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at com.dsh105.echopet.compat.api.util.menu.SelectorIcon.onClick(SelectorIcon.java:77) ~[?:?]
     at com.dsh105.echopet.libraries.dshutils.inventory.InventoryMenu.onInvClick(InventoryMenu.java:88) ~[?:?]
     at sun.reflect.GeneratedMethodAccessor492.invoke(Unknown Source) ~[?:?]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
... 13 more
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_51]
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_51]
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_51]
     at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_51]
     at com.dsh105.echopet.compat.api.util.reflection.SafeConstructor.newInstance(SafeConstructor.java:57) ~[?:?]
     at com.dsh105.echopet.compat.api.entity.PetType.getNewPetInstance(PetType.java:140) ~[?:?]
     at com.dsh105.echopet.api.PetManager.createPet(PetManager.java:124) ~[?:?]
     at com.dsh105.echopet.commands.PetCommand.onCommand(PetCommand.java:343) ~[?:?]
     at com.dsh105.echopet.commands.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:45) ~[?:?]
     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchCommand(CraftServer.java:696) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.craftbukkit.v1_7_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:262) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at com.dsh105.echopet.compat.api.util.menu.SelectorIcon.onClick(SelectorIcon.java:77) ~[?:?]
     at com.dsh105.echopet.libraries.dshutils.inventory.InventoryMenu.onInvClick(InventoryMenu.java:88) ~[?:?]
     at sun.reflect.GeneratedMethodAccessor492.invoke(Unknown Source) ~[?:?]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
... 13 more
Caused by: java.lang.NoSuchMethodError: net.minecraft.util.com.mojang.authlib.GameProfile.getId()Ljava/util/UUID;
     at com.dsh105.echopet.api.pet.type.HumanPet.updateName(HumanPet.java:72) ~[?:?]
     at com.dsh105.echopet.api.pet.type.HumanPet.setPetName(HumanPet.java:54) ~[?:?]
     at com.dsh105.echopet.api.pet.Pet.setPetName(Pet.java:142) ~[?:?]
     at com.dsh105.echopet.api.pet.type.HumanPet.setPetName(HumanPet.java:61) ~[?:?]
     at com.dsh105.echopet.api.pet.Pet.<init>(Pet.java:60) ~[?:?]
     at com.dsh105.echopet.api.pet.PacketPet.<init>(PacketPet.java:30) ~[?:?]
     at com.dsh105.echopet.api.pet.type.HumanPet.<init>(HumanPet.java:37) ~[?:?]
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_51]
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_51]
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_51]
     at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_51]
     at com.dsh105.echopet.compat.api.util.reflection.SafeConstructor.newInstance(SafeConstructor.java:57) ~[?:?]
     at com.dsh105.echopet.compat.api.entity.PetType.getNewPetInstance(PetType.java:140) ~[?:?]
     at com.dsh105.echopet.api.PetManager.createPet(PetManager.java:124) ~[?:?]
     at com.dsh105.echopet.commands.PetCommand.onCommand(PetCommand.java:343) ~[?:?]
     at com.dsh105.echopet.commands.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:45) ~[?:?]
     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchCommand(CraftServer.java:696) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at org.bukkit.craftbukkit.v1_7_R2.entity.CraftPlayer.performCommand(CraftPlayer.java:262) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
     at com.dsh105.echopet.compat.api.util.menu.SelectorIcon.onClick(SelectorIcon.java:77) ~[?:?]
     at com.dsh105.echopet.libraries.dshutils.inventory.InventoryMenu.onInvClick(InventoryMenu.java:88) ~[?:?]
     at sun.reflect.GeneratedMethodAccessor492.invoke(Unknown Source) ~[?:?]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
... 13 more
> [21:02:22 INFO]: KingTiger lost connection: Internal Exception: net.minecraft.util.io.netty.handler.codec.EncoderException: java.lang.RuntimeException: An internal error occured.
> [21:02:22 INFO]: Removing player from memory: KingTiger
> [21:02:22 INFO]: [Offline] KingTiger

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Plugin EchoPet - Problém

#2 Příspěvekod DenOwq » 18 črc 2014, 21:18

Chyba u pluginu. Zkus ho dát na nejnovější verzi
Muhahha.


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 58 hostů