aboutsummaryrefslogtreecommitdiff
path: root/mcwrapper.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mcwrapper.conf')
-rw-r--r--mcwrapper.conf14
1 files changed, 0 insertions, 14 deletions
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,
- }