-
Notifications
You must be signed in to change notification settings - Fork 0
Build System
JumpWatch edited this page Apr 23, 2026
·
1 revision
ServerFabric supports build-driven templates.
Avoid needing a separate template folder for every single Minecraft version.
Built jars are cached under:
build-cache/<template>/<version>/
Example:
build-cache/spigot/1.21.1/server.jar
Build output is written to:
build-cache/<template>/<version>/buildlog.txt
ServerFabric can manage its own JDKs for build steps under:
tools-cache/jdks/
This avoids host Java version mismatches when building older or newer server versions.
- if a cached build exists, it is reused
- if it does not exist, the template build step is run
- successful builds are cached
- temporary build directories are cleaned after success