From 75eec3e040d68faabfba37622c03d85af80abea9 Mon Sep 17 00:00:00 2001 From: Szum123321 <38787606+Szum123321@users.noreply.github.com> Date: Mon, 7 Dec 2020 00:05:53 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 134bdfd..cfb4598 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ Commands look like that: `/backup [args]` Available operations are: * 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 [comment]` + * restore - restores backup. Note that the current world will be backuped, and you can add comment to it. `/backup restore [comment]` * killR - terminate current restoration. * list - lists all avaliable backups. * cleanup - forces cleanup procedure (deletes old backups according to config) + * delete - delets given file, usage the same as restore * 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* * blacklist - 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*