diff options
author | Keuin <[email protected]> | 2020-04-23 11:57:43 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-23 11:57:43 +0800 |
commit | 06e399a3c33bed13c30a3315e0e5591a0941fbef (patch) | |
tree | 0e9610640196c9c10e13a5266c3f4d97c454b545 /README.md | |
parent | cf766225ed2a52608ecfbd76a5b5759aaa1beb26 (diff) |
Update README.md
Update command list to version 1.0.0-dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -8,10 +8,11 @@ Minecraft version: 1.14.4 commands: -- */kb* or */kb help*: show command list -- */kb list*: show existing backups -- */kb backup \[backup_name\]*: make a backup with given name or the current system time by default -- */kb restore \<backup_name\>*: restore to a certain backup +- **/kb** or **/kb help**: show command list +- **/kb list**: show existing backups +- **/kb backup \[backup_name\]**: make a backup with given name or the current system time by default +- **/kb restore \<backup_name\>**: restore to a certain backup. This command needs a confirm to execute. +- **/kb confirm**: confirm executing restore operation. The operation is irreversible. To-Do List: |