diff options
author | Keuin <[email protected]> | 2020-04-23 00:28:03 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:28:03 +0800 |
commit | b582ad31ed8d44aa60b2eab22b2d927519297eeb (patch) | |
tree | a05049657179f921fefa7a87de0100fe144e7110 /README.md | |
parent | 28ebd3ae91dc6087a9f9acd93f80dd92be2d64aa (diff) |
Correct LICENSE and README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,9 +1,12 @@ -# Fabric Example Mod +# KBackup-Fabric -## Setup +A simple backup mod for fabric Minecraft server. -For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using. +Current Minecraft version: 1.14.4 -## License +commands: -This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. +- */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
\ No newline at end of file |