legendsofsurvival/mods/we_undo
Tre 37f82e43b8 add octutool,pbj_pup/nayancat,we_undo 2017-11-30 08:17:16 -06:00
..
README.md add octutool,pbj_pup/nayancat,we_undo 2017-11-30 08:17:16 -06:00
depends.txt add octutool,pbj_pup/nayancat,we_undo 2017-11-30 08:17:16 -06:00
init.lua add octutool,pbj_pup/nayancat,we_undo 2017-11-30 08:17:16 -06:00
settingtypes.txt add octutool,pbj_pup/nayancat,we_undo 2017-11-30 08:17:16 -06:00

README.md

//undo undo the latest worldedit command
//redo redo what was just undone
//show_journal view what can be undone and redone

The changes of nodes after invoking /set are compressed to improve memory usage.

Related issues:

Supported chatcommands:

  • /pos1
  • /pos2
  • /p
  • /set
  • /load
  • /y
  • /n

Ignored chatcommands:

  • /fixlight
  • /volume
  • /save

TODO:

  • Add parameters to undo and redo: undo the last n
  • Allow undoing changes which happened before other changes (considered unsafe) e.g. //undo ~1 to undo the change before the latest one
  • Implement more commands