forked from GeyserMC/Geyser
Make userAuths information more clear
This commit is contained in:
parent
7f5fac38c6
commit
62d984da61
1 changed files with 10 additions and 10 deletions
|
@ -38,18 +38,18 @@ remote:
|
||||||
# You can ignore this when not using Floodgate.
|
# You can ignore this when not using Floodgate.
|
||||||
floodgate-key-file: public-key.pem
|
floodgate-key-file: public-key.pem
|
||||||
|
|
||||||
## the Xbox/MCPE username is the key for the Java server auth-info
|
# The Xbox/Minecraft Bedrock username is the key for the Java server auth-info.
|
||||||
## this allows automatic configuration/login to the remote Java server
|
# This allows automatic configuration/login to the remote Java server.
|
||||||
## if you are brave/stupid enough to put your Mojang account info into
|
# If you are brave enough to put your Mojang account info into a config file.
|
||||||
## a config file
|
# Uncomment the lines below to enable this feature.
|
||||||
#userAuths:
|
#userAuths:
|
||||||
# bluerkelp2: # MCPE/Xbox username
|
# BedrockAccountUsername: # Your Minecraft: Bedrock Edition username
|
||||||
# email: not_really_my_email_address_mr_minecrafter53267@gmail.com # Mojang account email address
|
# email: javaccountemail@example.com # Your Minecraft: Java Edition email
|
||||||
# password: "this isn't really my password"
|
# password: javaccountpassword123 # Your Minecraft: Java Edition password
|
||||||
#
|
#
|
||||||
# herpderp40300499303040503030300500293858393589:
|
# bluerkelp2:
|
||||||
# email: herpderp@derpherp.com
|
# email: not_really_my_email_address_mr_minecrafter53267@gmail.com
|
||||||
# password: dooooo
|
# password: "this isn't really my password"
|
||||||
|
|
||||||
# Bedrock clients can freeze when opening up the command prompt for the first time if given a lot of commands.
|
# Bedrock clients can freeze when opening up the command prompt for the first time if given a lot of commands.
|
||||||
# Disabling this will prevent command suggestions from being sent and solve freezing for Bedrock clients.
|
# Disabling this will prevent command suggestions from being sent and solve freezing for Bedrock clients.
|
||||||
|
|
Loading…
Reference in a new issue