Nitrusiniski 4 Opublikowano 24 stycznia 2021 Udostępnij Opublikowano 24 stycznia 2021 (edytowane) Mam pytanie otóż posiadam plugin Itemizer ale nie działa na moim serwerze. Mój serwer bazuje na wersi 1.8.8 a to wpisz jako błąd: Spoiler org.bukkit.command.CommandException: Unhandled exception executing command "itemizer" in plugin Itemizer v5.01 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_121] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_121] at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] Caused by: java.lang.NoSuchMethodError: org.bukkit.inventory.PlayerInventory.getItemInMainHand()Lorg/bukkit/inventory/ItemStack; at me.baks.iapi.utils.Utils.checkItemInHand(Utils.java:34) ~[?:?] at me.baks.items.cmd.CmdItemizer.onCommand(CmdItemizer.java:128) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52] ... 15 more Edytowane 24 stycznia 2021 przez xNightPower_ Błędy umieszczam w spoilerze. Odnośnik do komentarza https://skript.pl/temat/44899-problem-z-pluginem/ Udostępnij na innych stronach Więcej opcji udostępniania...
0 Kormic 1951 Opublikowano 24 stycznia 2021 Udostępnij Opublikowano 24 stycznia 2021 2 minuty temu, Nitrusiniski napisał: Mam pytanie otóż posiadam plugin Itemizer ale nie działa na moim serwerze. Mój serwer bazuje na wersi 1.8.8 a to wpisz jako błąd: Użyłeś zbyt nowej wersji. Wejdź na Spigot'cie w zakładkę "Updates" i spróbuj z wersjami, gdzie masz podane wsparcie dla 1.8. Jak nie zadziała, próbuj z wersjami nieco nowszymi oraz nieco starszymi, aż do skutku. Odnośnik do komentarza https://skript.pl/temat/44899-problem-z-pluginem/#findComment-282055 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Gość Usunięty#34161 Opublikowano 24 stycznia 2021 Udostępnij Opublikowano 24 stycznia 2021 Ten temat został przeniesiony. Odnośnik do komentarza https://skript.pl/temat/44899-problem-z-pluginem/#findComment-282067 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Nitrusiniski 4 Opublikowano 24 stycznia 2021 Autor Udostępnij Opublikowano 24 stycznia 2021 47 minut temu, Kormic napisał: Użyłeś zbyt nowej wersji. Wejdź na Spigot'cie w zakładkę "Updates" i spróbuj z wersjami, gdzie masz podane wsparcie dla 1.8. Jak nie zadziała, próbuj z wersjami nieco nowszymi oraz nieco starszymi, aż do skutku. Dzięki bardzo znalazłem Odnośnik do komentarza https://skript.pl/temat/44899-problem-z-pluginem/#findComment-282072 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Gość Usunięty#34161 Opublikowano 24 stycznia 2021 Udostępnij Opublikowano 24 stycznia 2021 Problem został rozwiązany. Odnośnik do komentarza https://skript.pl/temat/44899-problem-z-pluginem/#findComment-282075 Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
Nitrusiniski 4
Mam pytanie otóż posiadam plugin Itemizer ale nie działa na moim serwerze. Mój serwer bazuje na wersi 1.8.8 a to wpisz jako błąd:
org.bukkit.command.CommandException: Unhandled exception executing command "itemizer" in plugin Itemizer v5.01
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_121]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_121]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Caused by: java.lang.NoSuchMethodError: org.bukkit.inventory.PlayerInventory.getItemInMainHand()Lorg/bukkit/inventory/ItemStack;
at me.baks.iapi.utils.Utils.checkItemInHand(Utils.java:34) ~[?:?]
at me.baks.items.cmd.CmdItemizer.onCommand(CmdItemizer.java:128) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
... 15 more
Edytowane przez xNightPower_Błędy umieszczam w spoilerze.
Odnośnik do komentarza
https://skript.pl/temat/44899-problem-z-pluginem/Udostępnij na innych stronach
4 odpowiedzi na to pytanie
Rekomendowane odpowiedzi