-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefault.config.json
49 lines (49 loc) · 1.28 KB
/
default.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
{
"schemaVersion": 1.4,
"pingPass": {
"enabled": false,
"pingFirstText": "Please ping the server first! / 请先在服务器列表Ping一次服务器",
"pingAgainText": "Please ping the server again! / 请重新Ping一次服务器",
"interval": 120
},
"fakeProtocol": {
"enabled": false,
"protocolNumberPool": [],
"protocolNamePool": [],
"alwaysInvalidProtocolNumber": false
},
"fakeSamplePlayer": {
"enabled": false,
"fakePlayersCount": 10
},
"hitokoto": {
"enabled": false,
"color": "#00E5EE",
"type": "a",
"probability": 30
},
"ipFingerprint": {
"enabled": true
},
"pingList": {
"maximumPlayer": -1,
"maximumPlayerEnabled": true,
"onlinePlayer": -1,
"onlinePlayerEnabled": true,
"descriptions": [
{
"line1": "<yellow><bold>YeeeesMOTD",
"line2": "<light_purple><bold>Powered by RTAkland: https://github.com/RTAkland"
},
{
"line1": "<#00ff00><bold>DangoTown 团子小镇 生电服务器欢迎你",
"line2": "<yellow><bold>https://dgtmc.top"
},
{
"line1": "<#00FFFF><bold>团子小镇是一个历史悠久的服务器",
"line2": "<#00FFFF><bold>服务器于2016年开服至今"
}
],
"clearSamplePlayer": true
}
}