mfnalex / ChestSort

Best sorting plugin for Minecraft / Spigot 1.14+
https://www.chestsort.de
GNU General Public License v3.0
90 stars 34 forks source link

think im posting right? but hook to new plugin, not confident to do myself #161

Open TrentonP14 opened 1 year ago

TrentonP14 commented 1 year ago

Used ChestSort version Tell us your ChestSort version 13.5.0

Used Spigot version Tell us your Spigot version (output of /version). Please also tell us if you use another fork like Paper, etc. most recent from build tools, just updated 12/13, (renamed it so dont have the exact build)

Other plugin used Please include a link to the other plugin https://www.spigotmc.org/resources/pickupspawners.2933/

Describe the bug A clear and concise description of what the bug is. constant error in logs and consol [21:14:53] [Server thread/ERROR]: Could not pass event InventoryClickEvent to PickUpSpawners v2.8 org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2757) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(SourceFile:58) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(SourceFile:13) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:31) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1154) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1133) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1126) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:115) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1109) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1021) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:301) ~[spigot-1.19.3-R0.1-SNAPSHOT.jar:3624-Spigot-d90018e-ab1586c] at java.lang.Thread.run(Thread.java:1589) ~[?:?] Caused by: java.lang.NoSuchMethodError: 'java.lang.String org.bukkit.inventory.Inventory.getTitle()' at io.github.calemyoung.pickupspawners.listeners.InteractGUI.onInvClick(InteractGUI.java:29) ~[?:?] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:578) ~[?:?] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.19.3-R0.1-SNAPSHOT.jar:?] ... 20 more To Reproduce How can the behaviour be reproduced? seems pretty must anytime anyone uses chestsort in any way

Expected behavior A clear and concise description of what you expected to happen. would like to not see the constant error messages, think it just needs to be hooked in but not sure

Additional context Add any other context about the problem here.

your plugin is pretty damn great! just hoping to get this plugin added to the hook to attempt to solve the errors

2022-12-17-4.log.gz

mfnalex commented 1 year ago

Please report this to the other plugin's developer. ChestSort does not appear at all in your Stacktrace, so I doubt it has anything to do with ChestSort.