aboutsummarylogtreecommitdiffstats
path: root/conf.minecraft
blob: a78e2a15c47f10649a32722769b4578a78423e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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