devtoolsgg.com
Guías
GuíasFiveMFiveMGarry's ModMinecraftShared
MinecraftBeta

Server setup

  • Download
  • Start script

Text and chat

  • Color codes
  • Book generator
  • Skin downloader

Reference lists

  • Formatting codes
devtoolsgg.com

Generadores para dueños de servidores de juego

Plataformas

  • FiveM
  • Garry's Mod
  • Minecraft
  • Shared

Recursos

  • Inicio
  • llms.txt

Redes

  • Pronto.

© 2026 devtoolsgg.com

Sin afiliación, respaldo ni asociación con Cfx.re, Rockstar Games, Facepunch Studios o Valve. Todas las marcas pertenecen a sus respectivos propietarios.

  1. Minecraft
  2. Server setup
  3. Start script

Minecraft Server Start Script Generator

The launch script for a Minecraft server on Windows, Linux or systemd: memory, JVM flags, auto restart and the eula file, for vanilla, Paper, Purpur, Fabric or Forge alike.

obligatorio

Exactly as it sits on disk: server.jar, paper-1.21.4-100.jar, fabric-server-launch.jar.

obligatorio

Used for both -Xms and -Xmx. Equal values stop the JVM resizing the heap while players are online.

opcional
recomendado

PaperMC's own advice is to try no flags first on a modern JVM, and reach for Aikar's only if the server is stuttering.

opcional

Loops the script so a crash brings the server back, with ten seconds to interrupt it.

opcional

Off adds --nogui. The window costs memory and shows nothing the console does not.

Save next to your server jar
1REM Generated with devtoolsgg.com2@echo off3title Minecraft Server45java -Xms4096M -Xmx4096M -jar "server.jar" --nogui67pause8
batch8 líneas, 126 caracteres

Herramientas relacionadas

Download