aboutsummarylogtreecommitdiffstats
path: root/minecraftd.conf
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-23 12:45:46 +0100
committerGordian Edenhofer2016-01-23 12:45:46 +0100
commitb94e3db3db0e96c489bc4a40fc7c8c75246cb56e (patch)
tree35dce12565a257d98ed11663cd99b9b8cbcfddb6 /minecraftd.conf
parentfc5a4e085db0beb6978e43ea8ef1a7daaecefa37 (diff)
downloadaur-b94e3db3db0e96c489bc4a40fc7c8c75246cb56e.tar.gz
Upgpkg: 1.8.9-2
Restore backups easily with the delivered bash script Human readable naming schema for backups Backed up directories are now relative Group has write permission (g+ws) to SERVER_ROOT Proper quotation of variables which might contain spaces
Diffstat (limited to 'minecraftd.conf')
-rw-r--r--minecraftd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraftd.conf b/minecraftd.conf
index 9d03a4a344be..89835179e098 100644
--- a/minecraftd.conf
+++ b/minecraftd.conf
@@ -4,7 +4,7 @@
SERVER_ROOT="/srv/minecraft"
BACKUPPATH="/srv/minecraft/backup"
LOGPATH="/srv/minecraft/logs"
-WORLDPATHS="/srv/minecraft/world" # World paths separated by spaces
+WORLDPATHS="world" # World paths separated by spaces relative to SERVER_ROOT
KEEP_BACKUPS="10"
MC_USER="minecraft"
MAIN_JAR="minecraft_server.jar"