chaseoes / FirstJoinPlus

Customize all aspects of new players joining for the first time.
http://dev.bukkit.org/bukkit-plugins/firstjoinplus/
11 stars 16 forks source link

Could not pass event FirstJoinEvent to FirstJoinPlus #12

Closed WauloK closed 11 years ago

WauloK commented 11 years ago

I got this?

2013-05-19 18:31:05 [SEVERE] Could not pass event FirstJoinEvent to FirstJoinPlus v1.8.2 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at me.chaseoes.firstjoinplus.PlayerListeners.firstJoinDetection(PlayerListeners.java:30)

I re-created the spawn but it didn't help.

chaseoes commented 11 years ago

That's not the entire error. Try again.

WauloK commented 11 years ago

Here's all of it!

2013-05-21 18:23:39 [WARNING] [FirstJoinPlus] Task #3324 for FirstJoinPlus v1.8.2 generated an exception java.lang.NullPointerException at org.bukkit.craftbukkit.v1_5_R3.entity.CraftPlayer.teleport(CraftPlayer.java:384) at org.bukkit.craftbukkit.v1_5_R3.entity.CraftEntity.teleport(CraftEntity.java:194) at me.chaseoes.firstjoinplus.FirstJoinListener$2.run(FirstJoinListener.java:59) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:513) at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226) at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)

WauloK commented 11 years ago

Never mind. Found a plugin which works.

chaseoes commented 11 years ago

Glad I could help.