-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_example.json
41 lines (41 loc) · 1.17 KB
/
config_example.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
{
"permission": {
"start": 3,
"config": 3
},
"system": {
"rconAddress": ["127.0.0.1"],
"rconPort": "25575",
"rconPassword": "password"
},
"game": {
"roundCount": 6,
"roundTime": [1200, 1200, 1200, 1200, 1200, 1200],
"borderRadius": [2500, 2000, 1500, 1000, 500, 50],
"borderTime": [300, 300, 300, 300, 300, 360],
"borderWarningTime": 15,
"borderFinalCenterRandom": true,
"borderFinalCenterRange": [20, 20]
},
"info": {
"bossbar": {
"showRoundCountdown": true,
"barColor": "yellow"
},
"sidebar": {
"titleText": {"text":"2486生存戰", "color":"aqua", "bold":"true"},
"showEliminateRank": true,
"eliminateRankText": "排名",
"showNextBorderRadius": true,
"nextBorderRadiusText": "下次邊界半徑"
},
"actionbar": {
"playerBorderDistanceMode": "permanent",
"playerBorderDistanceTime": 300
},
"chat" : {
"playerPosMode": "roundEnd",
"playerPosTime": 1200
}
}
}