Skip to content

Instantly share code, notes, and snippets.

@TapeWerm
Last active July 31, 2024 05:44
Show Gist options
  • Save TapeWerm/086a0f03e1b3b87780374032575b5f74 to your computer and use it in GitHub Desktop.
Save TapeWerm/086a0f03e1b3b87780374032575b5f74 to your computer and use it in GitHub Desktop.
Minecraft server properties
# Bedrock Dedicated Server @ MCBE
sed -ie 's/^allow-list=.*/allow-list=true/' server.properties
sed -ie 's/^difficulty=.*/difficulty=normal/' server.properties
sed -ie 's/^level-name=.*/level-name=tA-TC_PE/' server.properties
sed -ie 's/^server-name=.*/server-name=Vincent294/' server.properties
# Bedrock Dedicated Server @ preview
sed -ie 's/^allow-list=.*/allow-list=true/' server.properties
sed -ie 's/^difficulty=.*/difficulty=normal/' server.properties
sed -ie 's/^enable-lan-visibility=.*/enable-lan-visibility=false/' server.properties
sed -ie 's/^server-name=.*/server-name=Vincent294 Preview/' server.properties
sed -ie 's/^server-port=.*/server-port=19134/' server.properties
sed -ie 's/^server-portv6=.*/server-portv6=19135/' server.properties
# Java Edition @ MC
sed -ie 's/^difficulty=.*/difficulty=normal/' server.properties
sed -ie 's/^enforce-whitelist=.*/enforce-whitelist=true/' server.properties
sed -ie 's/^level-name=.*/level-name=tA-TC/' server.properties
sed -ie 's/^motd=.*/motd=Vincent294/' server.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment