Open crevice opened 9 years ago
Thanks, I'll look into this one soon. On 22/12/2014 8:09 am, "ext4" notifications@github.com wrote:
WorldGuard version 6.0.0-SNAPSHOT.1471 OtherDrops version 2.8b.588, build 132 from jenkins Spigot version git-Spigot-1.7.9-R0.2-207-g03373bb WorldGuard/config.yml ~> regions.enable: false
2014-12-22 06:57:49 [ERROR] Could not pass event PlayerInteractEvent to OtherDrops v2.8b.588 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at org.bukkit.craftbukkit.v1_7_R4.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:242) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.PlayerInteractManager.interact(PlayerInteractManager.java:382) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:662) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.PacketPlayInBlockPlace.handle(PacketPlayInBlockPlace.java:86) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] Caused by: java.lang.NullPointerException at com.gmail.zariust.otherdrops.event.OccurredEvent.setRegions(OccurredEvent.java:838) ~[?:?] at com.gmail.zariust.otherdrops.event.OccurredEvent.
(OccurredEvent.java:317) ~[?:?] at com.gmail.zariust.otherdrops.listener.OdPlayerListener.onPlayerInteract(OdPlayerListener.java:67) ~[?:?] at sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_71] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_71] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] ... 15 more — Reply to this email directly or view it on GitHub https://github.com/Zarius/Bukkit-OtherBlocks/issues/342.
There is another error that possible related to this issue. Regions is still disabled.
[17:57:31 INFO]: This server is running CraftBukkit version git-Spigot-2ec6f06-7722428 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
[17:57:49 INFO]: Plugins (10): MaxBans, DeathControl, Lockette, WorldEdit, NoCheatPlus, VanishNoPacket, CommandBook, WorldGuard, CraftBook, OtherDrops
[17:56:52 ERROR]: Could not pass event EntityDeathEvent to OtherDrops v2.8b.596
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-2ec6f06-7722428]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-2ec6f06-7722428]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-2ec6f06-7722428]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-2ec6f06-7722428]
at org.bukkit.craftbukkit.v1_8_R2.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:364) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityLiving.die(EntityLiving.java:873) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityLiving.damageEntity(EntityLiving.java:811) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityRabbit.damageEntity(EntityRabbit.java:230) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityWolf.r(EntityWolf.java:218) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.PathfinderGoalMeleeAttack.e(SourceFile:122) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.PathfinderGoalSelector.a(PathfinderGoalSelector.java:91) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityInsentient.doTick(EntityInsentient.java:474) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityLiving.m(EntityLiving.java:1625) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityInsentient.m(EntityInsentient.java:339) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityAgeable.m(EntityAgeable.java:139) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityAnimal.m(EntityAnimal.java:23) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityWolf.m(EntityWolf.java:136) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityLiving.t_(EntityLiving.java:1486) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityInsentient.t_(EntityInsentient.java:194) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.EntityWolf.t_(EntityWolf.java:151) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.World.entityJoinedWorld(World.java:1605) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.World.g(World.java:1580) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.World.tickEntities(World.java:1425) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.WorldServer.tickEntities(WorldServer.java:597) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:783) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-2ec6f06-7722428]
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-2ec6f06-7722428]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
Caused by: java.lang.NullPointerException
at com.gmail.zariust.otherdrops.event.OccurredEvent.setRegions(OccurredEvent.java:838) ~[?:?]
at com.gmail.zariust.otherdrops.event.OccurredEvent.<init>(OccurredEvent.java:168) ~[?:?]
at com.gmail.zariust.otherdrops.listener.OdEntityListener.onEntityDeath(OdEntityListener.java:84) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-2ec6f06-7722428]
... 28 more
WorldGuard version 6.0.0-SNAPSHOT.1471 OtherDrops version 2.8b.588, build 132 from jenkins Spigot version git-Spigot-1.7.9-R0.2-207-g03373bb WorldGuard/config.yml ~> regions.enable: false