devtoolsgg.com
Guides
GuidesFiveMFiveMGarry's ModMinecraftShared
MinecraftBeta

Server setup

  • Download
  • Start script

Text and chat

  • Color codes
  • Book generator
  • Skin downloader

Reference lists

  • Formatting codes
devtoolsgg.com

Generatoren für Gameserver-Betreiber

Plattformen

  • FiveM
  • Garry's Mod
  • Minecraft
  • Shared

Ressourcen

  • Start
  • llms.txt

Social

  • Bald verfügbar.

© 2026 devtoolsgg.com

Nicht verbunden mit, unterstützt von oder assoziiert mit Cfx.re, Rockstar Games, Facepunch Studios oder Valve. Alle Marken gehören ihren jeweiligen Eigentümern.

  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.

erforderlich

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

erforderlich

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

optional
empfohlen

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.

optional

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

optional

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 Zeilen, 126 Zeichen

Verwandte Tools

Download