This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hawkeye outputs an exception on event ENDERMAN_PLACE. This is a non-intrusive bug.
1. Have hawkeye running2. Enderman places a block?3. ???4. The following crashlog:>10:40:56 [SEVERE] Could not pass event ENDERMAN_PLACE to HawkEyejava.lang.NullPointerExceptionat uk.co.oliwali.HawkEye.listeners.MonitorEntityListener.onEndermanPlace(MonitorEntityListener.java:129)at org.bukkit.plugin.java.JavaPluginLoader$77.execute(JavaPluginLoader.java:782)at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)at net.minecraft.server.EntityEnderman.s(EntityEnderman.java:126)at net.minecraft.server.EntityLiving.s_(EntityLiving.java:280)at net.minecraft.server.EntityMonster.s_(EntityMonster.java:31)at net.minecraft.server.World.entityJoinedWorld(World.java:1193)at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)at net.minecraft.server.World.playerJoinedWorld(World.java:1175)at net.minecraft.server.World.cleanUp(World.java:1090)at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:460)at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
What version of HawkEye are you using (shown in console during start-up)?version 1.0.5
Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)---------------------------block-filter:- 97- 98log: lava-bucket: true painting-place: true other: false pvp-death: false block-fade: true chat: false quit: false sign-place: true painting-break: true lava-flow: true flint-steel: true button: false command: false block-form: true teleport: false lever: false item-drop: false water-bucket: true block-burn: true sign-break: true block-break: true leaf-decay: true water-flow: true join: false door-interact: false block-place: true open-container: true item-pickup: false explosion: true container-transaction: true mob-death: false other-death: false enderman-pickup: true enderman-place: truegeneral: max-lines: 0 tool-block: '17' log-item-drops-on-death: false cleanse-age: '0' delete-data-on-rollback: true log-ip-addresses: true debug: false max-radius: 0 default-here-radius: 5 default-tool-command: '' cleanse-period: 20m check-for-updates: truemysql: hawkeye-table: hawkeye port: 3306 player-table: hawk_players username: chrisknyfe world-table: hawk_worlds hostname: localhost max-connections: 10 password: OMITTED database: chrisknyfeversion: 1.0.5command-filter:- /login- /restartsrv- /register
This is just an FYI.
Having the same issue.
Same issues on the new build? That's odd
I'm having this as well.
I'm also getting this. RB 1185 and HawkEye v1.0.5.
Interesting, not sure what is causing it. Seems like the bukkit endermen events aren't as easy to use as I thought...
Problem still present after update to 1.0.5 on RB1185. That you know ;)
I'm jumping on this boat also. Same problem! :(
It isn't a critical bug - it isn't actually breaking anything - so I won't be releasing a hotfix for it.
Also, hawk preview isn't working anymore either!
Not possible that you add a way : like if event include endermen you ignore it ?
Just realised, you guys can stop this by just disabling enderman place events in the config file.
Thanks Oliver, this was crashing my server and causing major rollbacks. Lot of pissed of people lol. Hope this fixes the random rollbacks.
To post a comment, please login or register a new account.