Add config file and reader

- Added Jackson as a dependency to load/parse YML
- Added a default config.yml
- Added lombok as a dependency

- Removed SnakeYAML
This commit is contained in:
RednedEpic 2019-07-08 14:13:31 -05:00
parent 9402e2a445
commit 7afae0ae02
7 changed files with 217 additions and 3 deletions

View file

@ -0,0 +1,30 @@
# --------------------------------
# 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: false