Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Added a couple of comments in config.yml for clarification (#2544)
* Update config.yml Added commented clarifications on: 1. "remote: address: auto" 2. "remote: auth-type: online" May need formatting checks to conform with correct annotation * Update config.yml
Dieser Commit ist enthalten in:
Ursprung
43bef851c7
Commit
4503991d37
@ -38,12 +38,14 @@ remote:
|
|||||||
# The IP address of the remote (Java Edition) server
|
# The IP address of the remote (Java Edition) server
|
||||||
# If it is "auto", for standalone version the remote address will be set to 127.0.0.1,
|
# If it is "auto", for standalone version the remote address will be set to 127.0.0.1,
|
||||||
# for plugin versions, it is recommended to keep this as "auto" so Geyser will automatically configure address, port, and auth-type.
|
# for plugin versions, it is recommended to keep this as "auto" so Geyser will automatically configure address, port, and auth-type.
|
||||||
|
# Leave as "auto" if floodgate is installed.
|
||||||
address: auto
|
address: auto
|
||||||
# The port of the remote (Java Edition) server
|
# The port of the remote (Java Edition) server
|
||||||
# For plugin versions, if address has been set to "auto", the port will also follow the server's listening port.
|
# For plugin versions, if address has been set to "auto", the port will also follow the server's listening port.
|
||||||
port: 25565
|
port: 25565
|
||||||
# Authentication type. Can be offline, online, or floodgate (see https://github.com/GeyserMC/Geyser/wiki/Floodgate).
|
# Authentication type. Can be offline, online, or floodgate (see https://github.com/GeyserMC/Geyser/wiki/Floodgate).
|
||||||
# For plugin versions, it's recommended to keep the `address` field to "auto" so Floodgate support is automatically configured.
|
# For plugin versions, it's recommended to keep the `address` field to "auto" so Floodgate support is automatically configured.
|
||||||
|
# If Floodgate is installed and `address:` is set to "auto", then "auth-type: floodgate" will automatically be used.
|
||||||
auth-type: online
|
auth-type: online
|
||||||
# Allow for password-based authentication methods through Geyser. Only useful in online mode.
|
# Allow for password-based authentication methods through Geyser. Only useful in online mode.
|
||||||
# If this is false, users must authenticate to Microsoft using a code provided by Geyser on their desktop.
|
# If this is false, users must authenticate to Microsoft using a code provided by Geyser on their desktop.
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren