29 lines
821 B
Bash
29 lines
821 B
Bash
containerprefix=mc
|
|
servername=narners
|
|
# --------------- Version
|
|
# find latest version at https://www.minecraft.net/en-us/download/server/bedrock
|
|
# just hover mouse curser over latest download link to get just the version number
|
|
# https://minecraft.azureedge.net/bin-linux/bedrock-server- "1.19.20.02" .zip
|
|
version=1.19.20.02
|
|
# --------------- exposed port
|
|
# This is the mapped UDP port for this particular server.
|
|
# Select ports in a range between 19132 - 191500
|
|
port=19135
|
|
# --------------- Difficulty
|
|
# - peaceful (0)
|
|
# - easy (1)
|
|
# - normal (2)
|
|
# - hard (3)
|
|
difficulty=1
|
|
# --------------- Gamemode
|
|
# - survival (0)
|
|
# - creative (1)
|
|
# - adventure (2)
|
|
gamemode=1
|
|
# Seed - change ot any alphanumeric value
|
|
seed=100208
|
|
# --------------- Max number of players
|
|
max_players=10
|
|
# Allow cheats
|
|
cheats=TRUE
|