summarylogtreecommitdiffstats
path: root/conf.minecraft
diff options
context:
space:
mode:
Diffstat (limited to 'conf.minecraft')
-rw-r--r--conf.minecraft37
1 files changed, 0 insertions, 37 deletions
diff --git a/conf.minecraft b/conf.minecraft
deleted file mode 100644
index a78e2a15c47f..000000000000
--- a/conf.minecraft
+++ /dev/null
@@ -1,37 +0,0 @@
-# MINECRAFT SERVER LAUNCH CONFIGS
-# not to be confused with server.properties.
-
-# Server root directory
-_SRVDIR=/srv/minecraft
-
-# World directory (relative to SRVDIR)
-# Ensure that this matches what is in your server.properties,
-# or else the wrong folder will be backed up!
-WORLD=world
-
-# Maximum RAM usage (change to suit your needs)
-MAXHEAP=1024M
-
-# Minimum RAM usage (change to suit your needs)
-MINHEAP=512M
-
-# Number of concurrent threads (no more than the number of logical processors in your system)
-THREADS=1
-
-# Where to store backup files
-BACKUPPATH=/srv/minecraft/backup
-
-# What to say to the server when backup starts
-BACKUPSTARTMSG="WORLD BACKUP STARTING. Server going read-only..."
-
-# What to say when to the server when backup ends
-BACKUPENDMSG="WORLD BACKUP ENDED. Server going read-write..."
-
-## Only change these if you know what you're doing
-
-# Server JAR file
-SERVERJAR=minecraft_server.jar
-SERVICE=${SERVERJAR}
-
-# User to run server under
-MCUSER=minecraft