From 34f8fabce8db9c4b7bea252833dcb0909b481ddf Mon Sep 17 00:00:00 2001 From: 66Leo66 <33322229+66Leo66@users.noreply.github.com> Date: Wed, 9 Sep 2020 20:50:52 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae19912..030588d 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ Small, configurable, fully server-side backup mod for Fabric -Commands look like that: /backup 'operation' +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 [version] [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) * 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* + * 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* All of the above can only be done by server admins(permission level 4 - configurable*) or player on a single player.