forked from GeyserMC/Geyser
support auto-login of configured users
- fall back to window/form prompt if user is not configured
This commit is contained in:
parent
168778026a
commit
f62aa390d2
6 changed files with 72 additions and 4 deletions
|
@ -21,6 +21,19 @@ remote:
|
|||
port: 25565
|
||||
online-mode: false
|
||||
|
||||
## the Xbox/MCPE username is the key for the Java server auth-info
|
||||
## this allows automatic configuration/login to the remote Java server
|
||||
## if you are brave/stupid enough to put your Mojang account info into
|
||||
## a config file
|
||||
#userAuths:
|
||||
# bluekelp2: # MCPE/Xbox username
|
||||
# email: not_really_my_email_address_mr_minecrafter53267@gmail.com # Mojang account email address
|
||||
# password: "this isn't really my password"
|
||||
#
|
||||
# herpderp40300499303040503030300500293858393589:
|
||||
# email: herpderp@derpherp.com
|
||||
# password: dooooo
|
||||
|
||||
# Relay the MOTD, player count and max players from the remote server
|
||||
ping-passthrough: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue