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

NPE Error when clicking signs in random world #84

Open
ParadiddlePride opened this issue Jul 14, 2020 · 0 comments
Open

NPE Error when clicking signs in random world #84

ParadiddlePride opened this issue Jul 14, 2020 · 0 comments

Comments

@ParadiddlePride
Copy link

Hello, I would like to preface this by saying the worlds are being generated by a plugin called DungeonsXL (link here). I don't use signs for Wild-TP but created a GUI for it which runs fine. The error is thrown when players interact with signs created/used in DungeonsXL inside of one of the dungeon worlds.

As the other plugin creates temporary worlds that only exist while the dungeon is active, I'm not sure if writing possible names in the WildTP config would help. Is there a way I can tell it to ONLY listen to certain worlds?

14.07 17:51:59 [Server] ERROR Could not pass event PlayerInteractEvent to Wild v2.21-39eeaba
14.07 17:51:59 [Server] INFO java.lang.NullPointerException: null
14.07 17:51:59 [Server] INFO at net.poweredbyhate.wildtp.WildSignListener.moneyOrNuttin(WildSignListener.java:121) ~[?:?]
14.07 17:51:59 [Server] INFO at net.poweredbyhate.wildtp.WildSignListener.isThisRealLife(WildSignListener.java:111) ~[?:?]
14.07 17:51:59 [Server] INFO at net.poweredbyhate.wildtp.WildSignListener.onClick(WildSignListener.java:55) ~[?:?]
14.07 17:51:59 [Server] INFO at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:471) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.PlayerInteractManager.a(PlayerInteractManager.java:456) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1419) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:27) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:5) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1105) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1098) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1059) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:974) ~[patched_1.15.2.jar:git-Paper-378]
14.07 17:51:59 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]

And here is a copy of my current config: https://pastebin.com/xZg3YnNR

I would be happy to provide any additional information needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant