blob: fe17365788e6e08ffe046c9f5dcbddfe3580a5c5 (
plain)
1
2
3
4
5
6
7
8
9
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
|