Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ERROR] Could not pass event PlayerJoinEvent to AdditionalThings v1.2
- org.bukkit.event.EventException: null
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:343) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:162) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at protocolsupport.zplatform.impl.spigot.network.handler.SpigotLoginListenerPlay.joinGame(SpigotLoginListenerPlay.java:140) [ProtocolSupport.jar:?]
- at protocolsupport.protocol.packet.handler.AbstractLoginListenerPlay.tryJoin(AbstractLoginListenerPlay.java:123) [ProtocolSupport.jar:?]
- at protocolsupport.protocol.packet.handler.AbstractLoginListenerPlay.loginTick(AbstractLoginListenerPlay.java:85) [ProtocolSupport.jar:?]
- at protocolsupport.zplatform.impl.spigot.network.handler.SpigotLoginListenerPlay.tick(SpigotLoginListenerPlay.java:81) [ProtocolSupport.jar:?]
- at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:230) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:119) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:994) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
- Caused by: java.lang.NullPointerException
- at fr.eot13.additionalthings.Hats.hats(Hats.java:99) ~[?:?]
- at fr.eot13.additionalthings.Hats.PlayerJoin(Hats.java:51) ~[?:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2.jar:git-Spigot-f56e2e7-b15abb1]
- ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement