Ledger
Ledger copied to clipboard
Allow rollback of actions server-wide
Is your feature request related to a problem?
I wanted to rollback every action from a single player from the last seven hours, only to find that the rollback command required a "range" parameter that is arbitrarily capped to 100.
Describe the solution you'd like.
The rollback command should allow execution without the range parameter, or allow the range parameter to be unlimited, such as:
/ledger rollback source:PlayerName after:7h
Describe alternatives you've considered.
I haven't tried any alternatives.
Agreements
- [X] I have searched for and ensured there isn't already an open issue regarding this.
- [X] I have ensured the feature I'm requesting isn't already in the latest supported mod version.
Other
I am running commands from the server console and have no idea what "range" even does in that context. Range from 0,0 certainly won't be helpful, assuming that's what it would be. The documentation is also very sparse on information, like if range is measured in blocks or chunks, and the cap of 100 also goes completely unmentioned.