返回常用工具
MineWiki 小工具
server.properties 生成器
选择常见的服务器设置,生成一份可以作为起点的 `server.properties`。它只覆盖常用字段,不会替代你已有的完整配置。
server.properties
实时生成的常用配置片段。
# MineWiki server.properties generator
# 请在修改前备份原文件,并在保存后重启服务端。
motd=A Minecraft Server
gamemode=survival
difficulty=easy
max-players=10
pvp=true
online-mode=true
enforce-whitelist=false
allow-flight=false
enable-command-block=false
view-distance=10
simulation-distance=10
spawn-protection=16
server-port=25565
生成器会保留其他未显示字段的默认策略;请把这份内容作为起点,并按你的服务端版本核对完整配置。