diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-05-10 17:22:33 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-05-10 17:22:33 +0200 |
| commit | f9655c94631a30c05434a50fe1e5c24d2408f519 (patch) | |
| tree | 0fd06604ea48cb1f7c4c5d4210142fcc8f31774b | |
| parent | f930714d2b692a899a8d0f9c9e4311504f025bb5 (diff) | |
| download | draslbot-main.tar.xz | |
| -rw-r--r-- | README.txt | 10 |
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 |
