Advertisement
JasonMcRay

Untitled

Mar 27th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. [07:07:09] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.player.PlayerInteractEvent@41082d75:
  2. java.lang.NullPointerException
  3. at mytown.core.Utils.isOp(Utils.java:19) ~[Utils.class:?]
  4. at mytown.entities.Town.checkPermission(Town.java:608) ~[Town.class:?]
  5. at mytown.protection.Protections.onPlayerInteract(Protections.java:456) ~[Protections.class:?]
  6. at cpw.mods.fml.common.eventhandler.ASMEventHandler_480_Protections_onPlayerInteract_PlayerInteractEvent.invoke(.dynamic) ~[?:?]
  7. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  8. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
  9. at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100) [ForgeEventFactory.class:?]
  10. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353) [mx.class:?]
  11. at thaumcraft.common.entities.ai.interact.AIUseItem.click(AIUseItem.java:158) [AIUseItem.class:?]
  12. at thaumcraft.common.entities.ai.interact.AIUseItem.func_75246_d(AIUseItem.java:99) [AIUseItem.class:?]
  13. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:103) [uj.class:?]
  14. at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:540) [sw.class:?]
  15. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774) [sv.class:?]
  16. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367) [sw.class:?]
  17. at thaumcraft.common.entities.golems.EntityGolemBase.func_70636_d(EntityGolemBase.java:354) [EntityGolemBase.class:?]
  18. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611) [sv.class:?]
  19. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) [sw.class:?]
  20. at net.minecraft.world.World.func_72866_a(World.java:2070) [ahb.class:?]
  21. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648) [mt.class:?]
  22. at net.minecraft.world.World.func_72870_g(World.java:2034) [ahb.class:?]
  23. at net.minecraft.world.World.func_72939_s(World.java:1887) [ahb.class:?]
  24. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) [mt.class:?]
  25. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) [MinecraftServer.class:?]
  26. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?]
  27. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
  28. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  29. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement