aboutsummaryrefslogtreecommitdiff
path: root/example.conf
blob: 8edfc6cd8693a2e9f33f6a16f712fe6b70ebfb64 (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"] = {
		"folder": '~/minecraft',
		"command": "java -jar mcs.jar nogui",
		"status": '/dev/shm/mcwrapper-exampleserver',
		}