I need help with 2 problems with my server

Discussion in 'Bukkit Help' started by InsaneCookies, Aug 14, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    InsaneCookies

    1.
    Hello, im trying to get players to buy spawners using signs in my server's physical shop. However, everytime they buy it, it ends up being a default pig spawner. Please let me know how to fix it, please let it not be a premium plugin and rather something in essentials and permissions. Here is how my shop looks like: https://gyazo.com/57130e2657317819092b3d2aadf35853

    2.
    Factionless players can use doors, buttons in claimed territory.
    I' m using LegacyFactions plugin on my 1.8.3 factions server. I have ran into a problem, factionless players can use doors, buttons in claimed territory. How do I fix this, let me know please

    3. Also my GUIShop is not working as well it repeatedly shows this when i want to buy something
    "Could not pass event InventoryClickEvent to GUIShop v8.0
    org.bukkit.event.EventException

    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:1541) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at net.minecraft.server.v1_8_R2.PacketPlayInWindowClick.a(SourceFile:31) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at net.minecraft.server.v1_8_R2.PacketPlayInWindowClick.a(SourceFile:9) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_265]

    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_265]

    at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:670) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:336) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:626) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:534) [craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    at java.lang.Thread.run(Thread.java:823) [?:1.8.0_265]

    Caused by: java.lang.NoSuchMethodError: org/bukkit/event/inventory/InventoryClickEvent.getClickedInventory()Lorg/bukkit/inventory/Inventory; (loaded from file:/pro/bin/mc/craftbukkit/1.8.3/craftbukkit-1.8.3.jar by sun.misc.Launcher$AppClassLoader@f1ed1812) called from class com.pablo67340.guishop.listenable.Shop (loaded from file:/home/gs-41857/plugins/GUIShop-8.0.jar by org.bukkit.plugin.java.PluginClassLoader@c5f0c110).

    at com.pablo67340.guishop.listenable.Shop.onShopClick(Shop.java:390) ~[?:?]

    at com.pablo67340.guishop.listenable.Shop$$Lambda$259/00000000A9363DE0.accept(Unknown Source) ~[?:?]

    at com.github.stefvanschie.inventoryframework.GuiListener.onInventoryClick(GuiListener.java:46) ~[?:?]

    at sun.reflect.GeneratedMethodAccessor148.invoke(Unknown Source) ~[?:?]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]

    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.3.jar:git-Bukkit-0a645a2]

    ... 15 more
     
    Last edited: Aug 14, 2020
Thread Status:
Not open for further replies.

Share This Page