Advertisement
lcatania

Untitled

Mar 31st, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.88 KB | None | 0 0
  1. [01:19:09] [Server thread/INFO]: Ukxd issued server command: /tokens add Methulselah 100
  2. [01:19:12] [Server thread/INFO]: [Jetpack] The command can only be run by a player.
  3. [01:19:12] [Server thread/ERROR]: Could not pass event InventoryClickEvent to SpigotParticles v1.8.9.7
  4. org.bukkit.event.EventException: null
  5.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  6.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  7.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  8.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  9.     at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:2107) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  10.     at net.minecraft.server.v1_13_R2.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  11.     at net.minecraft.server.v1_13_R2.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  12.     at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  13.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
  14.     at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
  15.     at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  16.     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  17.     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  18.     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  19.     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  20.     at java.lang.Thread.run(Thread.java:844) [?:?]
  21. Caused by: java.lang.NullPointerException
  22.     at particles.spigot.config.ConfigManager.getInventories(ConfigManager.java:46) ~[Particles.jar:?]
  23.     at particles.spigot.events.PlayerEvents.onInventoryClick(PlayerEvents.java:48) ~[Particles.jar:?]
  24.     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  25.     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
  26.     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  27.     at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
  28.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot-1.13.2.jar:git-Spigot-5629554-4c8327f]
  29.     ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement