forked from ForestB0T/ForestBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.json
59 lines (45 loc) · 1.16 KB
/
example.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
52
53
54
55
56
57
58
59
{
"mc_server": "newtest",
"host": "192.168.100.131",
"port": 25565,
"version": "1.20",
"api_url": "http://192.168.100.132:8000",
"websocket_url": "ws://192.168.100.132:8000/authenticate",
"useLogger": true,
"prefix": "!",
"useCustomChatPrefix": true,
"customChatPrefix": "&d&l",
"whisperCommand": "msg",
"announce": false,
"useForestBotAI": false,
"antiafk": false,
"use_mc_whitelist": true,
"reconnect_time": 40000,
"anti_spam_cooldown": 10000,
"anti_spam_msg_limit": 5,
"welcome_messages": false,
"whitelisted_commands": [],
"useCommands": false,
"commands": {
"urban": true,
"kill": false,
"ping": true,
"coords": false,
"discord": true,
"help": true,
"joindate": true,
"joins": true,
"kd": true,
"lastdeath": true,
"lastseen": true,
"mount": true,
"msgcount": true,
"playtime": true,
"quote": true,
"top": true,
"wp": true
},
"disabled_events": ["entitySpawn"],
"allow_chatbridge_input": true,
"rotateHeadOnJoin": false
}