-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
51 lines (44 loc) · 1.37 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"debug": false,
"writeLogs": false,
"logFile": "/var/log/minepot/minepot.logs",
"writeHistory": false,
"historyFile": "/var/log/minepot/minepot.history",
"port": 25565,
"pingDelayMinMs": 50,
"pingDelayMaxMs": 500,
"idleTimeoutS": 10,
"reportThreshold": 2,
"abuseIPDBReport": false,
"abuseIPDBKey": "XXXXXXXXXXXXXXX",
"abuseIPDBCooldownH": 24,
"webhookReport": false,
"webhookUrl": "https://discord.com/api/webhooks/XXXXXXXXX/XXXXXXXXXXXXXX",
"webhookCooldownH": 1,
"webhookEmbedColor": "#00aa00",
"randomVersion": true,
"statusResponse": true,
"statusResponseData": {
"version": {
"name": "Unknown",
"protocol": -1
},
"players": {
"max": 10,
"online": 2,
"sample": [
{
"name": "jeb_",
"id": "853c80ef-3c37-49fd-aa49-938b674adae6"
},
{
"name": "Notch",
"id": "069a79f4-44e9-4726-a5be-fca90e38aaf5"
}
]
},
"description": " Hello \u00A7c\u00A7l%IP%\u00A7r! You have been \u00A7f\u00A7ltrolled\u00A7r!\u00A7r\u00A7r\n \u00A7n\u00A7bhttps://github.com/LockBlock-dev/MinePot",
"favicon": ""
},
"faviconPath": "./assets/trollface.png"
}