Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. [21:59:15 ERROR]: Could not pass event AsyncPlayerChatEvent to MLSPlugin v1.0-SNAPSHOT
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:72) ~[patched_1.12.2.jar:git-Paper-1613]
  4. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:74) ~[patched_1.12.2.jar:git-Paper-1613]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.12.2.jar:git-Paper-1613]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.12.2.jar:git-Paper-1613]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.chat(PlayerConnection.java:1393) ~[patched_1.12.2.jar:git-Paper-1613]
  8. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1308) ~[patched_1.12.2.jar:git-Paper-1613]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:39) ~[patched_1.12.2.jar:git-Paper-1613]
  10. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
  11. at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
  12. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
  13. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
  14. at java.lang.Thread.run(Thread.java:834) [?:?]
  15. Caused by: java.lang.ClassCastException: class sun.net.www.protocol.https.HttpsURLConnectionImpl cannot be cast to class sun.net.www.protocol.http.HttpURLConnection (sun.net.www.protocol.https.HttpsURLConnectionImpl and sun.net.www.protocol.http.HttpURLConnection are in module java.base of loader 'bootstrap')
  16. at jp.dip.monsterlifeserver.mlsplugin.mlsplugin.API.GoogleIME.conv(GoogleIME.java:47) ~[?:?]
  17. at jp.dip.monsterlifeserver.mlsplugin.mlsplugin.API.GoogleIME.convByGoogleIME(GoogleIME.java:29) ~[?:?]
  18. at jp.dip.monsterlifeserver.mlsplugin.mlsplugin.Listener.Chat.onChat(Chat.java:59) ~[?:?]
  19. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor870.execute(Unknown Source) ~[?:?]
  20. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.12.2.jar:git-Paper-1613]
  21. ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement