diff options
Diffstat (limited to 'mcwrapper.conf')
-rw-r--r-- | mcwrapper.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mcwrapper.conf b/mcwrapper.conf new file mode 100644 index 0000000..a07b594 --- /dev/null +++ b/mcwrapper.conf @@ -0,0 +1,14 @@ +# 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', 'printconf'} +identifier = 'srv' + +server = dict() +server["srv"] = { + "command": "cd srv && java -jar mcs.jar nogui", + "modules": {'status', 'players'}, + "folder": '/dev/shm/mcwrapper-srv', + "logOutput": False, + } |