aboutsummaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/example.conf b/example.conf
new file mode 100644
index 0000000..d494f93
--- /dev/null
+++ b/example.conf
@@ -0,0 +1,12 @@
+# 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'}
+
+server = dict()
+server["exampleserver"] = {
+ "modules": {'status', 'players'},
+ "folder": '/dev/shm/mcwrapper-exampleserver',
+ "logOutput": False,
+ }