-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharena_config.json
68 lines (68 loc) · 3.03 KB
/
arena_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
60
61
62
63
64
65
66
67
68
{
"worlds": [
"barracks"
],
"mapType": "BARRACKS",
"name": "<!i><dark_green>Barracks #1</dark_green>",
"description": "<!i><gray>Nice and simple but packed with</gray>\n<!i><gray>features. Great for quick 1v1s.</gray>",
"chunkCornersPerWorld": {
"barracks": [
{ "worldName": "barracks", "x": 14, "z": 16 },
{ "worldName": "barracks", "x": -5, "z": -1 }
]
},
"countDownSeconds": 15,
"gameDurationMinutes": 7,
"totalChestRefills": 5,
"minimumPlayerCount": 2,
"maximumPlayerCount": 4,
"waitingAreaLocation": { "worldName": "barracks", "x": 126, "y": 63, "z": 115, "yaw": 90, "pitch": 0 },
"teamInformation": [
{
"color": { "color": "GREEN" },
"miniMessageString": "<dark_green>Firework Insurgency</dark_green>",
"spawnLocation": { "worldName": "barracks", "x": 22, "y": 64, "z": 106, "yaw": -40, "pitch": 0 }
},
{
"color": { "color": "BLUE" },
"miniMessageString": "<blue>Gunpowder Foundation</blue>",
"spawnLocation": { "worldName": "barracks", "x": 47, "y": 64, "z": 133, "yaw": 140, "pitch": 0 }
}
],
"chestLocations": [
{ "worldName": "barracks", "x": 53, "y": 64, "z": 110, "maxTotalValue": 35, "maxValuePerItem": 28 },
{ "worldName": "barracks", "x": 37, "y": 64, "z": 104, "maxTotalValue": 35, "maxValuePerItem": 28 },
{ "worldName": "barracks", "x": 21, "y": 64, "z": 101, "maxTotalValue": 35, "maxValuePerItem": 28 },
{ "worldName": "barracks", "x": 32, "y": 64, "z": 116, "maxTotalValue": 50, "maxValuePerItem": 35 },
{ "worldName": "barracks", "x": 21, "y": 64, "z": 128, "maxTotalValue": 35, "maxValuePerItem": 28 },
{ "worldName": "barracks", "x": 34, "y": 64, "z": 122, "maxTotalValue": 50, "maxValuePerItem": 35 },
{ "worldName": "barracks", "x": 48, "y": 64, "z": 138, "maxTotalValue": 35, "maxValuePerItem": 28 },
{ "worldName": "barracks", "x": 35, "y": 64, "z": 137, "maxTotalValue": 35, "maxValuePerItem": 28 }
],
"supplyDropData": {
"supplyDropLocations": [
{ "worldName": "barracks", "x": 47, "y": 100, "z": 137, "yaw": 0, "pitch": 0 },
{ "worldName": "barracks", "x": 22, "y": 100, "z": 102, "yaw": 0, "pitch": 0 },
{ "worldName": "barracks", "x": 49, "y": 100, "z": 119, "yaw": 0, "pitch": 0 },
{ "worldName": "barracks", "x": 32, "y": 100, "z": 114, "yaw": 0, "pitch": 0 },
{ "worldName": "barracks", "x": 34, "y": 100, "z": 125, "yaw": 0, "pitch": 0 }
],
"supplyDropIntervalTicks": 1500,
"supplyDropIntervalRandomness": 350
},
"endgameData": {
"endgameStartMinutes": 5,
"warnBeforeEndgameSeconds": 60,
"warnBeforeGameEndSeconds": 60
},
"worldBorderInformation": {
"centerX": 33,
"centerZ": 119,
"radius": 50,
"endgameRadius": 20,
"secondsToReachEndgameRadius": 90
},
"wardenData": {
"enabled": false
}
}