Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TrentonP14 opened this issue Dec 18, 2022 · 1 comment
Labels
3rd party plugin This issue has something to do with another 3rd party plugin

Comments

@TrentonP14
Copy link

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

@TrentonP14 TrentonP14 added the 3rd party plugin This issue has something to do with another 3rd party plugin label Dec 18, 2022
@mfnalex
Copy link
Owner

mfnalex commented Dec 19, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party plugin This issue has something to do with another 3rd party plugin
Projects
None yet
Development

No branches or pull requests

2 participants