scripts/server-launch-settings.ini.template
A tracked reference for safe local launcher settings.
Purpose
The template documents the settings consumed by parameter-manager.bat and validated again before launch. The actual scripts/server-launch-settings.ini remains local so user-specific values and paths are not committed.
| Key | Meaning | Typical safe value |
|---|---|---|
LOADER_TYPE | Selected loader | none on a fresh checkout |
RAM_INITIAL | Initial Java heap | 2G or 4G |
RAM_MAX | Maximum Java heap | 4G or 6G |
GUI_MODE | GUI or console launch | nogui |
GC_PROFILE | Garbage-collection profile | default |
ONLINE_MODE | Minecraft account authentication | true |
Editing policy
Use the parameter manager instead of manually editing the local INI. It validates values, prevents unsafe memory combinations, and supports Exit without saving.