summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..fe17365
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,10 @@
+Usage: draslbot [OPTIONS] --username <USERNAME> --backend <BACKEND> --server <SERVER>
+
+Options:
+ -u, --username <USERNAME> Player name
+ -b, --backend <BACKEND> Drasl backend to authenticate with (should have /auth, /session and optionally /player routes)
+ -s, --server <SERVER> Minecraft server to connect to
+ -p, --password <PASSWORD> If not present, password will be queried at runtime as needed. Drasl Minecraft Token can be used instead of password
+ -n, --no-certs Disable requesting signing certificates
+ -h, --help Print help
+ -V, --version Print version