XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEServerManager

【Java】我的世界XFE服务器管理器

公开
关注 0 Fork 0 Star 0
UTF-8
# Copy into the dedicated server directory as xfesm-supervisor.properties.
# This is a local trusted launch configuration, never a downloaded content file.
# Example only: adjust Java and the Forge argument-file path to your installation.
# Use forward slashes on Windows. Do not surround values with quotation marks.
gameDirectory=.
executable=C:/Program Files/Java/jdk-17/bin/java.exe
argument.count=3
argument.0=@user_jvm_args.txt
argument.1=@libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt
argument.2=nogui

# Defaults: at most three acknowledged content restarts per rolling hour.
# Limits: 1..10 restarts/hour; 1000..30000 milliseconds between child processes.
maximumRestartsPerHour=3
restartDelayMillis=1000

# For Linux, change executable to the real Java binary and use unix_args.txt.
# For Minecraft 1.20.6 / 1.21.1 / 1.21.11, configure the appropriate Java 21 binary.
# Arguments are passed individually, without cmd/PowerShell/bash interpretation.
# Shell scripts are not valid executables; keep argument files local and trusted.
# NEVER add --accessToken, --password, refresh tokens, or other login credentials.