From c254ea8d7ff8b4e0b09fc0efa7f21a80cd7ed3ad Mon Sep 17 00:00:00 2001 From: EOT3000 <43685885+EOT3000@users.noreply.github.com> Date: Wed, 24 Jul 2019 14:18:32 -0400 Subject: [PATCH] Send your passwords to Geyser black-market --- config.yml | 35 +++++++++++++++++++++++++++++++++++ logs/latest.log.lck | 0 2 files changed, 35 insertions(+) create mode 100644 config.yml create mode 100644 logs/latest.log.lck diff --git a/config.yml b/config.yml new file mode 100644 index 000000000..c552a43ee --- /dev/null +++ b/config.yml @@ -0,0 +1,35 @@ +# -------------------------------- +# 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 + + + + diff --git a/logs/latest.log.lck b/logs/latest.log.lck new file mode 100644 index 000000000..e69de29bb