diff options
Diffstat (limited to '')
-rw-r--r-- | config.json | 8 |
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%\"}]", |