Skip to content

Commit

Permalink
Disable bedrock token auto login, and add message explaining why
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jul 21, 2024
1 parent 49329bc commit 20fc40e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugin/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,12 @@ options:
bedrock-name-prefix: '.'

# This setting enabled/disables automatic authentication for bedrock users.
token-auto-login: true
# Enabling this feature will allow bedrock users to automatically authenticate when they join the server, if they
# have a client open on the token prompt screen. This feature is disabled by default because it will do
# a name lookup for the player, which may not be the overhead on large servers or be blocking on servers
# running a vistas module, which needs to distribute this information on join/first interaction.
# You may want to consider enabling this feature if you have a smaller server or if you're not running vistas.
token-auto-login: false

# If set to true, the player automatically receives a link upon joining
send-on-join: true
Expand Down

0 comments on commit 20fc40e

Please sign in to comment.