Advertisement
Zlepper

Fakeplayer

Aug 26th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. 09:01:07 [INFO] [RedPower] FakePlayer created.
  2. 09:01:07 [INFO] [RedPower] Sending PlayerJoinEvent=org.bukkit.event.player.PlayerJoinEvent@48d70a54 with CraftPlayer=CraftPlayer{name=RedPower}
  3. 09:01:07 [SEVERE] Could not pass event PlayerJoinEvent to EssentialsSpawn
  4. java.lang.NullPointerException
  5. at com.earth2me.essentials.textreader.KeywordReplacer.replaceKeywords(KeywordReplacer.java:43)
  6. at com.earth2me.essentials.textreader.KeywordReplacer.<init>(KeywordReplacer.java:28)
  7. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerJoin(EssentialsSpawnPlayerListener.java:86)
  8. at com.earth2me.essentials.spawn.EssentialsSpawn$2.execute(EssentialsSpawn.java:57)
  9. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  10. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482)
  11. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467)
  12. at eloraam.machine.FakePlayer.get(FakePlayer.java:27)
  13. at eloraam.machine.FakePlayer.getBukkitEntity(FakePlayer.java:36)
  14. at eloraam.machine.TileBreaker.onBlockNeighborChange(TileBreaker.java:150)
  15. at eloraam.core.BlockExtended.doPhysics(BlockExtended.java:63)
  16. at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)
  17. at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220)
  18. at eloraam.wiring.TileWiring.onBlockNeighborChange(TileWiring.java:243)
  19. at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29)
  20. at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)
  21. at eloraam.core.RedPowerLib.updateIndirectNeighbors(RedPowerLib.java:48)
  22. at eloraam.core.TileExtended.updateBlockChange(TileExtended.java:98)
  23. at eloraam.logic.TileLogicPointer.timerUpdate(TileLogicPointer.java:219)
  24. at eloraam.logic.TileLogicPointer.q_(TileLogicPointer.java:413)
  25. at net.minecraft.server.World.tickEntities(World.java:1190)
  26. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)
  27. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
  28. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement