ref: server

This commit is contained in:
Xikaro 2025-01-25 22:39:31 +05:00
parent 65e8cd0b06
commit f1da81bb4a
4 changed files with 32 additions and 7 deletions

View file

@ -10,4 +10,4 @@ loaderType=Forge
# Specify your desired Loader-Version.
# Possible options are [Version like: "20.4.164-beta" or "latest" or "recommended"]
loaderVersion=47.2.6
loaderVersion=latest

View file

@ -0,0 +1,3 @@
@echo off
java -jar minecraft_server.jar -autoFile nogui
pause

View file

@ -1,6 +1,28 @@
#Forge Server-Starter Configuration
#Sun Jan 14 18:58:03 YEKT 2024
debug=false
java_path=java
log_to_file=false
# Forge Server-Starter Configuration
# There you can setup your own Timezone
# More timezones in this list:
# -> https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# For Example timezone=Europe/Berlin
timezone=UTC
# Here you can set your own JAVA-Path for Starting the Server
# For Example java_path=G:\\path\to\java_installation\bin\java.exe
#- Minecraft 1.0 - 1.8: Java 7, Java 8
#- Minecraft 1.9 - 1.12.2: Java 8
#- Minecraft 1.13 - 1.17: Java 8, Java 11
#- Minecraft 1.18 - 1.18.1: Java 17
#- Minecraft 1.18.2 - 1.19.x: Java 17
#- Minecraft 1.20 and later: Java 17 and later (e.g. Java 18 and 19)
#- Minecraft 1.21.1 and later: Java 21 or Java 22
java_path=java
# You wish to log all Actions from F-S-S to a File..
# You can find the Log in "/logs"-Folder
# For Example log_to_file=false
log_to_file=false
# You like to have a Debug-Log
# With this you can see all Actions from F-S-S
# For Example debug=false
debug=false