aboutsummarylogtreecommitdiffstats
path: root/spigot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'spigot.conf')
-rw-r--r--spigot.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/spigot.conf b/spigot.conf
index 3796f3324f28..7d2fe6303713 100644
--- a/spigot.conf
+++ b/spigot.conf
@@ -1,10 +1,11 @@
-# THIS IS THE CONFIGURATION FILE FOR THE SCRIPT NOT FOR THE ACTUAL SERVER
+# THIS IS THE CONFIGURATION FILE FOR THE MANAGING SCRIPT NOT FOR THE ACTUAL SERVER
+# Variables are interpreted in bash. Simply using bash-syntax is sufficient.
# General parameters
SERVER_ROOT="/srv/craftbukkit"
BACKUPPATH="/srv/craftbukkit/backup"
LOGPATH="/srv/craftbukkit/logs"
-WORLDPATHS="/srv/craftbukkit/world /srv/craftbukkit/world_nether /srv/craftbukkit/world_the_end"
+WORLDPATHS="world world_nether world_the_end" # World paths separated by spaces relative to SERVER_ROOT
KEEP_BACKUPS="10"
MC_USER="craftbukkit"
MAIN_JAR="spigot.jar"