aboutsummaryrefslogtreecommitdiff
path: root/example.conf
blob: 6b8cf8f6cdb0fe26cac156cd45e048cd299bb7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This is exaple configuration for mcwrapper
# Use Python3 syntax to specify configuration.
# For full list of configuration options refer to documentation.

identifier = 'exampleserver'

server = dict()
server["exampleserver"] = {
		"directory": '~/minecraft',
		"command": "java -jar mcs.jar nogui",
		"status": '/dev/shm/mcwrapper-exampleserver',
		}