From 9a999c599dad8375d66531bd20c9e4ea0b642845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 15 Sep 2015 09:52:25 +0200 Subject: Implement new module printconf --- mcwrapper.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mcwrapper.conf (limited to 'mcwrapper.conf') 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, + } -- cgit v1.2.3