[Playerlogger] Area lookups
olee opened this issue ยท 2 comments
Currently playerlogger only allows to view changes with clock-item, /rollback or with remote.
Clock is nice and fast, but doesn't allow area lookups.
We should at least one - better both of
- A command to configure clock modes which could tell it to lookup the block clicked and an area of X blocks around it
/pl picker range 4
(picker would stand for the clock item)/pl picker filter [player|command|block|explosion]
filter search to certain event types
- A command to lookup changes in an area previously selected with WE selections
/pl search <time-frame>
show all logged data. time-frame could be5m
for 5 minutes/pl search <time-frame> [player|command|block|explosion]
filter search to certain event types- etc...