summarylogtreecommitdiffstats
path: root/forged.conf
diff options
context:
space:
mode:
Diffstat (limited to 'forged.conf')
-rw-r--r--forged.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/forged.conf b/forged.conf
index 50b475e4ab09..c1e2acf5abdc 100644
--- a/forged.conf
+++ b/forged.conf
@@ -2,13 +2,13 @@
# Variables are interpreted in bash. Simply using bash-syntax is sufficient.
# General parameters
-SERVER_ROOT="/srv/forge"
-BACKUP_DEST="/srv/forge/backup"
+SERVER_ROOT="/srv/forge-1.11.2"
+BACKUP_DEST="/srv/forge-1.11.2/backup"
BACKUP_PATHS="world" # World paths separated by spaces relative to SERVER_ROOT
KEEP_BACKUPS="10"
-GAME_USER="forge"
+GAME_USER="forge-1-11-2"
MAIN_EXECUTABLE="forge.jar"
-SESSION_NAME="forge"
+SESSION_NAME="forge-1.11.2"
# System parameters for java
# -Xms sets the intial heap size (must be a multiple of 1024 and greater than 2MB, no spaces!)