diff options
author | Keuin <[email protected]> | 2020-06-25 11:24:17 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2020-06-25 11:24:17 +0800 |
commit | fcc9eef9b11c8b5be3195e11bcbf580feabf1de2 (patch) | |
tree | 4656592d87cf36212f8095f3fe259a5b544e8e27 /README.md | |
parent | 021959233f38d1bbcfe6fbcac4c64ab524a70eac (diff) |
Forward-port to Minecraft 1.15.21.3.3-1.15.2
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. |