We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c036d2f commit 2080118Copy full SHA for 2080118
1 file changed
docs/API.md
@@ -126,6 +126,7 @@ Returns a `Client` instance and perform login.
126
* id : The selected profiles uuid in short form (without `-`) needed for logging in with access and client Tokens.
127
* authServer : auth server, default to https://authserver.mojang.com
128
* sessionServer : session server, default to https://sessionserver.mojang.com
129
+ * servicesServer : services server, default to https://api.minecraftservices.com
130
* keepAlive : send keep alive packets : default to true
131
* closeTimeout : end the connection after this delay in milliseconds if server doesn't answer to ping, default to `120*1000`
132
* noPongTimeout : after the server opened the connection, wait for a default of `5*1000` after pinging and answers without the latency
0 commit comments