From b69d5535242a61c29478efd4b5e9f089ddb15baf Mon Sep 17 00:00:00 2001 From: EOT3000 <43685885+EOT3000@users.noreply.github.com> Date: Mon, 29 Jul 2019 22:27:17 -0400 Subject: [PATCH] Delete config.yml --- config.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 config.yml diff --git a/config.yml b/config.yml deleted file mode 100644 index c552a43e..00000000 --- a/config.yml +++ /dev/null @@ -1,35 +0,0 @@ -# -------------------------------- -# Geyser Configuration File -# -# A bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition. -# -# https://github.com/GeyserMC/Geyser -# -------------------------------- - -bedrock: - # The IP address that will listen for connections - address: 0.0.0.0 - # The port that will listen for connections - port: 19132 - # The MOTD that will be broadcasted to Minecraft: Bedrock Edition clients - motd1: "GeyserMC" - motd2: "Another GeyserMC forced host." -remote: - # The IP address of the remote (Java Edition) server - address: 127.0.0.1 - # The port of the remote (Java Edition) server - port: 25565 - online-mode: true - -# Relay the MOTD, player count and max players from the remote server -ping-passthrough: true - -# Maximum amount of players that can connect -max-players: 100 - -# If debug messages should be sent through console -debug-mode: false - - - -