-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexample.config.json
More file actions
49 lines (49 loc) · 1.17 KB
/
example.config.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
{
"mc_server": "newtest_new",
"host": "localhost",
"port": 25565,
"version": "1.20.4",
"api_url": "http://localhost:8001",
"websocket_url": "ws://localhost:8001",
"useLogger": true,
"prefix": "!",
"useCustomChatPrefix": false,
"customChatPrefix": "&d&l",
"whisperCommand": "msg",
"announce": true,
"antiafk": false,
"use_mc_whitelist": true,
"reconnect_time": 30000,
"anti_spam_cooldown": 0,
"anti_spam_msg_limit": 5,
"welcome_messages": true,
"whitelisted_commands": [],
"useCommands": true,
"disabled_events": [
"entitySpawn"
],
"allow_chatbridge_input": true,
"rotateHeadOnJoin": false,
"useLegacyChat": 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
},
"usePViewer": true,
"pViewerPort": 8080
}