Update README.md

This commit is contained in:
66Leo66 2020-09-09 20:50:52 +08:00 committed by GitHub
parent d836d60e7c
commit 34f8fabce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,17 +6,17 @@
Small, configurable, fully server-side backup mod for Fabric
Commands look like that: /backup 'operation'
Commands look like that: `/backup <operation> [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 <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*
* 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.