StruxaEggs Explorer

Forge Enhanced

Game

Minecraft Forge Server. Minecraft Forge is a modding API (Application Programming Interface), which makes it easier to create mods, and also make sure mods are compatible with each other.

Author: parker@parkervcp.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

java -Xms128M -Xmx{{SERVER_MEMORY}}M -Dterminal.jline=false -Dterminal.ansi=true $( [[  ! -f unix_args.txt ]] && printf %s "-jar {{SERVER_JARFILE}}" || printf %s "@unix_args.txt" )

Docker Images

LabelImage
Java 8ghcr.io/ptero-eggs/yolks:java_8
Java 11ghcr.io/ptero-eggs/yolks:java_11
Java 16ghcr.io/ptero-eggs/yolks:java_16
Java 17ghcr.io/ptero-eggs/yolks:java_17
java 21ghcr.io/ptero-eggs/yolks:java_21
java 22ghcr.io/ptero-eggs/yolks:java_22
Java 25ghcr.io/ptero-eggs/yolks:java_25

Environment Variables

NameVariableDefaultRules
Server Jar File
The name of the Jarfile to use when running Forge version below 1.17.
SERVER_JARFILEserver.jarrequired|regex:/^([\w\d._-]+)(\.jar)$/
Minecraft Version
The version of minecraft you want to install for. Leaving latest will install the latest recommended version.
MC_VERSIONlatestrequired|string|max:9
Build Type
The type of server jar to download from forge. Valid types are "recommended" and "latest".
BUILD_TYPErecommendedrequired|string|in:recommended,latest
Forge Version
Gets an exact version. Ex. 1.15.2-31.2.4 Overrides MC_VERSION and BUILD_TYPE. If it fails to download the server files it will fail to install.
FORGE_VERSIONnonenullable|string|max:32

Features

eulajava_versionpid_limit