/ config / ccmcc-mapman.yml
ccmcc-mapman.yml
   1  break:
   2    maps: ["default"]
   3    map_default:
   4      title: "Spawn"
   5      nopersist: false
   6      spawn_default:
   7        world: "CCMCC-spawn"
   8        x: 0.5
   9        y: 1
  10        z: 0.5
  11  decisiondome:
  12    maps: ["default"]
  13    map_default:
  14      title: "Decision Dome"
  15      nopersist: true
  16      spawn_default:
  17        world: "DecisionDome"
  18        x: 8
  19        y: 10
  20        z: 16
  21        pitch: 45
  22        yaw: 180
  23      spawn_team1:
  24        world: "DecisionDome"
  25        x: 8.5
  26        y: 9.5
  27        z: -9.5
  28        pitch: 10
  29        yaw: 0
  30        paint1:
  31          find: "GRAY_CONCRETE"
  32          place: "_concrete"
  33          minPos: [5, -2, -13]
  34          maxPos: [11, 13, 7]
  35        paint2:
  36          find: "gray_stained_glass_pane"
  37          place: "_stained_glass_pane"
  38          minPos: [5, -2, -13]
  39          maxPos: [11, 13, 7]
  40        paint3:
  41          find: "gray_wool"
  42          place: "_wool"
  43          minPos: [5, -2, -13]
  44          maxPos: [11, 13, 7]
  45      spawn_team2:
  46         world: "DecisionDome"
  47         x: 8.5
  48         y: 9.5
  49         z: 24
  50         pitch: 10
  51         yaw: 180
  52         paint1:
  53           find: "GRAY_CONCRETE"
  54           place: "_concrete"
  55           minPos: [5, -2, 21]
  56           maxPos: [11, 12, 27]
  57         paint2:
  58           find: "gray_stained_glass_pane"
  59           place: "_stained_glass_pane"
  60           minPos: [5, -2, 21]
  61           maxPos: [11, 12, 27]
  62         paint3:
  63           find: "gray_wool"
  64           place: "_wool"
  65           minPos: [5, -2, 21]
  66           maxPos: [11, 12, 27]
  67      spawn_team3:
  68         world: "DecisionDome"
  69         x: 25.5
  70         y: 9.5
  71         z: 7.5
  72         pitch: 10
  73         yaw: 90
  74         paint1:
  75           find: "GRAY_CONCRETE"
  76           place: "_concrete"
  77           minPos: [22, -2, 4]
  78           maxPos: [28, 12, 10]
  79         paint2:
  80           find: "gray_stained_glass_pane"
  81           place: "_stained_glass_pane"
  82           minPos: [22, -2, 4]
  83           maxPos: [28, 12, 10]
  84         paint3:
  85           find: "gray_wool"
  86           place: "_wool"
  87           minPos: [22, -2, 4]
  88           maxPos: [28, 12, 10]
  89      spawn_team4:
  90         world: "DecisionDome"
  91         x: -8.5
  92         y: 9.5
  93         z: 7.5
  94         pitch: 10
  95         yaw: -90
  96         paint1:
  97           find: "GRAY_CONCRETE"
  98           place: "_concrete"
  99           minPos: [-12, -2, 4]
 100           maxPos: [-6, 12, 10]
 101         paint2:
 102           find: "gray_stained_glass_pane"
 103           place: "_stained_glass_pane"
 104           minPos: [-12, -2, 4]
 105           maxPos: [-6, 12, 10]
 106         paint3:
 107           find: "gray_wool"
 108           place: "_wool"
 109           minPos: [-12, -2, 4]
 110           maxPos: [-6, 12, 10]
 111      spawn_team5:
 112         world: "DecisionDome"
 113         x: 20.5
 114         y: 9.5
 115         z: -4.5
 116         pitch: 10
 117         yaw: 45
 118         paint1:
 119           find: "GRAY_CONCRETE"
 120           place: "_concrete"
 121           minPos: [17, -2, -8]
 122           maxPos: [23, 12, -2]
 123         paint2:
 124           find: "gray_stained_glass_pane"
 125           place: "_stained_glass_pane"
 126           minPos: [17, -2, -8]
 127           maxPos: [23, 12, -2]
 128         paint3:
 129           find: "gray_wool"
 130           place: "_wool"
 131           minPos: [17, -2, -8]
 132           maxPos: [23, 12, -2]
 133      spawn_team6:
 134         world: "DecisionDome"
 135         x: 20.5
 136         y: 9.5
 137         z: 19.5
 138         pitch: 10
 139         yaw: 135
 140         paint1:
 141           find: "GRAY_CONCRETE"
 142           place: "_concrete"
 143           minPos: [17, -2, 16]
 144           maxPos: [23, 12, 22]
 145         paint2:
 146           find: "gray_stained_glass_pane"
 147           place: "_stained_glass_pane"
 148           minPos: [17, -2, 16]
 149           maxPos: [23, 12, 22]
 150         paint3:
 151           find: "gray_wool"
 152           place: "_wool"
 153           minPos: [17, -2, 16]
 154           maxPos: [23, 12, 22]
 155      spawn_team7:
 156         world: "DecisionDome"
 157         x: -3.5
 158         y: 9.5
 159         z: 19.5
 160         pitch: 10
 161         yaw: -135
 162         paint1:
 163           find: "GRAY_CONCRETE"
 164           place: "_concrete"
 165           minPos: [-7, -2, 16]
 166           maxPos: [-1, 12, 22]
 167         paint2:
 168           find: "gray_stained_glass_pane"
 169           place: "_stained_glass_pane"
 170           minPos: [-7, -2, 16]
 171           maxPos: [-1, 12, 22]
 172         paint3:
 173           find: "gray_wool"
 174           place: "_wool"
 175           minPos: [-7, -2, 16]
 176           maxPos: [-1, 12, 22]
 177      spawn_team8:
 178         world: "DecisionDome"
 179         x: -3.5
 180         y: 9.5
 181         z: -4.5
 182         pitch: 10
 183         yaw: -45
 184         paint1:
 185           find: "GRAY_CONCRETE"
 186           place: "_concrete"
 187           minPos: [-7, -2, -8]
 188           maxPos: [-1, 12, -2]
 189         paint2:
 190           find: "gray_stained_glass_pane"
 191           place: "_stained_glass_pane"
 192           minPos: [-7, -2, -8]
 193           maxPos: [-1, 12, -2]
 194         paint3:
 195           find: "gray_wool"
 196           place: "_wool"
 197           minPos: [-7, -2, -8]
 198           maxPos: [-1, 12, -2]
 199  dodgebolt:
 200    maps: ["default"]
 201    map_default:
 202        title: "DodgeBolt"
 203        nopersist: true
 204        spawn_default:
 205          world: "DodgeBolt"
 206          x: 4.5
 207          y: 4
 208          z: -13
 209          pitch: -15
 210          yaw: 0
 211        spawn_team1:
 212          world: "DodgeBolt"
 213          x: 8.5
 214          y: 1.5
 215          z: 33.5
 216          pitch: 0
 217          yaw: -180
 218          paint1:
 219            find: "GRAY_CONCRETE"
 220            place: "_concrete"
 221            minPos: [-20, -2, -25]
 222            maxPos: [30, 12, 42]
 223          paint2:
 224            find: "GRAY_WOOL"
 225            place: "_wool"
 226            minPos: [-20, -2, -25]
 227            maxPos: [30, 12, 42]
 228          paint3:
 229            find: "GRAY_CONCRETE"
 230            place: "_concrete"
 231            minPos: [-20, -13, -25]
 232            maxPos: [30, -13, 42]
 233          paint4:
 234            find: "GRAY_WOOL"
 235            place: "_wool"
 236            minPos: [-20, -13, -25]
 237            maxPos: [30, -13, 42]
 238        spawn_team2:
 239          world: "DodgeBolt"
 240          x: 0.5
 241          y: 1.5
 242          z: 33.5
 243          pitch: 0
 244          yaw: -180
 245          paint1:
 246            find: "LIGHT_GRAY_CONCRETE"
 247            place: "_concrete"
 248            minPos: [-20, -13, -25]
 249            maxPos: [30, 12, 42]
 250          paint2:
 251            find: "LIGHT_GRAY_WOOL"
 252            place: "_wool"
 253            minPos: [-20, -13, -25]
 254            maxPos: [30, 12, 42]
 255          paint3:
 256            find: "LIGHT_GRAY_CONCRETE"
 257            place: "_concrete"
 258            minPos: [-20, -13, -25]
 259            maxPos: [30, -13, 42]
 260          paint4:
 261            find: "LIGHT_GRAY_WOOL"
 262            place: "_wool"
 263            minPos: [-20, -13, -25]
 264            maxPos: [30, -13, 42]
 265  sandsoftime:
 266    maps: ["default"]
 267    map_default:
 268      title: "Minimalist Tomb"
 269      nopersist: true
 270      spawn_default:
 271        world: "SandsOfTime-hub"
 272        x: 0
 273        y: 4
 274        z: 0
 275      spawn_team1:
 276        world: "SandsOfTime-void"
 277        instance: 1
 278        x: -21.5
 279        y: 6
 280        z: 0.5
 281        yaw: -90
 282      spawn_team2:
 283        world: "SandsOfTime-void"
 284        instance: 2
 285        x: -21.5
 286        y: 6
 287        z: 0.5
 288        yaw: -90
 289      spawn_team3:
 290        world: "SandsOfTime-void"
 291        instance: 3
 292        x: -21.5
 293        y: 6
 294        z: 0.5
 295        yaw: -90
 296      spawn_team4:
 297        world: "SandsOfTime-void"
 298        instance: 4
 299        x: -21.5
 300        y: 6
 301        z: 0.5
 302        yaw: -90
 303      spawn_team5:
 304        world: "SandsOfTime-void"
 305        instance: 5
 306        x: -21.5
 307        y: 6
 308        z: 0.5
 309        yaw: -90
 310      spawn_team6:
 311        world: "SandsOfTime-void"
 312        instance: 6
 313        x: -21.5
 314        y: 6
 315        z: 0.5
 316        yaw: -90
 317      spawn_team7:
 318        world: "SandsOfTime-void"
 319        instance: 7
 320        x: -21.5
 321        y: 6
 322        z: 0.5
 323        yaw: -90
 324      spawn_team8:
 325        world: "SandsOfTime-void"
 326        instance: 8
 327        x: -21.5
 328        y: 6
 329        z: 0.5
 330        yaw: -90
 331  battlebox:
 332    maps: ["storeroombeta"] # ["castlegates"]
 333    map_castlegates:
 334      title: "Castle Gates"
 335      nopersist: true
 336      spawn_default:
 337        world: "BattleBox-CastleGates"
 338        instance: 1
 339        x: 0
 340        y: 10
 341        z: 0
 342        yaw: -58
 343        pitch: 45
 344      spawn_team1:
 345        world: "BattleBox-CastleGates"
 346        instance: 1
 347        x: -19.5
 348        y: 1
 349        z: 7.5
 350        yaw: -90
 351        paint1:
 352          find: "GRAY_CONCRETE"
 353          place: "_concrete"
 354          minPos: [-25, 0, 1]
 355          maxPos: [-18, 10, 13]
 356        paint2:
 357          find: "gray_stained_glass_pane"
 358          place: "_stained_glass_pane"
 359          minPos: [-25, 0, 1]
 360          maxPos: [-18, 10, 13]
 361        paint3:  # Paint other team's spawn
 362          find: "GRAY_CONCRETE"
 363          place: "_concrete"
 364          minPos: [32, 0, -1]
 365          maxPos: [39, 10, 12]
 366      spawn_team2:
 367        world: "BattleBox-CastleGates"
 368        instance: 1
 369        x: 34.5
 370        y: 1
 371        z: 6.5
 372        yaw: 90
 373        paint1:
 374          find: "LIGHT_GRAY_CONCRETE"
 375          place: "_concrete"
 376          minPos: [32, 0, -1]
 377          maxPos: [39, 10, 12]
 378        paint2:
 379          find: "light_gray_stained_glass_pane"
 380          place: "_stained_glass_pane"
 381          minPos: [32, 0, -1]
 382          maxPos: [39, 10, 12]
 383        paint3:  # Paint other team's spawn
 384          find: "LIGHT_GRAY_CONCRETE"
 385          place: "_concrete"
 386          minPos: [-25, 1, 1]
 387          maxPos: [-18, 10, 13]
 388      spawn_team3:
 389        world: "BattleBox-CastleGates"
 390        instance: 2
 391        x: -19.5
 392        y: 1
 393        z: 7.5
 394        yaw: -90
 395        paint1:
 396          find: "GRAY_CONCRETE"
 397          place: "_concrete"
 398          minPos: [-25, 0, 1]
 399          maxPos: [-18, 10, 13]
 400        paint2:
 401          find: "gray_stained_glass_pane"
 402          place: "_stained_glass_pane"
 403          minPos: [-25, 0, 1]
 404          maxPos: [-18, 10, 13]
 405        paint3:  # Paint other team's spawn
 406          find: "GRAY_CONCRETE"
 407          place: "_concrete"
 408          minPos: [32, 0, -1]
 409          maxPos: [39, 10, 12]
 410      spawn_team4:
 411        world: "BattleBox-CastleGates"
 412        instance: 2
 413        x: 34.5
 414        y: 1
 415        z: 6.5
 416        yaw: 90
 417        paint1:
 418          find: "LIGHT_GRAY_CONCRETE"
 419          place: "_concrete"
 420          minPos: [32, 0, -1]
 421          maxPos: [39, 10, 12]
 422        paint2:
 423          find: "light_gray_stained_glass_pane"
 424          place: "_stained_glass_pane"
 425          minPos: [32, 0, -1]
 426          maxPos: [39, 10, 12]
 427        paint3:  # Paint other team's spawn
 428          find: "LIGHT_GRAY_CONCRETE"
 429          place: "_concrete"
 430          minPos: [-25, 1, 1]
 431          maxPos: [-18, 10, 13]
 432      spawn_team5:
 433        world: "BattleBox-CastleGates"
 434        instance: 3
 435        x: -19.5
 436        y: 1
 437        z: 7.5
 438        yaw: -90
 439        paint1:
 440          find: "GRAY_CONCRETE"
 441          place: "_concrete"
 442          minPos: [-25, 0, 1]
 443          maxPos: [-18, 10, 13]
 444        paint2:
 445          find: "gray_stained_glass_pane"
 446          place: "_stained_glass_pane"
 447          minPos: [-25, 0, 1]
 448          maxPos: [-18, 10, 13]
 449        paint3:  # Paint other team's spawn
 450          find: "GRAY_CONCRETE"
 451          place: "_concrete"
 452          minPos: [32, 0, -1]
 453          maxPos: [39, 10, 12]
 454      spawn_team6:
 455        world: "BattleBox-CastleGates"
 456        instance: 3
 457        x: 34.5
 458        y: 1
 459        z: 6.5
 460        yaw: 90
 461        paint1:
 462          find: "LIGHT_GRAY_CONCRETE"
 463          place: "_concrete"
 464          minPos: [32, 0, -1]
 465          maxPos: [39, 10, 12]
 466        paint2:
 467          find: "light_gray_stained_glass_pane"
 468          place: "_stained_glass_pane"
 469          minPos: [32, 0, -1]
 470          maxPos: [39, 10, 12]
 471        paint3:  # Paint other team's spawn
 472          find: "LIGHT_GRAY_CONCRETE"
 473          place: "_concrete"
 474          minPos: [-25, 1, 1]
 475          maxPos: [-18, 10, 13]
 476      spawn_team7:
 477        world: "BattleBox-CastleGates"
 478        instance: 4
 479        x: -19.5
 480        y: 1
 481        z: 7.5
 482        yaw: -90
 483        paint1:
 484          find: "GRAY_CONCRETE"
 485          place: "_concrete"
 486          minPos: [-25, 0, 1]
 487          maxPos: [-18, 10, 13]
 488        paint2:
 489          find: "gray_stained_glass_pane"
 490          place: "_stained_glass_pane"
 491          minPos: [-25, 0, 1]
 492          maxPos: [-18, 10, 13]
 493        paint3:  # Paint other team's spawn
 494          find: "GRAY_CONCRETE"
 495          place: "_concrete"
 496          minPos: [32, 0, -1]
 497          maxPos: [39, 10, 12]
 498      spawn_team8:
 499        world: "BattleBox-CastleGates"
 500        instance: 4
 501        x: 34.5
 502        y: 1
 503        z: 6.5
 504        yaw: 90
 505        paint1:
 506          find: "LIGHT_GRAY_CONCRETE"
 507          place: "_concrete"
 508          minPos: [32, 0, -1]
 509          maxPos: [39, 10, 12]
 510        paint2:
 511          find: "light_gray_stained_glass_pane"
 512          place: "_stained_glass_pane"
 513          minPos: [32, 0, -1]
 514          maxPos: [39, 10, 12]
 515        paint3:  # Paint other team's spawn
 516          find: "LIGHT_GRAY_CONCRETE"
 517          place: "_concrete"
 518          minPos: [-25, 1, 1]
 519          maxPos: [-18, 10, 13]
 520    map_storeroombeta:
 521      title: "Storeroom Beta"
 522      nopersist: true
 523      spawn_default: # TODO
 524        world: "BattleBox-StoreBeta"
 525        instance: 1
 526      spawn_team1:
 527        world: "BattleBox-StoreBeta"
 528        instance: 1
 529        x: -10.5
 530        y: 1
 531        z: 9.5
 532        yaw: -90
 533        paint1:
 534          find: "gray_stained_glass_pane"
 535          place: "_stained_glass_pane"
 536          minPos: [-9, 16, 3]
 537          maxPos: [-9, 20, 15]
 538        paint2:
 539          find: "gray_stained_glass_pane"
 540          place: "_stained_glass_pane"
 541          minPos: [-9, 1, 7]
 542          maxPos: [-9, 3, 11]
 543        paint3:
 544          find: "gray_concrete"
 545          place: "_concrete"
 546          minPos: [-15, 16, 2]
 547          maxPos: [-9, 21, 16]
 548        paint4:
 549          find: "gray_concrete"
 550          place: "_concrete"
 551          minPos: [-13, 0, 6]
 552          maxPos: [-9, 4, 12]
 553        paint5:
 554          find: "gray_concrete_powder"
 555          place: "_concrete_powder"
 556          minPos: [-9, 1, -8]
 557          maxPos: [-9, 21, 24]
 558        # Paint other team's spawn
 559        paint6:
 560          find: "gray_concrete"
 561          place: "_concrete"
 562          minPos: [23, 19, 8]
 563          maxPos: [28, 21, 10]
 564        # Paint sides
 565        paint7:
 566          find: "gray_concrete_powder"
 567          place: "_concrete_powder"
 568          minPos: [-8, 1, -7]
 569          maxPos: [22, 21, -7]
 570        paint8:
 571          find: "gray_concrete_powder"
 572          place: "_concrete_powder"
 573          minPos: [-8, 1, 25]
 574          maxPos: [22, 21, 25]
 575      spawn_team2:
 576        world: "BattleBox-StoreBeta"
 577        instance: 1
 578        x: 25.5
 579        y: 1
 580        z: 9.5
 581        yaw: 90
 582        paint1:
 583          find: "light_gray_stained_glass_pane"
 584          place: "_stained_glass_pane"
 585          minPos: [23, 16, 3]
 586          maxPos: [23, 20, 15]
 587        paint2:
 588          find: "light_gray_stained_glass_pane"
 589          place: "_stained_glass_pane"
 590          minPos: [23, 1, 7]
 591          maxPos: [23, 3, 11]
 592        paint3:
 593          find: "light_gray_concrete"
 594          place: "_concrete"
 595          minPos: [23, 15, 2]
 596          maxPos: [29, 20, 16]
 597        paint4:
 598          find: "light_gray_concrete"
 599          place: "_concrete"
 600          minPos: [23, 0, 6]
 601          maxPos: [27, 4, 12]
 602        paint5:
 603          find: "light_gray_concrete_powder"
 604          place: "_concrete_powder"
 605          minPos: [23, 1, -8]
 606          maxPos: [23, 21, 24]
 607        # Paint other team's spawn
 608        paint6:
 609          find: "light_gray_concrete"
 610          place: "_concrete"
 611          minPos: [-14, 19, 8]
 612          maxPos: [-9, 21, 10]
 613        # Paint sides
 614        paint7:
 615          find: "light_gray_concrete_powder"
 616          place: "_concrete_powder"
 617          minPos: [-8, 1, -7]
 618          maxPos: [22, 21, -7]
 619        paint8:
 620          find: "light_gray_concrete_powder"
 621          place: "_concrete_powder"
 622          minPos: [-8, 1, 25]
 623          maxPos: [22, 21, 25]
 624      spawn_team3:
 625        world: "BattleBox-StoreBeta"
 626        instance: 2
 627        x: -10.5
 628        y: 1
 629        z: 9.5
 630        yaw: -90
 631        paint1:
 632          find: "gray_stained_glass_pane"
 633          place: "_stained_glass_pane"
 634          minPos: [-9, 16, 3]
 635          maxPos: [-9, 20, 15]
 636        paint2:
 637          find: "gray_stained_glass_pane"
 638          place: "_stained_glass_pane"
 639          minPos: [-9, 1, 7]
 640          maxPos: [-9, 3, 11]
 641        paint3:
 642          find: "gray_concrete"
 643          place: "_concrete"
 644          minPos: [-15, 16, 2]
 645          maxPos: [-9, 21, 16]
 646        paint4:
 647          find: "gray_concrete"
 648          place: "_concrete"
 649          minPos: [-13, 0, 6]
 650          maxPos: [-9, 4, 12]
 651        paint5:
 652          find: "gray_concrete_powder"
 653          place: "_concrete_powder"
 654          minPos: [-9, 1, -8]
 655          maxPos: [-9, 21, 24]
 656        # Paint other team's spawn
 657        paint6:
 658          find: "gray_concrete"
 659          place: "_concrete"
 660          minPos: [23, 19, 8]
 661          maxPos: [28, 21, 10]
 662        # Paint sides
 663        paint7:
 664          find: "gray_concrete_powder"
 665          place: "_concrete_powder"
 666          minPos: [-8, 1, -7]
 667          maxPos: [22, 21, -7]
 668        paint8:
 669          find: "gray_concrete_powder"
 670          place: "_concrete_powder"
 671          minPos: [-8, 1, 25]
 672          maxPos: [22, 21, 25]
 673      spawn_team4:
 674        world: "BattleBox-StoreBeta"
 675        instance: 2
 676        x: 25.5
 677        y: 1
 678        z: 9.5
 679        yaw: 90
 680        paint1:
 681          find: "light_gray_stained_glass_pane"
 682          place: "_stained_glass_pane"
 683          minPos: [23, 16, 3]
 684          maxPos: [23, 20, 15]
 685        paint2:
 686          find: "light_gray_stained_glass_pane"
 687          place: "_stained_glass_pane"
 688          minPos: [23, 1, 7]
 689          maxPos: [23, 3, 11]
 690        paint3:
 691          find: "light_gray_concrete"
 692          place: "_concrete"
 693          minPos: [23, 15, 2]
 694          maxPos: [29, 20, 16]
 695        paint4:
 696          find: "light_gray_concrete"
 697          place: "_concrete"
 698          minPos: [23, 0, 6]
 699          maxPos: [27, 4, 12]
 700        paint5:
 701          find: "light_gray_concrete_powder"
 702          place: "_concrete_powder"
 703          minPos: [23, 1, -8]
 704          maxPos: [23, 21, 24]
 705        # Paint other team's spawn
 706        paint6:
 707          find: "light_gray_concrete"
 708          place: "_concrete"
 709          minPos: [-14, 19, 8]
 710          maxPos: [-9, 21, 10]
 711        # Paint sides
 712        paint7:
 713          find: "light_gray_concrete_powder"
 714          place: "_concrete_powder"
 715          minPos: [-8, 1, -7]
 716          maxPos: [22, 21, -7]
 717        paint8:
 718          find: "light_gray_concrete_powder"
 719          place: "_concrete_powder"
 720          minPos: [-8, 1, 25]
 721          maxPos: [22, 21, 25]
 722      spawn_team5:
 723        world: "BattleBox-StoreBeta"
 724        instance: 3
 725        x: -10.5
 726        y: 1
 727        z: 9.5
 728        yaw: -90
 729        paint1:
 730          find: "gray_stained_glass_pane"
 731          place: "_stained_glass_pane"
 732          minPos: [-9, 16, 3]
 733          maxPos: [-9, 20, 15]
 734        paint2:
 735          find: "gray_stained_glass_pane"
 736          place: "_stained_glass_pane"
 737          minPos: [-9, 1, 7]
 738          maxPos: [-9, 3, 11]
 739        paint3:
 740          find: "gray_concrete"
 741          place: "_concrete"
 742          minPos: [-15, 16, 2]
 743          maxPos: [-9, 21, 16]
 744        paint4:
 745          find: "gray_concrete"
 746          place: "_concrete"
 747          minPos: [-13, 0, 6]
 748          maxPos: [-9, 4, 12]
 749        paint5:
 750          find: "gray_concrete_powder"
 751          place: "_concrete_powder"
 752          minPos: [-9, 1, -8]
 753          maxPos: [-9, 21, 24]
 754        # Paint other team's spawn
 755        paint6:
 756          find: "gray_concrete"
 757          place: "_concrete"
 758          minPos: [23, 19, 8]
 759          maxPos: [28, 21, 10]
 760        # Paint sides
 761        paint7:
 762          find: "gray_concrete_powder"
 763          place: "_concrete_powder"
 764          minPos: [-8, 1, -7]
 765          maxPos: [22, 21, -7]
 766        paint8:
 767          find: "gray_concrete_powder"
 768          place: "_concrete_powder"
 769          minPos: [-8, 1, 25]
 770          maxPos: [22, 21, 25]
 771      spawn_team6:
 772        world: "BattleBox-StoreBeta"
 773        instance: 3
 774        x: 25.5
 775        y: 1
 776        z: 9.5
 777        yaw: 90
 778        paint1:
 779          find: "light_gray_stained_glass_pane"
 780          place: "_stained_glass_pane"
 781          minPos: [23, 16, 3]
 782          maxPos: [23, 20, 15]
 783        paint2:
 784          find: "light_gray_stained_glass_pane"
 785          place: "_stained_glass_pane"
 786          minPos: [23, 1, 7]
 787          maxPos: [23, 3, 11]
 788        paint3:
 789          find: "light_gray_concrete"
 790          place: "_concrete"
 791          minPos: [23, 15, 2]
 792          maxPos: [29, 20, 16]
 793        paint4:
 794          find: "light_gray_concrete"
 795          place: "_concrete"
 796          minPos: [23, 0, 6]
 797          maxPos: [27, 4, 12]
 798        paint5:
 799          find: "light_gray_concrete_powder"
 800          place: "_concrete_powder"
 801          minPos: [23, 1, -8]
 802          maxPos: [23, 21, 24]
 803        # Paint other team's spawn
 804        paint6:
 805          find: "light_gray_concrete"
 806          place: "_concrete"
 807          minPos: [-14, 19, 8]
 808          maxPos: [-9, 21, 10]
 809        # Paint sides
 810        paint7:
 811          find: "light_gray_concrete_powder"
 812          place: "_concrete_powder"
 813          minPos: [-8, 1, -7]
 814          maxPos: [22, 21, -7]
 815        paint8:
 816          find: "light_gray_concrete_powder"
 817          place: "_concrete_powder"
 818          minPos: [-8, 1, 25]
 819          maxPos: [22, 21, 25]
 820      spawn_team7:
 821        world: "BattleBox-StoreBeta"
 822        instance: 4
 823        x: -10.5
 824        y: 1
 825        z: 9.5
 826        yaw: -90
 827        paint1:
 828          find: "gray_stained_glass_pane"
 829          place: "_stained_glass_pane"
 830          minPos: [-9, 16, 3]
 831          maxPos: [-9, 20, 15]
 832        paint2:
 833          find: "gray_stained_glass_pane"
 834          place: "_stained_glass_pane"
 835          minPos: [-9, 1, 7]
 836          maxPos: [-9, 3, 11]
 837        paint3:
 838          find: "gray_concrete"
 839          place: "_concrete"
 840          minPos: [-15, 16, 2]
 841          maxPos: [-9, 21, 16]
 842        paint4:
 843          find: "gray_concrete"
 844          place: "_concrete"
 845          minPos: [-13, 0, 6]
 846          maxPos: [-9, 4, 12]
 847        paint5:
 848          find: "gray_concrete_powder"
 849          place: "_concrete_powder"
 850          minPos: [-9, 1, -8]
 851          maxPos: [-9, 21, 24]
 852        # Paint other team's spawn
 853        paint6:
 854          find: "gray_concrete"
 855          place: "_concrete"
 856          minPos: [23, 19, 8]
 857          maxPos: [28, 21, 10]
 858        # Paint sides
 859        paint7:
 860          find: "gray_concrete_powder"
 861          place: "_concrete_powder"
 862          minPos: [-8, 1, -7]
 863          maxPos: [22, 21, -7]
 864        paint8:
 865          find: "gray_concrete_powder"
 866          place: "_concrete_powder"
 867          minPos: [-8, 1, 25]
 868          maxPos: [22, 21, 25]
 869      spawn_team8:
 870        world: "BattleBox-StoreBeta"
 871        instance: 4
 872        x: 25.5
 873        y: 1
 874        z: 9.5
 875        yaw: 90
 876        paint1:
 877          find: "light_gray_stained_glass_pane"
 878          place: "_stained_glass_pane"
 879          minPos: [23, 16, 3]
 880          maxPos: [23, 20, 15]
 881        paint2:
 882          find: "light_gray_stained_glass_pane"
 883          place: "_stained_glass_pane"
 884          minPos: [23, 1, 7]
 885          maxPos: [23, 3, 11]
 886        paint3:
 887          find: "light_gray_concrete"
 888          place: "_concrete"
 889          minPos: [23, 15, 2]
 890          maxPos: [29, 20, 16]
 891        paint4:
 892          find: "light_gray_concrete"
 893          place: "_concrete"
 894          minPos: [23, 0, 6]
 895          maxPos: [27, 4, 12]
 896        paint5:
 897          find: "light_gray_concrete_powder"
 898          place: "_concrete_powder"
 899          minPos: [23, 1, -8]
 900          maxPos: [23, 21, 24]
 901        # Paint other team's spawn
 902        paint6:
 903          find: "light_gray_concrete"
 904          place: "_concrete"
 905          minPos: [-14, 19, 8]
 906          maxPos: [-9, 21, 10]
 907        # Paint sides
 908        paint7:
 909          find: "light_gray_concrete_powder"
 910          place: "_concrete_powder"
 911          minPos: [-8, 1, -7]
 912          maxPos: [22, 21, -7]
 913        paint8:
 914          find: "light_gray_concrete_powder"
 915          place: "_concrete_powder"
 916          minPos: [-8, 1, 25]
 917          maxPos: [22, 21, 25]
 918  survivalgames:
 919    maps: ["castlewalls"]
 920    map_tranqbase:
 921      title: "Tranquility Base"
 922      gimmicks: ["moongravity"]
 923      nopersist: true
 924      spawn_default:
 925        world: "SG-TranqBase"
 926        x: 2
 927        y: 4
 928        z: 12
 929        pitch: 28
 930        yaw: -128
 931      spawn_team1:
 932        world: "SG-TranqBase"
 933        x: 7.5
 934        y: 1
 935        z: 1.5
 936        yaw: 0
 937        paint1:
 938          find: "GRAY_CONCRETE"
 939          place: "_concrete"
 940          minPos: [6, 0, 0]
 941          maxPos: [8, 0, 2]
 942      spawn_team2:
 943        world: "SG-TranqBase"
 944        x: 7.5
 945        y: 1
 946        z: 15.5
 947        yaw: -180
 948        paint1:
 949          find: "GRAY_CONCRETE"
 950          place: "_concrete"
 951          minPos: [6, 0, 14]
 952          maxPos: [8, 0, 16]
 953      spawn_team3:
 954        world: "SG-TranqBase"
 955        x: 14.5
 956        y: 1
 957        z: 8.5
 958        yaw: 90
 959        paint1:
 960          find: "GRAY_CONCRETE"
 961          place: "_concrete"
 962          minPos: [13, 0, 7]
 963          maxPos: [15, 0, 9]
 964      spawn_team4:
 965        world: "SG-TranqBase"
 966        x: 0.5
 967        y: 1
 968        z: 8.5
 969        yaw: 0
 970        paint1:
 971          find: "GRAY_CONCRETE"
 972          place: "_concrete"
 973          minPos: [-1, 0, 7]
 974          maxPos: [1, 0, 9]
 975      spawn_team5:
 976        world: "SG-TranqBase"
 977        x: 1.5
 978        y: 1
 979        z: 14.5
 980        yaw: -135
 981        paint1:
 982          find: "GRAY_CONCRETE"
 983          place: "_concrete"
 984          minPos: [0, 0, 13]
 985          maxPos: [2, 0, 15]
 986      spawn_team6:
 987        world: "SG-TranqBase"
 988        x: 13.5
 989        y: 1
 990        z: 2.5
 991        yaw: 45
 992        paint1:
 993          find: "GRAY_CONCRETE"
 994          place: "_concrete"
 995          minPos: [12, 0, 1]
 996          maxPos: [14, 0, 3]
 997      spawn_team7:
 998        world: "SG-TranqBase"
 999        x: 13.5
