Minecraft Server Config Generator
Build a server.properties file and a sensible JVM start command for a vanilla or Paper server.
MOTD
Port
Max players
View distance
Gamemode
Difficulty
Level seed (optional)
RAM (GB)
server.properties
# server.properties — generated by StackTools motd=My Server server-port=25565 max-players=20 gamemode=survival difficulty=normal hardcore=false pvp=true white-list=false enforce-whitelist=false online-mode=true enable-command-block=false allow-flight=false level-seed= view-distance=10 simulation-distance=10 spawn-protection=16 allow-nether=true enable-rcon=false sync-chunk-writes=true
Start command
java -Xms4G -Xmx4G -XX:+UseG1GC -XX:MaxGCPauseMillis=130 -jar server.jar nogui