aboutsummaryrefslogtreecommitdiff
path: root/example.conf
blob: d494f9368d84145a5a9fbf136e310f70c39a52b3 (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.

modules = {'say', 'argmodules', 'list-modules'}

server = dict()
server["exampleserver"] = {
		"modules": {'status', 'players'},
		"folder": '/dev/shm/mcwrapper-exampleserver',
		"logOutput": False,
		}