oliverwoodings / HawkEye

Bukkit data logging plugin with web-based data browser
http://forums.bukkit.org/threads/admn-web-datalog-v0-2-web-browseable-logging-of-your-server-670-819.13048/
55 stars 39 forks source link

Log rollbacked blocks #131

Open Gussi opened 12 years ago

Gussi commented 12 years ago

Now and then my admins get confused when they see a block where the latest history shows it has been broken, or vice-versa where there is no block but latest history shows a block has been placed, in all cases it's caused by previous rollbacks by another admin. So the feature request is, for each block rollbacked, log it per block (not just the command itself).

Granted the implementation could get tricky, not sure if it should be possible to rollback a rollback, and there is no easy way to display exactly what exact edit was rollback. But for completion sakes, it should be visible that given block has been rollbacked by someone.

GoalieGuy6 commented 12 years ago

There is an option to delete the record from the database when it's rolled back, but perhaps I will look into implementing something like this.