Update documentation for multiple players

This commit is contained in:
Evan Goode 2024-12-24 12:06:59 -05:00
parent c37cfa39f9
commit f562e8b058
3 changed files with 5 additions and 4 deletions

View File

@ -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")

View File

@ -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

View File

@ -37,7 +37,7 @@
</li>
<li>Click "Add authlib-injector" in the right-hand sidebar.</li>
<li>
Enter your username and password, and use
Enter your player name and password, and use
<a href="{{ .App.AuthlibInjectorURL }}">{{ .App.AuthlibInjectorURL }}</a>
for the URL. Click "OK".
</li>
@ -57,7 +57,7 @@
</li>
<li>
In the sidebar, click the newly-added authentication server, labeled
"{{ .App.Config.InstanceName }}". Enter your {{ .App.Config.ApplicationName }} username and password
"{{ .App.Config.InstanceName }}". Enter your {{ .App.Config.ApplicationName }} player name and password
and click "Login".
</li>
</ol>