/ config / CornerCultMCC2Core / mapman-test4.yml
mapman-test4.yml
 1  maps: ["testingmap", "testbm"]
 2  map_testingmap:
 3    world: BattleBox-CastleGates
 4    title: "Testing Map"
 5    bounds: [-25, 0, -13, 39, 13, 26]
 6    spawn_default:
 7      player1: [0, 10, 0, -58, 45]
 8    spawn_spectator:
 9      player1: [0, 10, 0, -58, 45]
10    spawn_team1:
11      player1: [-19.5, 1, 6.5, -90, 0]
12      player2: [-19.5, 1, 8.5, -90, 0]
13      paint1:
14        find: "GRAY_CONCRETE"
15        min: [-25, 0, 1]
16        max: [-18, 10, 13]
17      paint2:
18        find: "gray_stained_glass_pane"
19        min: [-25, 0, 1]
20        max: [-18, 10, 13]
21      paint3:  # Paint other team's spawn
22        find: "GRAY_CONCRETE"
23        min: [32, 0, -1]
24        max: [39, 10, 12]
25    spawn_team2:
26      player1: [34.5, 1, 6.5, -90, 0]
27      player2: [34.5, 1, 8.5, -90, 0]
28      paint1:
29        find: "LIGHT_GRAY_CONCRETE"
30        place: "_concrete"
31        min: [32, 0, -1]
32        max: [39, 10, 12]
33      paint2:
34        find: "light_gray_stained_glass_pane"
35        place: "_stained_glass_pane"
36        min: [32, 0, -1]
37        max: [39, 10, 12]
38      paint3:  # Paint other team's spawn
39        find: "LIGHT_GRAY_CONCRETE"
40        place: "_concrete"
41        min: [-25, 1, 1]
42        max: [-18, 10, 13]
43    
44    location_woolbox1:
45      coords:
46      - 6
47      - 1
48      - 5
49    location_woolbox2:
50      coords:
51      - 7
52      - 1
53      - 5
54    location_woolbox3:
55      coords:
56      - 8
57      - 1
58      - 5
59    location_woolbox4:
60      coords:
61      - 6
62      - 1
63      - 6
64    location_woolbox5:
65      coords:
66      - 7
67      - 1
68      - 6
69    location_woolbox6:
70      coords:
71      - 8
72      - 1
73      - 6
74    location_woolbox7:
75      coords:
76      - 6
77      - 1
78      - 7
79    location_woolbox8:
80      coords:
81      - 7
82      - 1
83      - 7
84    location_woolbox9:
85      coords:
86      - 8
87      - 1
88      - 7
89  map_testbm:
90    world: BuildMart
91    title: "Testing Map 2"
92    bounds: [-50, -5, -50, 50, 15, 50]