summary refs log tree commit diff homepage
path: root/config.json
diff options
context:
space:
mode:
authordestruc7i0n <dscdsouza@outlook.com>2018-11-11 15:43:30 -0500
committerdestruc7i0n <dscdsouza@outlook.com>2018-11-11 15:43:30 -0500
commit04e63061bdf0b4a7bc1c70928d79cf90b1f97489 (patch)
tree29b6e17e56059403410df4810917eb87b6008d19 /config.json
parentMerge pull request #29 from Arcensoth/master (diff)
downloadshulker-04e63061bdf0b4a7bc1c70928d79cf90b1f97489.tar.gz
shulker-04e63061bdf0b4a7bc1c70928d79cf90b1f97489.zip
Let's make this usable again!
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.json b/config.json
index ddf8cd8..6f2dee1 100644
--- a/config.json
+++ b/config.json
@@ -1,9 +1,11 @@
 {
     "PORT": 8000,
+    "USE_WEBHOOKS": true,
+    "WEBHOOK_URL": "DISCORD_WEBHOOK_URL_HERE",
     "DISCORD_TOKEN": "TOKEN_HERE",
-    "DISCORD_CHANNEL_ID": "general",
-    "DISCORD_MESSAGE_TEMPLATE": "`%username%`:%message%",
-    "MINECRAFT_SERVER_RCON_IP": "example.com",
+    "DISCORD_CHANNEL_ID": "1234",
+    "DISCORD_MESSAGE_TEMPLATE": "`%username%`: %message%",
+    "MINECRAFT_SERVER_RCON_IP": "127.0.0.1",
     "MINECRAFT_SERVER_RCON_PORT": 25575,
     "MINECRAFT_SERVER_RCON_PASSWORD": "password",
     "MINECRAFT_TELLRAW_TEMPLATE": "[{\"color\": \"white\", \"text\": \"<%username%> %message%\"}]",