summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2020-04-23 11:17:57 +0800
committerGitHub <[email protected]>2020-04-23 11:17:57 +0800
commitcf766225ed2a52608ecfbd76a5b5759aaa1beb26 (patch)
tree918bb8f6712d98c4afc5061618e8a3bb94cf6f87
parentb2d161cee43b9b1af04416486d6df82621b03ae3 (diff)
Update README.md
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc514b2..4feba25 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,20 @@
A simple backup mod for fabric Minecraft server.
-Current Minecraft version: 1.14.4
+Minecraft version: 1.14.4
+
+[Fabric API](https://minecraft.curseforge.com/projects/fabric/files) is required!
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 \ No newline at end of file
+- */kb restore \<backup_name\>*: restore to a certain backup
+
+
+To-Do List:
+- Optimize ZipUtil
+- Optimize lag during the backup process (use async I/O)
+- Optimize output format
+- Implement incremental backup