Advertisement
Guest User

Untitled

a guest
Jan 11th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. 18:24:00 [SEVERE] Could not pass event ENTITY_INTERACT to World Portal
  2. java.lang.ClassCastException: me.timvisee.WorldPortal.WorldPortalEntityListener
  3. cannot be cast to org.bukkit.event.entity.EntityListener
  4. at org.bukkit.plugin.java.JavaPluginLoader$70.execute(JavaPluginLoader.j
  5. ava:753)
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
  7. a:58)
  8. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
  9. ava:339)
  10. at net.minecraft.server.BlockPressurePlate.g(BlockPressurePlate.java:112
  11. )
  12. at net.minecraft.server.BlockPressurePlate.a(BlockPressurePlate.java:71)
  13.  
  14. at org.getspout.spout.block.mcblock.CustomBlock.a(CustomBlock.java:414)
  15. at net.minecraft.server.Entity.move(Entity.java:613)
  16. at net.minecraft.server.EntityLiving.a(EntityLiving.java:751)
  17. at net.minecraft.server.EntityLiving.d(EntityLiving.java:913)
  18. at net.minecraft.server.EntityVillager.d(SourceFile:36)
  19. at net.minecraft.server.EntityLiving.w_(EntityLiving.java:297)
  20. at net.minecraft.server.World.entityJoinedWorld(World.java:1253)
  21. at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:1
  22. 07)
  23. at net.minecraft.server.World.playerJoinedWorld(World.java:1235)
  24. at net.minecraft.server.World.tickEntities(World.java:1142)
  25. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:518)
  26. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
  27. at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement