diff options
Diffstat (limited to 'example.conf')
-rw-r--r-- | example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
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', } |