Chunky (Bukkit)

Chunky (Bukkit)

20.6k Downloads

[Feature Request] History command

OakLoaf opened this issue ยท 4 comments

commented

It would be wonderful to have a command to view the history of chunky tasks. My main issue is that I often forget how large of a radius I have pre-generated and have to run a check.

My initial thought was something along the lines of /chunky history and returns the details of the last X amount of operations. An example is shown below:

Task with radius 10000 started for 'world' centered around 0, 0
Task with radius 10000 completed for 'world' centered around 0, 0
commented

I haven't really seen many people ask for this. The last task is saved to file and can be referred to before starting another task. I'm just wondering what your use case is here that you have so many tasks and/or easily forget what you're generating.

Certainly not off the table, although maybe an idea would be to store more of an action log rather than a complete list of tasks.

commented

I tend to generate my overworld and nether and just have bad memory in general. I'm now taking a manual note myself so that I don't forget but just thought it could be handy for others as forgetful as me.

commented

Each world already stored the last task separately, so you are able to view the overworld and nether if you forgot

commented

Ooh I see, thank you! I think what that tells me is that I forgot to pre-generate my nether haha. My apologies for my misunderstanding there!

In that case would a command to view the last task in-game be more suitable than an action log.