Advertisement
tienthanh23423

Untitled

Mar 10th, 2020
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. [ERROR] Could not pass event PlayerJoinEvent to NekoSpawn v1.2
  2.  
  3. org.bukkit.event.EventException: null
  4.  
  5. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  6.  
  7. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  8.  
  9. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  10.  
  11. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  12.  
  13. at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  14.  
  15. at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  16.  
  17. at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  18.  
  19. at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  20.  
  21. at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  22.  
  23. at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  24.  
  25. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  26.  
  27. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  28.  
  29. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  30.  
  31. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  32.  
  33. at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
  34.  
  35. Caused by: java.lang.NullPointerException
  36.  
  37. at net.md_5.bungee.api.ChatColor.translateAlternateColorCodes(ChatColor.java:169) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  38.  
  39. at me.neko.nekospawn.utils.Utils.mau(Utils.java:7) ~[?:?]
  40.  
  41. at me.neko.nekospawn.event.JoinEvent.onPlayerJoin(JoinEvent.java:34) ~[?:?]
  42.  
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  44.  
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  46.  
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  48.  
  49. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  50.  
  51. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  52.  
  53. ... 14 more
  54.  
  55.  
  56.  
  57. [ERROR] Could not pass event PlayerQuitEvent to NekoSpawn v1.2
  58.  
  59. org.bukkit.event.EventException: null
  60.  
  61. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  62.  
  63. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  64.  
  65. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  66.  
  67. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  68.  
  69. at net.minecraft.server.v1_12_R1.PlayerList.disconnect(PlayerList.java:405) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  70.  
  71. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1102) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  72.  
  73. at net.minecraft.server.v1_12_R1.NetworkManager.handleDisconnection(NetworkManager.java:321) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  74.  
  75. at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:174) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  76.  
  77. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  78.  
  79. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  80.  
  81. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  82.  
  83. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  84.  
  85. at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
  86.  
  87. Caused by: java.lang.NullPointerException
  88.  
  89. at net.md_5.bungee.api.ChatColor.translateAlternateColorCodes(ChatColor.java:169) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  90.  
  91. at me.neko.nekospawn.utils.Utils.mau(Utils.java:7) ~[?:?]
  92.  
  93. at me.neko.nekospawn.event.LeaveEvent.onLeave(LeaveEvent.java:25) ~[?:?]
  94.  
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  96.  
  97. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  98.  
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  100.  
  101. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  102.  
  103. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  104.  
  105. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement