From 370785d0c7542a8ab3a580d5ded24da6145aeb95 Mon Sep 17 00:00:00 2001 From: 66Leo66 <33322229+66Leo66@users.noreply.github.com> Date: Wed, 9 Sep 2020 20:19:12 +0800 Subject: [PATCH] Update README.md New commands added! --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f68f91..ae19912 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ Commands look like that: /backup 'operation' Available operations are: - * start - just starts backup. You can add comment* to file by just typing it after command. For example: /backup start FabricIsGreat + * start - just starts backup. You can add comment* to file by just typing it after command. For example: `/backup start FabricIsGreat` + * restore - restores backup. Note that the current world will be backuped, and you can add comment to it. `/backup restore [version] [comment]` + * killR - terminate current restoration. + * list - lists all avaliable backups. * cleanup - forces cleanup procedure (deletes old backups according to config) * whitelist - here you can add, remove and list player that are allowed to run any operation within this mod despite not having high enough permission level* * whitelist - here you can add, remove and list player that are not allowed to run any operation within this mod despite having high enough permission level* @@ -26,4 +29,4 @@ Feel free to use this mod in your modpack or on a server! \* - feature available since 1.1.0 -If you have any suggestions or found a problem please report it on [Github](https://github.com/Szum123321/textile_backup). \ No newline at end of file +If you have any suggestions or found a problem please report it on [Github](https://github.com/Szum123321/textile_backup).