blob: 07e3895a5e3623451bfd921a51c517d162350e0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"PORT": 8000,
"DISCORD_EMAIL": "example@example.com",
"DISCORD_PASSWORD": "password123",
"DISCORD_CHANNEL": "general",
"MINECRAFT_SERVER_RCON_IP": "example.com",
"MINECRAFT_SERVER_RCON_PORT": 25575,
"MINECRAFT_SERVER_RCON_PASSWORD": "password",
"WEBHOOK": "/minecraft/hook",
"REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <(.*)> (.*)",
"REGEX_IGNORED_CHAT": "packets too frequently",
"RCON_RECONNECT_DELAY": 10,
"DEBUG": false
}
|