summarylogtreecommitdiffstats
path: root/forged.conf
diff options
context:
space:
mode:
authorNitroretro2020-01-12 05:24:09 +0200
committerNitroretro2020-01-12 05:24:09 +0200
commit2cb11124c97731f765dbf99eb0795c3267d375e4 (patch)
tree34224a701c8f30e7ad82842ab0b8f93ec2eac2f6 /forged.conf
parent7f3b140944993213075d1e5823fe847bd539a084 (diff)
downloadaur-2cb11124c97731f765dbf99eb0795c3267d375e4.tar.gz
Upgrade: 1.11.2_13.20.1.2386-8
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!)