From b361e4508108a5e039fca177a652f8b4e270fa0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 7 Nov 2015 15:06:32 +0100 Subject: Remove module support and remove some unused files Module support would be for this script overkill. --- mcwrapper.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 mcwrapper.conf (limited to 'mcwrapper.conf') diff --git a/mcwrapper.conf b/mcwrapper.conf deleted file mode 100644 index a07b594..0000000 --- a/mcwrapper.conf +++ /dev/null @@ -1,14 +0,0 @@ -# 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