Advertisement
Guest User

limited creative v1.3.0a-beta @ Bukkit-1.3.1-R1.0-b2320jnks

a guest
Aug 9th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. 18:26:43 [SEVERE] Could not pass event ItemSpawnEvent to LimitedCreative
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  7. at org.bukkit.craftbukkit.event.CraftEventFactory.callItemSpawnEvent(CraftEventFactory.java:252)
  8. at net.minecraft.server.World.addEntity(World.java:839)
  9. at net.minecraft.server.World.addEntity(World.java:809)
  10. at net.minecraft.server.Entity.a(Entity.java:1154)
  11. at net.minecraft.server.Entity.a(Entity.java:1147)
  12. at net.minecraft.server.Entity.b(Entity.java:1143)
  13. at net.minecraft.server.EntityChicken.d(EntityChicken.java:63)
  14. at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
  15. at net.minecraft.server.World.entityJoinedWorld(World.java:1239)
  16. at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:498)
  17. at net.minecraft.server.World.playerJoinedWorld(World.java:1221)
  18. at net.minecraft.server.World.tickEntities(World.java:1119)
  19. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:567)
  20. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
  21. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
  23. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  24. Caused by: java.lang.NullPointerException
  25. at de.jaschastarke.minecraft.worldguard.CRegionManager.getRegionSet(CRegionManager.java:169)
  26. at de.jaschastarke.minecraft.limitedcreative.regions.RegionListener.regionSet(RegionListener.java:36)
  27. at de.jaschastarke.minecraft.limitedcreative.regions.RegionListener.onItemSpawn(RegionListener.java:160)
  28. at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:601)
  31. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
  32. ... 20 more
  33. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement