# ╔═══════════════════════════════════════╗ # ║ Minecraft Server Properties Template ║ # ║ Edited once on first run ║ # ╚═══════════════════════════════════════╝ # # To permanently change settings, edit /data/server.properties # inside the running container, then restart the Space. # ── World ────────────────────────────────────────────────── level-name={{WORLD}} level-type=minecraft:normal level-seed= # ── Network ──────────────────────────────────────────────── server-port={{PORT}} online-mode=true # Set online-mode=false only for testing without a Mojang account # ── Performance (tuned for small servers) ───────────────── max-players=5 view-distance=8 simulation-distance=6 max-tick-time=60000 # ── Gameplay ─────────────────────────────────────────────── gamemode=survival difficulty=normal pvp=true allow-flight=false enable-command-block=false spawn-protection=16 max-build-height=320 # ── MOTD shown in server list ────────────────────────────── motd=\u00A76\u00A7lMy Minecraft Server \u00A7r\u00A77| Friends only # ── Misc ─────────────────────────────────────────────────── enable-rcon=false enable-query=false spawn-monsters=true spawn-animals=true spawn-npcs=true generate-structures=true allow-nether=true