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. --- example.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'example.conf') diff --git a/example.conf b/example.conf index d494f93..8edfc6c 100644 --- a/example.conf +++ b/example.conf @@ -2,11 +2,11 @@ # Use Python3 syntax to specify configuration. # For full list of configuration options refer to documentation. -modules = {'say', 'argmodules', 'list-modules'} +identifier = 'exampleserver' server = dict() server["exampleserver"] = { - "modules": {'status', 'players'}, - "folder": '/dev/shm/mcwrapper-exampleserver', - "logOutput": False, + "folder": '~/minecraft', + "command": "java -jar mcs.jar nogui", + "status": '/dev/shm/mcwrapper-exampleserver', } -- cgit v1.2.3