diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index 32637cc4..5660dff4 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -3,7 +3,7 @@ # The public key should be used for the Geyser(s) and the private key for the Floodgate(s) key-file-name: key.pem -# Should Velocity send the bedrock player data to the servers it is connecting to? +# 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 diff --git a/velocity/pom.xml b/velocity/pom.xml index bd894d46..927c3a84 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -24,30 +24,24 @@ + + com.velocitypowered + velocity-api + ${velocity-version} + provided + org.javassist javassist 3.26.0-GA compile - - net.openhft - compiler - 2.3.5 - compile - io.netty netty-all 4.1.45.Final provided - - com.velocitypowered - velocity-api - ${velocity-version} - provided - org.geysermc floodgate-common diff --git a/velocity/src/main/resources/config.yml b/velocity/src/main/resources/config.yml new file mode 100644 index 00000000..32637cc4 --- /dev/null +++ b/velocity/src/main/resources/config.yml @@ -0,0 +1,17 @@ +# 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 Velocity 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?