diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ A simple backup mod for fabric Minecraft server. -Minecraft version: 1.14.4 +Minecraft version: 1.15.2 [Fabric API](https://minecraft.curseforge.com/projects/fabric/files) is required! @@ -10,8 +10,8 @@ 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. This command needs a confirm to execute. +- **/kb backup \[backup_name\]**: make a backup with a given name, or the current system time will be used by default +- **/kb restore \<backup_name\>**: restore to a certain backup. This command needs a confirmation to execute. - **/kb confirm**: confirm executing restore operation. The operation is irreversible. - **/kb delete**: delete an existing backup. - **/kb prev**: Find and select the most recent backup file. |