Advertisement
Guest User

Untitled

a guest
Aug 25th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. [04:50:50 ERROR]: Could not pass event PlayerInteractEntityEvent to SafariNet v1.15.25-SNAPSHOT
  2. java.lang.NullPointerException: Cannot invoke "org.bukkit.configuration.ConfigurationSection.getKeys(boolean)" because the return value of "org.bukkit.configuration.file.FileConfiguration.getConfigurationSection(String)" is null
  3. at de.Linus122.SafariNet.EntityAbilityParser.handleType(EntityAbilityParser.java:70) ~[SafariNet-1.15.25-SNAPSHOT (5).jar:?]
  4. at de.Linus122.SafariNet.EntityAbilityParser.parseNMSEntityAbilities(EntityAbilityParser.java:56) ~[SafariNet-1.15.25-SNAPSHOT (5).jar:?]
  5. at de.Linus122.SafariNet.version.v1_17_R1.SafariNet.saveEntity(SafariNet.java:92) ~[SafariNet-1.15.25-SNAPSHOT (5).jar:?]
  6. at de.Linus122.SafariNet.version.v1_17_R1.SafariNetFactoryWrapper.catchEntity(SafariNetFactoryWrapper.java:181) ~[SafariNet-1.15.25-SNAPSHOT (5).jar:?]
  7. at de.Linus122.SafariNet.Listeners.CaptureListener.playerInteractEvent(CaptureListener.java:206) ~[SafariNet-1.15.25-SNAPSHOT (5).jar:?]
  8. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor660.execute(Unknown Source) ~[?:?]
  9. at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.17.1.jar:git-Paper-216]
  10. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-216]
  11. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-216]
  12. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-216]
  13. at net.minecraft.server.network.PlayerConnection$5.a(PlayerConnection.java:2334) ~[patched_1.17.1.jar:git-Paper-216]
  14. at net.minecraft.server.network.PlayerConnection$5.a(PlayerConnection.java:2384) ~[patched_1.17.1.jar:git-Paper-216]
  15. at net.minecraft.network.protocol.game.PacketPlayInUseEntity$d.a(PacketPlayInUseEntity.java:131) ~[patched_1.17.1.jar:git-Paper-216]
  16. at net.minecraft.network.protocol.game.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:80) ~[patched_1.17.1.jar:git-Paper-216]
  17. at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2326) ~[patched_1.17.1.jar:git-Paper-216]
  18. at net.minecraft.network.protocol.game.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:67) ~[patched_1.17.1.jar:git-Paper-216]
  19. at net.minecraft.network.protocol.game.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:12) ~[patched_1.17.1.jar:git-Paper-216]
  20. at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:36) ~[patched_1.17.1.jar:git-Paper-216]
  21. at net.minecraft.server.TickTask.run(TickTask.java:18) ~[patched_1.17.1.jar:git-Paper-216]
  22. at net.minecraft.util.thread.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:149) ~[patched_1.17.1.jar:git-Paper-216]
  23. at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.executeTask(IAsyncTaskHandlerReentrant.java:23) ~[patched_1.17.1.jar:git-Paper-216]
  24. at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:1363) ~[patched_1.17.1.jar:git-Paper-216]
  25. at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:192) ~[patched_1.17.1.jar:git-Paper-216]
  26. at net.minecraft.util.thread.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:122) ~[patched_1.17.1.jar:git-Paper-216]
  27. at net.minecraft.server.MinecraftServer.bf(MinecraftServer.java:1342) ~[patched_1.17.1.jar:git-Paper-216]
  28. at net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1335) ~[patched_1.17.1.jar:git-Paper-216]
  29. at net.minecraft.util.thread.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:132) ~[patched_1.17.1.jar:git-Paper-216]
  30. at net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1296) ~[patched_1.17.1.jar:git-Paper-216]
  31. at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1207) ~[patched_1.17.1.jar:git-Paper-216]
  32. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[patched_1.17.1.jar:git-Paper-216]
  33. at java.lang.Thread.run(Thread.java:831) [?:?]
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement