summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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