1000        y: 1
1001        z: 14.5
1002        yaw: 135
1003        paint1:
1004          find: "GRAY_CONCRETE"
1005          place: "_concrete"
1006          minPos: [12, 0, 13]
1007          maxPos: [14, 0, 15]
1008      spawn_team8:
1009        world: "SG-TranqBase"
1010        x: 1.5
1011        y: 1
1012        z: 2.5
1013        yaw: -45
1014        paint1:
1015          find: "GRAY_CONCRETE"
1016          place: "_concrete"
1017          minPos: [0, 0, 1]
1018          maxPos: [2, 0, 3]
1019    map_castlewalls:
1020      title: "Castle Walls"
1021      gimmicks: []
1022      nopersist: true
1023      spawn_default:
1024        world: "SG-CastleWalls"
1025        x: 0
1026        y: 10
1027        z: 0
1028      spawn_team1:
1029        world: "SG-CastleWalls"
1030        x: 0
1031        y: 0
1032        z: 8
1033        yaw: 180
1034        paint1:
1035          find: "GRAY_CONCRETE"
1036          place: "_concrete"
1037          minPos: [0, -1, 8]
1038          maxPos: [0, -1, 8]
1039      spawn_team2:
1040        world: "SG-CastleWalls"
1041        x: 0
1042        y: 0
1043        z: -8
1044        yaw: 0
1045        paint1:
1046          find: "GRAY_CONCRETE"
1047          place: "_concrete"
1048          minPos: [0, -1, -8]
1049          maxPos: [0, -1, -8]
1050      spawn_team3:
1051        world: "SG-CastleWalls"
1052        x: -10
1053        y: 0
1054        z: 0
1055        yaw: -90
1056        paint1:
1057          find: "GRAY_CONCRETE"
1058          place: "_concrete"
1059          minPos: [-10, -1, 0]
1060          maxPos: [-10, -1, 0]
1061      spawn_team4:
1062        world: "SG-CastleWalls"
1063        x: 10
1064        y: 0
1065        z: 0
1066        yaw: 90
1067        paint1:
1068          find: "GRAY_CONCRETE"
1069          place: "_concrete"
1070          minPos: [10, -1, 0]
1071          maxPos: [10, -1, 0]
1072      spawn_team5:
1073        world: "SG-CastleWalls"
1074        x: -7
1075        y: 0
1076        z: 7
1077        yaw: -135
1078        paint1:
1079          find: "GRAY_CONCRETE"
1080          place: "_concrete"
1081          minPos: [-7, -1, 7]
1082          maxPos: [-7, -1, 7]
1083      spawn_team6:
1084        world: "SG-CastleWalls"
1085        x: 7
1086        y: 0
1087        z: -7
1088        yaw: 45
1089        paint1:
1090          find: "GRAY_CONCRETE"
1091          place: "_concrete"
1092          minPos: [7, -1, -7]
1093          maxPos: [7, -1, -7]
1094      spawn_team7:
1095        world: "SG-CastleWalls"
1096        x: 7
1097        y: 0
1098        z: 7
1099        yaw: 135
1100        paint1:
1101          find: "GRAY_CONCRETE"
1102          place: "_concrete"
1103          minPos: [7, -1, 7]
1104          maxPos: [7, -1, 7]
1105      spawn_team8:
1106        world: "SG-CastleWalls"
1107        x: -7
1108        y: 0
1109        z: -7
1110        yaw: -45
1111        paint1:
1112          find: "GRAY_CONCRETE"
1113          place: "_concrete"
1114          minPos: [-7, -1, -7]
1115          maxPos: [-7, -1, -7]
1116  tgttos:
1117    maps: ["testmap", "pridemonth", "spleef"] # ["boomtown", "pridemonth", "glide", "acerace", "moonbounce", "spleef"]
1118    map_testmap:
1119      title: "TestMap123_xX"
1120      gimmicks: ["tgttos-item-default"]
1121      nopersist: true
1122      spawn_default:
1123        world: "SandsOfTime-void"
1124        x: 21
1125        y: 1
1126        z: 21
1127        yaw: 135
1128    map_boomtown:
1129      title: "Boom Town"
1130      gimmicks: ["tgttos-item-munitionsfactory", "weaktnt"]
1131      nopersist: true
1132      spawn_default:
1133        world: "TGTTOS-boom"
1134        x: 0
1135        y: 1
1136        z: 0
1137      spawn_team1:
1138        world: "TGTTOS-boom"
1139        x: -1
1140        y: 1
1141        z: 0
1142        paint1:
1143          find: "GRAY_CONCRETE"
1144          place: "_concrete"
1145          minPos: [-2, 0, -1]
1146          maxPos: [-1, 0, 0]
1147      spawn_team2:
1148        world: "TGTTOS-boom"
1149        x: 1
1150        y: 1
1151        z: 0
1152        paint1:
1153          find: "LIGHT_GRAY_CONCRETE"
1154          place: "_concrete"
1155          minPos: [0, 0, -1]
1156          maxPos: [1, 0, 0]
1157      spawn_team3:
1158        world: "TGTTOS-boom"
1159        x: 7
1160        y: 1
1161        z: 0
1162        paint1:
1163          find: "GRAY_CONCRETE"
1164          place: "_concrete"
1165          minPos: [6, 0, -1]
1166          maxPos: [7, 0, 0]
1167      spawn_team4:
1168        world: "TGTTOS-boom"
1169        x: -7
1170        y: 1
1171        z: 0
1172        paint1:
1173          find: "LIGHT_GRAY_CONCRETE"
1174          place: "_concrete"
1175          minPos: [-8, 0, -1]
1176          maxPos: [-7, 0, 0]
1177      spawn_team5:
1178        world: "TGTTOS-boom"
1179        x: -5
1180        y: 1
1181        z: 0
1182        paint1:
1183          find: "GRAY_CONCRETE"
1184          place: "_concrete"
1185          minPos: [-6, 0, -1]
1186          maxPos: [-5, 0, 0]
1187      spawn_team6:
1188        world: "TGTTOS-boom"
1189        x: 5
1190        y: 1
1191        z: 0
1192        paint1:
1193          find: "LIGHT_GRAY_CONCRETE"
1194          place: "_concrete"
1195          minPos: [4, 0, -1]
1196          maxPos: [5, 0, 0]
1197      spawn_team7:
1198        world: "TGTTOS-boom"
1199        x: 3
1200        y: 1
1201        z: 0
1202        paint1:
1203          find: "GRAY_CONCRETE"
1204          place: "_concrete"
1205          minPos: [2, 0, -1]
1206          maxPos: [3, 0, 0]
1207      spawn_team8:
1208        world: "TGTTOS-boom"
1209        x: -3
1210        y: 1
1211        z: 0
1212        paint1:
1213          find: "LIGHT_GRAY_CONCRETE"
1214          place: "_concrete"
1215          minPos: [-4, 0, -1]
1216          maxPos: [-3, 0, 0]
1217    map_pridemonth:
1218      title: "Pride Month"
1219      gimmicks: ["tgttos-item-pride", "tgttos-item-transfirework", "death-y-20"]
1220      nopersist: true
1221      spawn_default:
1222        world: "TGTTOS-pride"
1223        x: 0
1224        y: 1
1225        z: 0
1226      spawn_team1:
1227        world: "TGTTOS-pride"
1228        x: -1
1229        y: 1
1230        z: 0
1231        paint1:
1232          find: "GRAY_CONCRETE"
1233          place: "_concrete"
1234          minPos: [-2, 0, -1]
1235          maxPos: [-1, 0, 0]
1236      spawn_team2:
1237        world: "TGTTOS-pride"
1238        x: 1
1239        y: 1
1240        z: 0
1241        paint1:
1242          find: "LIGHT_GRAY_CONCRETE"
1243          place: "_concrete"
1244          minPos: [0, 0, -1]
1245          maxPos: [1, 0, 0]
1246      spawn_team3:
1247        world: "TGTTOS-pride"
1248        x: 7
1249        y: 1
1250        z: 0
1251        paint1:
1252          find: "GRAY_CONCRETE"
1253          place: "_concrete"
1254          minPos: [6, 0, -1]
1255          maxPos: [7, 0, 0]
1256      spawn_team4:
1257        world: "TGTTOS-pride"
1258        x: -7
1259        y: 1
1260        z: 0
1261        paint1:
1262          find: "LIGHT_GRAY_CONCRETE"
1263          place: "_concrete"
1264          minPos: [-8, 0, -1]
1265          maxPos: [-7, 0, 0]
1266      spawn_team5:
1267        world: "TGTTOS-pride"
1268        x: -5
1269        y: 1
1270        z: 0
1271        paint1:
1272          find: "GRAY_CONCRETE"
1273          place: "_concrete"
1274          minPos: [-6, 0, -1]
1275          maxPos: [-5, 0, 0]
1276      spawn_team6:
1277        world: "TGTTOS-pride"
1278        x: 5
1279        y: 1
1280        z: 0
1281        paint1:
1282          find: "LIGHT_GRAY_CONCRETE"
1283          place: "_concrete"
1284          minPos: [4, 0, -1]
1285          maxPos: [5, 0, 0]
1286      spawn_team7:
1287        world: "TGTTOS-pride"
1288        x: 3
1289        y: 1
1290        z: 0
1291        paint1:
1292          find: "GRAY_CONCRETE"
1293          place: "_concrete"
1294          minPos: [2, 0, -1]
1295          maxPos: [3, 0, 0]
1296      spawn_team8:
1297        world: "TGTTOS-pride"
1298        x: -3
1299        y: 1
1300        z: 0
1301        paint1:
1302          find: "LIGHT_GRAY_CONCRETE"
1303          place: "_concrete"
1304          minPos: [-4, 0, -1]
1305          maxPos: [-3, 0, 0]
1306    map_glide:
1307      title: "Glide"
1308      gimmicks: ["tgttos-elytracourse", "tgttos-music-tsf"]
1309      nopersist: true
1310      spawn_default: # TODO
1311        world: "TGTTOS-glide"
1312        x: 0
1313        y: 1
1314        z: 0
1315    map_acerace:
1316      title: "Ace Race..?"
1317      gimmicks: ["tgttos-item-default", "tgttos-item-fakeaceracetrident"]
1318      nopersist: true
1319      spawn_default: # TODO
1320        world: "TGTTOS-acerace"
1321        x: 0
1322        y: 1
1323        z: 0
1324    map_moonbounce:
1325      title: "Moon Bounce"
1326      gimmicks: ["tgttos-item-slime", "moongravity"]
1327      nopersist: true
1328      spawn_default: # TODO
1329        world: "TGTTOS-moon"
1330        x: 0
1331        y: 1
1332        z: 0
1333    map_spleef:
1334      title: "Spleef"
1335      gimmicks: ["tgttos-item-spleefspade", "tgttos-spleef", "death-y-5"]
1336      nopersist: true
1337      spawn_default:
1338        world: "TGTTOS-spleef"
1339        x: 0
1340        y: 1
1341        z: 0
1342      spawn_team1:
1343        world: "TGTTOS-spleef"
1344        x: -1
1345        y: 1
1346        z: 0
1347        paint1:
1348          find: "GRAY_CONCRETE"
1349          place: "_concrete"
1350          minPos: [-2, 0, -1]
1351          maxPos: [-1, 0, 0]
1352      spawn_team2:
1353        world: "TGTTOS-spleef"
1354        x: 1
1355        y: 1
1356        z: 0
1357        paint1:
1358          find: "LIGHT_GRAY_CONCRETE"
1359          place: "_concrete"
1360          minPos: [0, 0, -1]
1361          maxPos: [1, 0, 0]
1362      spawn_team3:
1363        world: "TGTTOS-spleef"
1364        x: 7
1365        y: 1
1366        z: 0
1367        paint1:
1368          find: "GRAY_CONCRETE"
1369          place: "_concrete"
1370          minPos: [6, 0, -1]
1371          maxPos: [7, 0, 0]
1372      spawn_team4:
1373        world: "TGTTOS-spleef"
1374        x: -7
1375        y: 1
1376        z: 0
1377        paint1:
1378          find: "LIGHT_GRAY_CONCRETE"
1379          place: "_concrete"
1380          minPos: [-8, 0, -1]
1381          maxPos: [-7, 0, 0]
1382      spawn_team5:
1383        world: "TGTTOS-spleef"
1384        x: -5
1385        y: 1
1386        z: 0
1387        paint1:
1388          find: "GRAY_CONCRETE"
1389          place: "_concrete"
1390          minPos: [-6, 0, -1]
1391          maxPos: [-5, 0, 0]
1392      spawn_team6:
1393        world: "TGTTOS-spleef"
1394        x: 5
1395        y: 1
1396        z: 0
1397        paint1:
1398          find: "LIGHT_GRAY_CONCRETE"
1399          place: "_concrete"
1400          minPos: [4, 0, -1]
1401          maxPos: [5, 0, 0]
1402      spawn_team7:
1403        world: "TGTTOS-spleef"
1404        x: 3
1405        y: 1
1406        z: 0
1407        paint1:
1408          find: "GRAY_CONCRETE"
1409          place: "_concrete"
1410          minPos: [2, 0, -1]
1411          maxPos: [3, 0, 0]
1412      spawn_team8:
1413        world: "TGTTOS-spleef"
1414        x: -3
1415        y: 1
1416        z: 0
1417        paint1:
1418          find: "LIGHT_GRAY_CONCRETE"
1419          place: "_concrete"
1420          minPos: [-4, 0, -1]
1421          maxPos: [-3, 0, 0]
1422  holeinthewall:
1423    maps: ["tree"]
1424    map_testmap:
1425      title: "Test Map!"
1426      nopersist: true
1427      spawn_default:
1428        world: "DodgeBolt"
1429    map_testmap2:
1430      title: "Test Map 2!"
1431      nopersist: true
1432      spawn_default:
1433        world: "HITW-test"
1434        x: 0
1435        y: 11
1436        z: 0
1437        pitch: 90
1438      spawn_team1:
1439        world: "HITW-test"
1440        x: 0
1441        y: 1
1442        z: 0
1443      spawn_team2:
1444        world: "HITW-test"
1445        x: 0
1446        y: 1
1447        z: 0
1448      spawn_team3:
1449        world: "HITW-test"
1450        x: 0
1451        y: 1
1452        z: 0
1453      spawn_team4:
1454        world: "HITW-test"
1455        x: 0
1456        y: 1
1457        z: 0
1458      spawn_team5:
1459        world: "HITW-test"
1460        x: 0
1461        y: 1
1462        z: 0
1463      spawn_team6:
1464        world: "HITW-test"
1465        x: 0
1466        y: 1
1467        z: 0
1468      spawn_team7:
1469        world: "HITW-test"
1470        x: 0
1471        y: 1
1472        z: 0
1473      spawn_team8:
1474        world: "HITW-test"
1475        x: 0
1476        y: 1
1477        z: 0
1478    map_tree:
1479      title: "Treetops"
1480      nopersist: true
1481      spawn_default:
1482        world: "HITW-tree"
1483        x: 0
1484        y: 11
1485        z: 0
1486        pitch: 90
1487      spawn_team1:
1488        world: "HITW-tree"
1489        x: 0
1490        y: 1
1491        z: 0
1492      spawn_team2:
1493        world: "HITW-tree"
1494        x: 0
1495        y: 1
1496        z: 0
1497      spawn_team3:
1498        world: "HITW-tree"
1499        x: 0
1500        y: 1
1501        z: 0
1502      spawn_team4:
1503        world: "HITW-tree"
1504        x: 0
1505        y: 1
1506        z: 0
1507      spawn_team5:
1508        world: "HITW-tree"
1509        x: 0
1510        y: 1
1511        z: 0
1512      spawn_team6:
1513        world: "HITW-tree"
1514        x: 0
1515        y: 1
1516        z: 0
1517      spawn_team7:
1518        world: "HITW-tree"
1519        x: 0
1520        y: 1
1521        z: 0
1522      spawn_team8:
1523        world: "HITW-tree"
1524        x: 0
1525        y: 1
1526        z: 0
1527  rocketspleefrush:
1528    maps: ["testmap", "squares"]
1529    map_testmap:
1530      title: "Test Map!"
1531      nopersist: true
1532      spawn_default:
1533        world: "DecisionDome"
1534        x: 0
1535        y: 17
1536        z: 0
1537    map_squares:
1538      title: "Squares"
1539      nopersist: true
1540      spawn_default:
1541        world: "RSR-squares"
1542        x: 0
1543        y: 1
1544        z: 0
1545  buildmart:
1546    maps: ["buildmart"]
1547    map_buildmart:
1548      title: "Build Mart"
1549      nopersist: true
1550      spawn_default:
1551        world: "BuildMart"
1552        x: 0
1553        y: 15
1554        z: 17
1555        yaw: 180
1556        pitch: 35
1557      spawn_team1:
1558        world: "BuildMart"
1559        x: -44
1560        y: -60
1561        z: -99
1562        yaw: 180
1563      spawn_team2:
1564        world: "BuildMart"
1565        x: -44
1566        y: -60
1567        z: -35
1568        yaw: 180
1569      spawn_team3:
1570        world: "BuildMart"
1571        x: -44
1572        y: -60
1573        z: 29
1574        yaw: 180
1575      spawn_team4:
1576        world: "BuildMart"
1577        x: -44
1578        y: -60
1579        z: 93
1580        yaw: 180
1581      spawn_team5:
1582        world: "BuildMart"
1583        x: 84
1584        y: -60
1585        z: -99
1586        yaw: 180
1587      spawn_team6:
1588        world: "BuildMart"
1589        x: 84
1590        y: -60
1591        z: -35
1592        yaw: 180
1593      spawn_team7:
1594        world: "BuildMart"
1595        x: 84
1596        y: -60
1597        z: 29
1598        yaw: 180
1599      spawn_team8:
1600        world: "BuildMart"
1601        x: 84
1602        y: -60
1603        z: 93
1604        yaw: 180