Advertisement
Guest User

Untitled

a guest
May 26th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. [15:34:21] [Server thread/ERROR]: [ACF] Exception in command: guild info
  2. [15:34:21] [Server thread/ERROR]: [ACF] java.lang.reflect.InvocationTargetException
  3.  
  4. [15:34:21] [Server thread/ERROR]: [ACF] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  5.  
  6. [15:34:21] [Server thread/ERROR]: [ACF] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  7.  
  8. [15:34:21] [Server thread/ERROR]: [ACF] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  9.  
  10. [15:34:21] [Server thread/ERROR]: [ACF] at java.lang.reflect.Method.invoke(Unknown Source)
  11.  
  12. [15:34:21] [Server thread/ERROR]: [ACF] at co.aikar.commands.RegisteredCommand.invoke(RegisteredCommand.java:146)
  13.  
  14. [15:34:21] [Server thread/ERROR]: [ACF] at co.aikar.commands.BaseCommand.executeCommand(BaseCommand.java:467)
  15.  
  16. [15:34:21] [Server thread/ERROR]: [ACF] at co.aikar.commands.BaseCommand.execute(BaseCommand.java:370)
  17.  
  18. [15:34:21] [Server thread/ERROR]: [ACF] at co.aikar.commands.RootCommand.execute(RootCommand.java:69)
  19.  
  20. [15:34:21] [Server thread/ERROR]: [ACF] at co.aikar.commands.BukkitRootCommand.execute(BukkitRootCommand.java:63)
  21.  
  22. [15:34:21] [Server thread/ERROR]: [ACF] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  23.  
  24. [15:34:21] [Server thread/ERROR]: [ACF] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641)
  25.  
  26. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162)
  27.  
  28. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
  29.  
  30. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
  31.  
  32. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
  33.  
  34. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
  35.  
  36. [15:34:21] [Server thread/ERROR]: [ACF] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  37.  
  38. [15:34:21] [Server thread/ERROR]: [ACF] at java.util.concurrent.FutureTask.run(Unknown Source)
  39.  
  40. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
  41.  
  42. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
  43.  
  44. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  45.  
  46. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  47.  
  48. [15:34:21] [Server thread/ERROR]: [ACF] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  49.  
  50. [15:34:21] [Server thread/ERROR]: [ACF] at java.lang.Thread.run(Unknown Source)
  51.  
  52. [15:34:21] [Server thread/ERROR]: [ACF] Caused by: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method pl.otekplay.guild.commands.InfoCommand$onCommand$1.apply, parameter it
  53.  
  54. [15:34:21] [Server thread/ERROR]: [ACF] at pl.otekplay.guild.commands.InfoCommand$onCommand$1.apply(InfoCommand.kt)
  55.  
  56. [15:34:21] [Server thread/ERROR]: [ACF] at pl.otekplay.guild.commands.InfoCommand$onCommand$1.apply(InfoCommand.kt:16)
  57.  
  58. [15:34:21] [Server thread/ERROR]: [ACF] at java.util.ArrayList.replaceAll(Unknown Source)
  59.  
  60. [15:34:21] [Server thread/ERROR]: [ACF] at pl.otekplay.guild.commands.InfoCommand.onCommand(InfoCommand.kt:34)
  61.  
  62. [15:34:21] [Server thread/ERROR]: [ACF] ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement