From 75a23101b7bf8acbf19e9674d3e99d7e687e513e Mon Sep 17 00:00:00 2001 From: Tydium <67938521+Tydium@users.noreply.github.com> Date: Tue, 13 Apr 2021 23:04:35 -0400 Subject: [PATCH] Updated config to auto generate to our needs --- src/main/resources/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 75f55ba..67a9fc5 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -18,9 +18,9 @@ debug-mode: false max-players: 100 # MOTD to display -motd: "GeyserConnect Proxy" +motd: "Portal to TydiumCraft!" #Sub-MOTD to display. Will be "GeyserConnect" by default if left blank -submotd: "GeyserConnect" +submotd: "TydiumCraft Connect" # Welcome message file, if file exists and is not empty this will show on join # This is loaded live so will update without a server restart @@ -29,7 +29,7 @@ welcome-file: welcome.txt # Config for the Geyser listener geyser: # The port that will listen for connections - port: 19133 + port: 19131 # Configures if chunk caching should be enabled or not. cache-chunks: true @@ -46,6 +46,13 @@ geyser: # A global list of servers sent to all clients servers: + - name: TydiumCraft + address: be.tydiumcraft.tk + port: 19132 + bedrock: true + category: GEYSER + imageUrl: 'https://cdn.discordapp.com/attachments/781289806943617046/818972476368617472/apng.png' + - name: The Hive address: 167.114.81.89 port: 19132 @@ -88,13 +95,6 @@ servers: category: OFFICIAL imageUrl: 'https://pbs.twimg.com/profile_images/1332400307050045441/MHQvGEUP_400x400.jpg' - - name: Official Geyser Test Server - address: test.geysermc.org - port: 19132 - bedrock: true - category: GEYSER - imageUrl: 'https://geysermc.org/android-chrome-192x192.png' - custom-servers: # Should custom servers be enabled for users enabled: false