variables
variables
# Remember:
# Escape \ and : in your Java path on Windows with another \
# Example:
# From: C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe
# To: C\:\\Program Files\\Eclipse Adoptium\\jdk-17.0.9.9-hotspot\\bin\\
java.exe
# More on escape characters at https://en.wikipedia.org/wiki/Escape_character
###
MINECRAFT_VERSION=1.21
MODLOADER=Fabric
MODLOADER_VERSION=0.16.0
LEGACYFABRIC_INSTALLER_VERSION=1.0.0
FABRIC_INSTALLER_VERSION=1.0.1
QUILT_INSTALLER_VERSION=0.9.2
MINECRAFT_SERVER_URL=https://piston-data.mojang.com/v1/objects/
450698d1863ab5180c25d7c804ef0fe6369dd1ba/server.jar
NEOFORGE_INSTALLER_URL=NONE
JAVA_ARGS="-Xms4G -Xmx4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -
XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -
XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -
XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -
XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -
XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -
XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -
Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true"
JAVA="java"
WAIT_FOR_USER_INPUT=true