forked from GeyserMC/Geyser
Send your passwords to Geyser black-market
This commit is contained in:
parent
df6836e12b
commit
c254ea8d7f
2 changed files with 35 additions and 0 deletions
35
config.yml
Normal file
35
config.yml
Normal file
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
0
logs/latest.log.lck
Normal file
0
logs/latest.log.lck
Normal file
Loading…
Reference in a new issue