From 9c5fd4e72a1d5eea67226a7f02ec481afe7d4456 Mon Sep 17 00:00:00 2001 From: amyavi <144570677+amyavi@users.noreply.github.com> Date: Sat, 21 Dec 2024 12:55:45 -0300 Subject: [PATCH] chore: update Geyser config --- plugins/Geyser-Spigot/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/Geyser-Spigot/config.yml b/plugins/Geyser-Spigot/config.yml index 2b94f5e..880afaf 100644 --- a/plugins/Geyser-Spigot/config.yml +++ b/plugins/Geyser-Spigot/config.yml @@ -19,8 +19,8 @@ bedrock: clone-remote-port: false # The MOTD that will be broadcasted to Minecraft: Bedrock Edition clients. Irrelevant if "passthrough-motd" is set to true # If either of these are empty, the respective string will default to "Geyser" - motd1: "§7§lKaboom > §rFree OP - Anarchy" - motd2: "§7§lKaboom > §rFree OP - Anarchy" + motd1: "§fFree OP - Anarchy" + motd2: "§8§lWelcome to Kaboom!" # The Server Name that will be sent to Minecraft: Bedrock Edition clients. This is visible in both the pause menu and the settings menu. server-name: "Kaboom" # Whether to enable PROXY protocol or not for clients. You DO NOT WANT this feature unless you run UDP reverse proxy @@ -43,7 +43,7 @@ remote: auth-type: offline # 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. - allow-password-authentication: true + allow-password-authentication: false # Whether to enable PROXY protocol or not while connecting to the server. # This is useful only when: # 1) Your server supports PROXY protocol (it probably doesn't) @@ -105,11 +105,11 @@ general-thread-pool: 32 # Allow third party capes to be visible. Currently allowing: # OptiFine capes, LabyMod capes, 5Zig capes and MinecraftCapes -allow-third-party-capes: true +allow-third-party-capes: false # Allow third party deadmau5 ears to be visible. Currently allowing: # MinecraftCapes -allow-third-party-ears: true +allow-third-party-ears: false # Allow a fake cooldown indicator to be sent. Bedrock players do not see a cooldown as they still use 1.8 combat show-cooldown: true