Skip to content

Instantly share code, notes, and snippets.

@alfonsojon
Created March 1, 2020 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfonsojon/c582a9717f52d7d15c64fc9afc542e0f to your computer and use it in GitHub Desktop.
Save alfonsojon/c582a9717f52d7d15c64fc9afc542e0f to your computer and use it in GitHub Desktop.
floodgate-bungee config.yml
# In Floodgate bedrock player data is send encrypted
# The following value should point to the key Floodgate generated.
# The public key should be used for the Geyser(s) and the private key for the Floodgate(s)
key-file-name: key.pem
# Should Bungeecord send the bedrock player data to the servers it is connecting to?
# This requires Floodgate to be installed on the servers.
# You'll get kicked if you don't use the plugin. The default value is false because of it
send-floodgate-data: false
disconnect:
# The disconnect message Geyser users should get when connecting
# to the server with an invalid key
invalid-key: Please connect through the official Geyser
# The disconnect message Geyser users should get when connecting
# to the server with the correct key but not with the correct data format
invalid-arguments-length: Expected {0} arguments, got {1}. Is Geyser up-to-date?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment