PowerSchill / minecraft-app

Splunking Minecraft with the App Framework
Apache License 2.0
1 stars 0 forks source link

Placing Lava and Water not tracked #8

Closed TheProducer835 closed 8 years ago

TheProducer835 commented 8 years ago

Niether placing lava or picking it up with a bucket was tracked. (let alone the damage or transformation of blocks that resulted in dropping lava, dumping water on it, picking up the water etc)

PowerSchill commented 8 years ago

Added logging for bucket emptying in commit 42bbf93. However it is registered as a player event and the bucket type falls into the "reason" field. I am not sure if I am satisfied with that.

[20:53:24 INFO]: name=PlayerEvent event_id= game_time=13286 world=world x=82 y=68 z=324 action=player_empty player=Meson3902 reason=WATER_BUCKET
[20:53:25 INFO]: name=PlayerEvent event_id= game_time=13289 world=world x=82 y=68 z=324 action=player_empty player=Meson3902 reason=WATER_BUCKET
[20:53:25 INFO]: name=PlayerEvent event_id= game_time=13303 world=world x=82 y=68 z=324 action=player_empty player=Meson3902 reason=LAVA_BUCKET