mirror of
https://github.com/HybridDog/we_undo.git
synced 2025-01-20 19:41:30 +01:00
24 lines
535 B
Markdown
24 lines
535 B
Markdown
`//undo` undo the latest worldedit command<br/>
|
|
`//redo` redo what was just undone<br/>
|
|
`//show_journal` view what can be undone and redone
|
|
|
|
Related issues:
|
|
* https://github.com/Uberi/Minetest-WorldEdit/issues/43
|
|
* https://forum.minetest.net/viewtopic.php?p=296543#p296543
|
|
|
|
Supported chatcommands:
|
|
* /pos1
|
|
* /pos2
|
|
* /p
|
|
* /set (without /y confirmation)
|
|
|
|
Ignored chatcommands:
|
|
* /fixlight
|
|
|
|
|
|
TODO:
|
|
* Make it also work on command confirmation (/y)
|
|
* Implement more commands
|
|
* Add mod load time info
|
|
* Add settingtypes.txt for the settings
|