Worldedit undo mod
Go to file
2017-11-25 20:04:29 +01:00
depends.txt Compress node ids and indices 2017-11-12 20:32:57 +01:00
init.lua Fix /load 2017-11-25 19:58:56 +01:00
README.md Update README 2017-11-25 20:04:29 +01:00

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

Related issues:

Supported chatcommands:

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

Ignored chatcommands:

  • /fixlight
  • /volume
  • /save

TODO:

  • Setting for disabling storing harmless things like pos changes
  • 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
  • Add mod load time info
  • Add settingtypes.txt for the settings