SwiftSwamp

Untitled

Nov 13th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. [15:21:53] [Async Chat Thread - #326/ERROR]: Could not pass event AsyncPlayerChatEvent to DeluxeChat v1.6.5.1
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[custom18.jar:git-PaperSpigot-8b18730]
  4. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74) ~[custom18.jar:git-PaperSpigot-8b18730]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom18.jar:git-PaperSpigot-8b18730]
  6. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [custom18.jar:git-PaperSpigot-8b18730]
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:483) [custom18.jar:git-PaperSpigot-8b18730]
  8. at net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1111) [custom18.jar:git-PaperSpigot-8b18730]
  9. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1026) [custom18.jar:git-PaperSpigot-8b18730]
  10. at net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39) [custom18.jar:git-PaperSpigot-8b18730]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
  13. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
  14. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
  15. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  16. Caused by: java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
  17. at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:62) ~[?:?]
  18. at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:85) ~[?:?]
  19. at com.earth2me.essentials.api.Economy.getMoney(Economy.java:81) ~[?:?]
  20. at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:78) ~[?:?]
  21. at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:20) ~[?:?]
  22. at me.clip.deluxechat.hooks.VaultHook.getBalance(VaultHook.java:367) ~[?:?]
  23. at me.clip.deluxechat.hooks.VaultHook$1.onPlaceholderRequest(VaultHook.java:73) ~[?:?]
  24. at me.clip.deluxechat.placeholders.PlaceholderHandler.setPlaceholders(PlaceholderHandler.java:485) ~[?:?]
  25. at me.clip.deluxechat.placeholders.PlaceholderHandler.setPlaceholders(PlaceholderHandler.java:434) ~[?:?]
  26. at me.clip.deluxechat.DeluxeChat.getFancyChatFormat(DeluxeChat.java:968) ~[?:?]
  27. at me.clip.deluxechat.listeners.AsyncPlayerChatListener.onChat(AsyncPlayerChatListener.java:83) ~[?:?]
  28. at sun.reflect.GeneratedMethodAccessor1008.invoke(Unknown Source) ~[?:?]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  30. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  31. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[custom18.jar:git-PaperSpigot-8b18730]
  32. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment