diff --git a/README.md b/README.md index 245d158..e084085 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ There are many reasons to host your own API server instead of using Mojang's. Yo - Easy to host: a single Go binary plus a few static assets, no runtime dependencies. See [doc/installation.md](doc/installation.md). - Highly configurable - Fast, minimalist, and highly-accessible web interface. JavaScript is used only for cosmetic effects and is not required. +- Optional: allow multiple players per user (see [MaxPlayerCount](doc/configuration.md)) - Optional: proxy requests to fallback API servers (see [FallbackAPIServers](doc/configuration.md)) - You can configure your Minecraft server to accept users logged in with either a Mojang account or a Drasl account. - Optional: disable access token and public key expiry (no more "Invalid session" or "Invalid signature for profile public key") diff --git a/doc/usage.md b/doc/usage.md index 7a5b7e1..8eee692 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -22,7 +22,7 @@ Using Drasl on the client requires a third-party launcher that supports custom A 1. Click your account in the top right and select "Manage Accounts...". 2. Click "Add authlib-injector" in the right-hand sidebar. -3. Enter the username and password of your Drasl account. +3. Enter your player name and the password for your Drasl account. 4. Use the base URL of your Drasl instance (the value of the `BaseURL` configuration option) as the URL for the API server, for example `https://drasl.example.com`. 5. Click "OK". @@ -30,7 +30,7 @@ Using Drasl on the client requires a third-party launcher that supports custom A 1. Go to the "Account List" view by clicking the account at the top of the sidebar. 2. At the bottom left, click "New Auth Server" and enter the `BaseURL` of your Drasl instance, for example `https://drasl.example.com`. Click "Next" and then "Finish". -3. In the sidebar, click the newly-added authentication server. Enter the username and password of your Drasl account and click "Login". +3. In the sidebar, click the newly-added authentication server. Enter your player name and the password for your Drasl account and click "Login". ### Other launchers diff --git a/view/root.tmpl b/view/root.tmpl index 56bf5aa..12979f5 100644 --- a/view/root.tmpl +++ b/view/root.tmpl @@ -37,7 +37,7 @@