Nowaha / Shop-by-Conjurate

1.14 update for the Shop plugin by Conjurate. Original: https://www.spigotmc.org/resources/shop.8185/
0 stars 11 forks source link

Creating GUI won't work at all #19

Closed Bublelift closed 4 years ago

Bublelift commented 4 years ago

Hello, I am trying to create a custom GUI page. So I followed the instructions on spigot's wiki page. Got to the moment when I should edit the GUI page and there is the problem. I can do nothing on GUI page except from moving items around. When I try to click one to give it an actual functionality the following error is displayed in console:

[03:17:06 ERROR]: Could not pass event PageClickEvent to Shop v2.5.0 java.lang.NoSuchFieldError: OAK_SIGN at conj.shop.events.listeners.Editor.editItem(Editor.java:138) ~[?:?] at conj.shop.events.listeners.Editor.PageviewClick(Editor.java:201) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor95.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[minecraft_server.jar:git-Paper-624] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[minecraft_server.jar:git-Paper-624] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[minecraft_server.jar:git-Paper-624] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:520) ~[minecraft_server.jar:git-Paper-624] at conj.shop.events.listeners.GUI.lambda$InteractEditor$1(GUI.java:138) ~[?:?] at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[minecraft_server.jar:git-Paper-624] at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449) ~[minecraft_server.jar:git-Paper-624] at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1010) ~[minecraft_server.jar:git-Paper-624] at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[minecraft_server.jar:git-Paper-624] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940) ~[minecraft_server.jar:git-Paper-624] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:837) ~[minecraft_server.jar:git-Paper-624] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]

If I can't do it in game, could you at lest tell me how to configure the GUI.yml file in shop/data/pages?