Advertisement
Guest User

RustyCore - Error: AsyncPlayerChatEvent

a guest
Jul 31st, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [10:56:37 ERROR]: Could not pass event AsyncPlayerChatEvent to RustyCore v1.0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8.jar:git-Spigot-6c9b0a1-de5c261]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-6c9b0a1-de5c261]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8.jar:git-Spigot-6c9b0a1-de5c261]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.8.8.jar:git-Spigot-6c9b0a1-de5c261]
  7. at net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1084) [spigot-1.8.8.jar:git-Spigot-6c9b0a1-de5c261]
  8. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022) [spigot-1.8.8.jar:git-Spigot-6c9b0a1-de5c261]
  9. at net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39) [spigot-1.8.8.jar:git-Spigot-6c9b0a1-de5c261]
  10. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  11. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  12. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_45]
  13. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_45]
  14. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  15. Caused by: java.lang.NullPointerException
  16. at me.rusty.rustycore.hanlders.ChatHandler.onChat(ChatHandler.java:16) ~[?:?]
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
  20. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
  21. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8.jar:git-Spigot-6c9b0a1-de5c261]
  22. ... 11 more
  23. [10:56:37 INFO]: <RustyDesigns> Hi
  24. [10:56:40 INFO]: RustyDesigns issued server command: /gamemode c
  25. [10:56:40 INFO]: [RustyDesigns: Set own game mode to Creative Mode]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement