/ config / CornerCultMCC2Core / mapman-lobby.yml
mapman-lobby.yml
  1  maps: ["creative"]
  2  map_standard:
  3    world: DecisionDome2
  4    title: "Classic"
  5    bounds: [-48, -48, -126, 64, 128, 64]
  6    spawn_default:
  7      player1: [8.5, 1, -106.5, 0, 0]
  8    spawn_spectator:
  9      player1: [22, 18, -6, 45, 45]
 10    
 11    # Dome
 12    metadata:
 13      votingcircle:
 14        radius:
 15          straight: 8
 16          diagonal: 6
 17        secSizeFromQEdge: [0, 1, 2, 3, 4, 5, 5, 3]
 18    location_vcircle_origin:
 19      coords: [8, 0, 7]
 20    
 21    location_vcircle_box0:
 22      coords: [14, 11, 9]
 23    location_vcircle_box1:
 24      coords: [10, 11, 13]
 25    location_vcircle_box2:
 26      coords: [5, 11, 13]
 27    location_vcircle_box3:
 28      coords: [1, 11, 9]
 29    location_vcircle_box4:
 30      coords: [1, 11, 4]
 31    location_vcircle_box5:
 32      coords: [5, 11, 0]
 33    location_vcircle_box6:
 34      coords: [10, 11, 0]
 35    location_vcircle_box7:
 36      coords: [14, 11, 4]
 37    
 38    # "Straight Line" Booths
 39    spawn_team1:
 40      player1: [9, 8, -9]
 41      player2: [8, 8, -9]
 42      player3: [9, 8, -10]
 43      player4: [8, 8, -10]
 44      paint1:
 45        find: "GRAY_CONCRETE"
 46        min: [5, -10, -13]
 47        max: [11, 13, -7]
 48      paint2:
 49        find: "gray_stained_glass_pane"
 50        min: [5, -2, -13]
 51        max: [11, 13, -7]
 52      paint3:
 53        find: "gray_wool"
 54        min: [5, -2, -13]
 55        max: [11, 13, -7]
 56      paint4:
 57        find: "GRAY_STAINED_GLASS"
 58        min: [5, 12, -13]
 59        max: [11, 13, -7]
 60    bounds_booth1:
 61      min: [5, -2, -13]
 62      max: [11, 13, -7]
 63      metadata:
 64        platformY: 7
 65        waterY: 0
 66        holeY: -2
 67    
 68    spawn_team2:
 69      player1: [8, 8, 24, 180, 0]
 70      player2: [9, 8, 24, 180, 0]
 71      player3: [8, 8, 25, 180, 0]
 72      player4: [9, 8, 25, 180, 0]
 73      paint1:
 74        find: "GRAY_CONCRETE"
 75        min: [5, -10, 21]
 76        max: [11, 12, 27]
 77      paint2:
 78        find: "gray_stained_glass_pane"
 79        min: [5, -2, 21]
 80        max: [11, 12, 27]
 81      paint3:
 82        find: "gray_wool"
 83        min: [5, -2, 21]
 84        max: [11, 12, 27]
 85      paint4:
 86        find: "GRAY_STAINED_GLASS"
 87        min: [5, 12, 21]
 88        max: [11, 12, 27]
 89    bounds_booth2:
 90      min: [5, -2, 21]
 91      max: [11, 12, 27]
 92      metadata:
 93        platformY: 7
 94        waterY: 0
 95        holeY: -2
 96    
 97    # "Middle" booths
 98    spawn_team3:
 99      player1: [23, 8, 2, 70, 0]
100      player2: [24, 8, 2, 70, 0]
101      player3: [23, 8, 3, 70, 0]
102      player4: [24, 8, 3, 70, 0]
103      paint1:
104        find: "GRAY_CONCRETE"
105        min: [20, -10, -1]
106        max: [26, 12, 5]
107      paint2:
108        find: "gray_stained_glass_pane"
109        min: [20, -2, -1]
110        max: [26, 12, 5]
111      paint3:
112        find: "gray_wool"
113        min: [20, -2, -1]
114        max: [26, 12, 5]
115      paint4:
116        find: "GRAY_STAINED_GLASS"
117        min: [20, 12, -1]
118        max: [26, 12, 5]
119    bounds_booth3:
120      min: [20, -2, -1]
121      max: [26, 12, 5]
122      metadata:
123        platformY: 7
124        waterY: 0
125        holeY: -2
126    
127    spawn_team4:
128      player1: [-7, 8, 12, -105, 0]
129      player2: [-6, 8, 12, -105, 0]
130      player3: [-7, 8, 13, -105, 0]
131      player4: [-6, 8, 13, -105, 0]
132      paint1:
133        find: "GRAY_CONCRETE"
134        min: [-10, -10, 9]
135        max: [-4, 12, 15]
136      paint2:
137        find: "gray_stained_glass_pane"
138        min: [-10, -2, 9]
139        max: [-4, 12, 15]
140      paint3:
141        find: "gray_wool"
142        min: [-10, -2, 9]
143        max: [-4, 12, 15]
144      paint4:
145        find: "GRAY_STAINED_GLASS"
146        min: [-10, 12, 9]
147        max: [-4, 12, 15]
148    bounds_booth4:
149      min: [-10, -2, 9]
150      max: [-4, 12, 15]
151      metadata:
152        platformY: 7
153        waterY: 0
154        holeY: -2
155    
156    spawn_team5:
157      player1: [23, 8, 12, 105, 0]
158      player2: [24, 8, 12, 105, 0]
159      player3: [23, 8, 13, 105, 0]
160      player4: [24, 8, 13, 105, 0]
161      paint1:
162        find: "GRAY_CONCRETE"
163        min: [20, -10, 9]
164        max: [26, 12, 15]
165      paint2:
166        find: "gray_stained_glass_pane"
167        min: [20, -2, 9]
168        max: [26, 12, 15]
169      paint3:
170        find: "gray_wool"
171        min: [20, -2, 9]
172        max: [26, 12, 15]
173      paint4:
174        find: "GRAY_STAINED_GLASS"
175        min: [20, 12, 9]
176        max: [26, 12, 15]
177    bounds_booth5:
178      min: [20, -2, 9]
179      max: [26, 12, 15]
180      metadata:
181        platformY: 7
182        waterY: 0
183        holeY: -2
184    
185    spawn_team6:
186      player1: [-7, 8, 2, -60, 0]
187      player2: [-6, 8, 2, -60, 0]
188      player3: [-7, 8, 3, -60, 0]
189      player4: [-6, 8, 3, -60, 0]
190      paint1:
191        find: "GRAY_CONCRETE"
192        min: [-10, -10, -1]
193        max: [-4, 12, 5]
194      paint2:
195        find: "gray_stained_glass_pane"
196        min: [-10, -2, -1]
197        max: [-4, 12, 5]
198      paint3:
199        find: "gray_wool"
200        min: [-10, -2, -1]
201        max: [-4, 12, 5]
202      paint4:
203        find: "GRAY_STAINED_GLASS"
204        min: [-10, 12, -1]
205        max: [-4, 12, 5]
206    bounds_booth6:
207      min: [-10, -2, -1]
208      max: [-4, 12, 5]
209      metadata:
210        platformY: 7
211        waterY: 0
212        holeY: -2
213    
214    # "Corner" booths
215    spawn_team7:
216      player1: [18, 8, -7, 30, 0]
217      player2: [19, 8, -7, 30, 0]
218      player3: [18, 8, -8, 30, 0]
219      player4: [19, 8, -8, 30, 0]
220      paint1:
221        find: "GRAY_CONCRETE"
222        min: [15, -10, -10]
223        max: [21, 12, -4]
224      paint2:
225        find: "gray_stained_glass_pane"
226        min: [15, -2, -10]
227        max: [21, 12, -4]
228      paint3:
229        find: "gray_wool"
230        min: [15, -2, -10]
231        max: [21, 12, -4]
232      paint4:
233        find: "GRAY_STAINED_GLASS"
234        min: [15, 12, -10]
235        max: [21, 12, -4]
236    bounds_booth7:
237      min: [15, -2, -10]
238      max: [21, 12, -4]
239      metadata:
240        platformY: 7
241        waterY: 0
242        holeY: -2
243    
244    spawn_team8:
245      player1: [-2, 8, 21, -150, 0]
246      player2: [-1, 8, 21, -150, 0]
247      player3: [-2, 8, 22, -150, 0]
248      player4: [-1, 8, 22, -150, 0]
249      paint1:
250        find: "GRAY_CONCRETE"
251        min: [-5, -10, 18]
252        max: [1, 12, 24]
253      paint2:
254        find: "gray_stained_glass_pane"
255        min: [-5, -2, 18]
256        max: [1, 12, 24]
257      paint3:
258        find: "gray_wool"
259        min: [-5, -2, 18]
260        max: [1, 12, 24]
261      paint4:
262        find: "GRAY_STAINED_GLASS"
263        min: [-5, 12, 18]
264        max: [1, 12, 24]
265    bounds_booth8:
266      min: [-5, -2, 18]
267      max: [1, 12, 24]
268      metadata:
269        platformY: 7
270        waterY: 0
271        holeY: -2
272    
273    spawn_team9:
274      player1: [-2, 8, -7, -30, 0]
275      player2: [-1, 8, -7, -30, 0]
276      player3: [-2, 8, -6, -30, 0]
277      player4: [-1, 8, -6, -30, 0]
278      paint1:
279        find: "GRAY_CONCRETE"
280        min: [-5, -10, -10]
281        max: [1, 12, -4]
282      paint2:
283        find: "gray_stained_glass_pane"
284        min: [-5, -2, -10]
285        max: [1, 12, -4]
286      paint3:
287        find: "gray_wool"
288        min: [-5, -2, -10]
289        max: [1, 12, -4]
290      paint4:
291        find: "GRAY_STAINED_GLASS"
292        min: [-5, 12, -10]
293        max: [1, 12, -4]
294    bounds_booth9:
295      min: [-5, -2, -10]
296      max: [1, 12, -4]
297      metadata:
298        platformY: 7
299        waterY: 0
300        holeY: -2
301    
302    spawn_team10:
303      player1: [18, 8, 21, 150, 0]
304      player2: [19, 8, 21, 150, 0]
305      player3: [18, 8, 22, 150, 0]
306      player4: [19, 8, 22, 150, 0]
307      paint1:
308        find: "GRAY_CONCRETE"
309        min: [15, -10, 18]
310        max: [21, 12, 24]
311      paint2:
312        find: "gray_stained_glass_pane"
313        min: [15, -2, 18]
314        max: [21, 12, 24]
315      paint3:
316        find: "gray_wool"
317        min: [15, -2, 18]
318        max: [21, 12, 24]
319      paint4:
320        find: "GRAY_STAINED_GLASS"
321        min: [15, 12, 18]
322        max: [21, 12, 24]
323    bounds_booth10:
324      min: [15, -2, 18]
325      max: [21, 12, 24]
326      metadata:
327        platformY: 7
328        waterY: 0
329        holeY: -2
330    
331    # Drawbridge & Gate
332    bounds_drawbridge:
333      min: [11, 14.25, -42]
334      max: [5, 14.25, -42]
335      metadata:
336        direction: [0, -0.25, -1]
337        count: 21
338    bounds_gate:
339      min: [20, 17, -32]
340      max: [-4, 25, -32]
341      metadata:
342        materials:
343          - SMOOTH_STONE
344          - SMOOTH_STONE_SLAB
345          - POLISHED_ANDESITE_STAIRS
346          - POLISHED_ANDESITE
347        toothData: minecraft:smooth_stone_slab[type=top]
348        numLayersToOpen: 7
349    
350    # Team Pillars
351    bounds_teampillar10:
352      min: [16, 1, -91]
353      max: [18, 2, -89]
354    location_teamholo10:
355      coords: [14.5, 2, -89.5]
356    bounds_teampillar9:
357      min: [18, 1, -87]
358      max: [20, 3, -85]
359    location_teamholo9:
360      coords: [16.5, 3, -85.5]
361    bounds_teampillar8:
362      min: [19, 1, -83]
363      max: [21, 4, -81]
364    location_teamholo8:
365      coords: [17.5, 4, -81.5]
366    bounds_teampillar7:
367      min: [20, 1, -79]
368      max: [22, 5, -77]
369    location_teamholo7:
370      coords: [18.5, 5, -77.5]
371    bounds_teampillar6:
372      min: [21, 1, -75]
373      max: [23, 6, -73]
374    location_teamholo6:
375      coords: [19.5, 6, -73.5]
376    bounds_teampillar5:
377      min: [21, 1, -71]
378      max: [23, 7, -69]
379    location_teamholo5:
380      coords: [19.5, 7, -69.5]
381    bounds_teampillar4:
382      min: [20, 1, -67]
383      max: [22, 8, -65]
384    location_teamholo4:
385      coords: [18.5, 8, -65.5]
386    bounds_teampillar3:
387      min: [19, 1, -63]
388      max: [21, 9, -61]
389    location_teamholo3:
390      coords: [17.5, 9, -61.5]
391    bounds_teampillar2:
392      min: [18, 1, -59]
393      max: [20, 10, -57]
394    location_teamholo2:
395      coords: [16.5, 10, -57.5]
396    bounds_teampillar1:
397      min: [17, 1, -55]
398      max: [19, 11, -53]
399    location_teamholo1:
400      coords: [15.5, 11, -53.5]
401    
402    # Fireworks
403    bounds_firework1:
404      min: [34, 6, -46]
405      max: [16, 6, -50]
406    bounds_firework2:
407      min: [0, 6, -50]
408      max: [-18, 6, -46]
409      
410    # Very Big Timer
411    location_timer_m10:
412      coords: [20, 32, -39]
413    location_timer_m1:
414      coords: [11, 32, -39]
415    location_timer_s10:
416      coords: [-1, 32, -39]
417    location_timer_s1:
418      coords: [-10, 32, -39]
419    
420    # Elevator (pick one)
421    # LEFT
422    #bounds_elevator:
423    #  min: [44, 11, 5]
424    #  max: [48, 15, 9]
425    #  
426    #  barrier:
427    #    min: [43, 12, 9]
428    #    max: [43, 15, 5]
429    # RIGHT
430    bounds_elevator:
431      min: [-32, 11, 5]
432      max: [-28, 15, 9]
433      
434      metadata:
435        jokeType: "levitate"
436      
437      barrier:
438        min: [-27, 12, 9]
439        max: [-27, 15, 5]
440  map_creative:
441    world: CCMCC2_spawn
442    title: "Classic (creative)"
443    bounds: [-48, -48, -126, 64, 128, 64]
444    spawn_default:
445      player1: [8.5, 1, -106.5, 0, 0]
446    spawn_spectator:
447      player1: [22, 18, -6, 45, 45]
448    
449    # Dome
450    metadata:
451      creative:
452        enable: true
453        template: standard
454      votingcircle:
455        radius:
456          straight: 8
457          diagonal: 6
458        secSizeFromQEdge: [0, 1, 2, 3, 4, 5, 5, 3]
459    location_vcircle_origin:
460      coords: [8, 0, 7]
461    
462    location_vcircle_box0:
463      coords: [14, 11, 9]
464    location_vcircle_box1:
465      coords: [10, 11, 13]
466    location_vcircle_box2:
467      coords: [5, 11, 13]
468    location_vcircle_box3:
469      coords: [1, 11, 9]
470    location_vcircle_box4:
471      coords: [1, 11, 4]
472    location_vcircle_box5:
473      coords: [5, 11, 0]
474    location_vcircle_box6:
475      coords: [10, 11, 0]
476    location_vcircle_box7:
477      coords: [14, 11, 4]
478    
479    # "Straight Line" Booths
480    spawn_team1:
481      player1: [9, 8, -9]
482      player2: [8, 8, -9]
483      player3: [9, 8, -10]
484      player4: [8, 8, -10]
485      paint1:
486        find: "GRAY_CONCRETE"
487        min: [5, -10, -13]
488        max: [11, 13, -7]
489      paint2:
490        find: "gray_stained_glass_pane"
491        min: [5, -2, -13]
492        max: [11, 13, -7]
493      paint3:
494        find: "gray_wool"
495        min: [5, -2, -13]
496        max: [11, 13, -7]
497      paint4:
498        find: "GRAY_STAINED_GLASS"
499        min: [5, 12, -13]
500        max: [11, 13, -7]
501    bounds_booth1:
502      min: [5, -2, -13]
503      max: [11, 13, -7]
504      metadata:
505        platformY: 7
506        waterY: 0
507        holeY: -2
508    
509    spawn_team2:
510      player1: [8, 8, 24, 180, 0]
511      player2: [9, 8, 24, 180, 0]
512      player3: [8, 8, 25, 180, 0]
513      player4: [9, 8, 25, 180, 0]
514      paint1:
515        find: "GRAY_CONCRETE"
516        min: [5, -10, 21]
517        max: [11, 12, 27]
518      paint2:
519        find: "gray_stained_glass_pane"
520        min: [5, -2, 21]
521        max: [11, 12, 27]
522      paint3:
523        find: "gray_wool"
524        min: [5, -2, 21]
525        max: [11, 12, 27]
526      paint4:
527        find: "GRAY_STAINED_GLASS"
528        min: [5, 12, 21]
529        max: [11, 12, 27]
530    bounds_booth2:
531      min: [5, -2, 21]
532      max: [11, 12, 27]
533      metadata:
534        platformY: 7
535        waterY: 0
536        holeY: -2
537    
538    # "Middle" booths
539    spawn_team3:
540      player1: [23, 8, 2, 70, 0]
541      player2: [24, 8, 2, 70, 0]
542      player3: [23, 8, 3, 70, 0]
543      player4: [24, 8, 3, 70, 0]
544      paint1:
545        find: "GRAY_CONCRETE"
546        min: [20, -10, -1]
547        max: [26, 12, 5]
548      paint2:
549        find: "gray_stained_glass_pane"
550        min: [20, -2, -1]
551        max: [26, 12, 5]
552      paint3:
553        find: "gray_wool"
554        min: [20, -2, -1]
555        max: [26, 12, 5]
556      paint4:
557        find: "GRAY_STAINED_GLASS"
558        min: [20, 12, -1]
559        max: [26, 12, 5]
560    bounds_booth3:
561      min: [20, -2, -1]
562      max: [26, 12, 5]
563      metadata:
564        platformY: 7
565        waterY: 0
566        holeY: -2
567    
568    spawn_team4:
569      player1: [-7, 8, 12, -105, 0]
570      player2: [-6, 8, 12, -105, 0]
571      player3: [-7, 8, 13, -105, 0]
572      player4: [-6, 8, 13, -105, 0]
573      paint1:
574        find: "GRAY_CONCRETE"
575        min: [-10, -10, 9]
576        max: [-4, 12, 15]
577      paint2:
578        find: "gray_stained_glass_pane"
579        min: [-10, -2, 9]
580        max: [-4, 12, 15]
581      paint3:
582        find: "gray_wool"
583        min: [-10, -2, 9]
584        max: [-4, 12, 15]
585      paint4:
586        find: "GRAY_STAINED_GLASS"
587        min: [-10, 12, 9]
588        max: [-4, 12, 15]
589    bounds_booth4:
590      min: [-10, -2, 9]
591      max: [-4, 12, 15]
592      metadata:
593        platformY: 7
594        waterY: 0
595        holeY: -2
596    
597    spawn_team5:
598      player1: [23, 8, 12, 105, 0]
599      player2: [24, 8, 12, 105, 0]
600      player3: [23, 8, 13, 105, 0]
601      player4: [24, 8, 13, 105, 0]
602      paint1:
603        find: "GRAY_CONCRETE"
604        min: [20, -10, 9]
605        max: [26, 12, 15]
606      paint2:
607        find: "gray_stained_glass_pane"
608        min: [20, -2, 9]
609        max: [26, 12, 15]
610      paint3:
611        find: "gray_wool"
612        min: [20, -2, 9]
613        max: [26, 12, 15]
614      paint4:
615        find: "GRAY_STAINED_GLASS"
616        min: [20, 12, 9]
617        max: [26, 12, 15]
618    bounds_booth5:
619      min: [20, -2, 9]
620      max: [26, 12, 15]
621      metadata:
622        platformY: 7
623        waterY: 0
624        holeY: -2
625    
626    spawn_team6:
627      player1: [-7, 8, 2, -60, 0]
628      player2: [-6, 8, 2, -60, 0]
629      player3: [-7, 8, 3, -60, 0]
630      player4: [-6, 8, 3, -60, 0]
631      paint1:
632        find: "GRAY_CONCRETE"
633        min: [-10, -10, -1]
634        max: [-4, 12, 5]
635      paint2:
636        find: "gray_stained_glass_pane"
637        min: [-10, -2, -1]
638        max: [-4, 12, 5]
639      paint3:
640        find: "gray_wool"
641        min: [-10, -2, -1]
642        max: [-4, 12, 5]
643      paint4:
644        find: "GRAY_STAINED_GLASS"
645        min: [-10, 12, -1]
646        max: [-4, 12, 5]
647    bounds_booth6:
648      min: [-10, -2, -1]
649      max: [-4, 12, 5]
650      metadata:
651        platformY: 7
652        waterY: 0
653        holeY: -2
654    
655    # "Corner" booths
656    spawn_team7:
657      player1: [18, 8, -7, 30, 0]
658      player2: [19, 8, -7, 30, 0]
659      player3: [18, 8, -8, 30, 0]
660      player4: [19, 8, -8, 30, 0]
661      paint1:
662        find: "GRAY_CONCRETE"
663        min: [15, -10, -10]
664        max: [21, 12, -4]
665      paint2:
666        find: "gray_stained_glass_pane"
667        min: [15, -2, -10]
668        max: [21, 12, -4]
669      paint3:
670        find: "gray_wool"
671        min: [15, -2, -10]
672        max: [21, 12, -4]
673      paint4:
674        find: "GRAY_STAINED_GLASS"
675        min: [15, 12, -10]
676        max: [21, 12, -4]
677    bounds_booth7:
678      min: [15, -2, -10]
679      max: [21, 12, -4]
680      metadata:
681        platformY: 7
682        waterY: 0
683        holeY: -2
684    
685    spawn_team8:
686      player1: [-2, 8, 21, -150, 0]
687      player2: [-1, 8, 21, -150, 0]
688      player3: [-2, 8, 22, -150, 0]
689      player4: [-1, 8, 22, -150, 0]
690      paint1:
691        find: "GRAY_CONCRETE"
692        min: [-5, -10, 18]
693        max: [1, 12, 24]
694      paint2:
695        find: "gray_stained_glass_pane"
696        min: [-5, -2, 18]
697        max: [1, 12, 24]
698      paint3:
699        find: "gray_wool"
700        min: [-5, -2, 18]
701        max: [1, 12, 24]
702      paint4:
703        find: "GRAY_STAINED_GLASS"
704        min: [-5, 12, 18]
705        max: [1, 12, 24]
706    bounds_booth8:
707      min: [-5, -2, 18]
708      max: [1, 12, 24]
709      metadata:
710        platformY: 7
711        waterY: 0
712        holeY: -2
713    
714    spawn_team9:
715      player1: [-2, 8, -7, -30, 0]
716      player2: [-1, 8, -7, -30, 0]
717      player3: [-2, 8, -6, -30, 0]
718      player4: [-1, 8, -6, -30, 0]
719      paint1:
720        find: "GRAY_CONCRETE"
721        min: [-5, -10, -10]
722        max: [1, 12, -4]
723      paint2:
724        find: "gray_stained_glass_pane"
725        min: [-5, -2, -10]
726        max: [1, 12, -4]
727      paint3:
728        find: "gray_wool"
729        min: [-5, -2, -10]
730        max: [1, 12, -4]
731      paint4:
732        find: "GRAY_STAINED_GLASS"
733        min: [-5, 12, -10]
734        max: [1, 12, -4]
735    bounds_booth9:
736      min: [-5, -2, -10]
737      max: [1, 12, -4]
738      metadata:
739        platformY: 7
740        waterY: 0
741        holeY: -2
742    
743    spawn_team10:
744      player1: [18, 8, 21, 150, 0]
745      player2: [19, 8, 21, 150, 0]
746      player3: [18, 8, 22, 150, 0]
747      player4: [19, 8, 22, 150, 0]
748      paint1:
749        find: "GRAY_CONCRETE"
750        min: [15, -10, 18]
751        max: [21, 12, 24]
752      paint2:
753        find: "gray_stained_glass_pane"
754        min: [15, -2, 18]
755        max: [21, 12, 24]
756      paint3:
757        find: "gray_wool"
758        min: [15, -2, 18]
759        max: [21, 12, 24]
760      paint4:
761        find: "GRAY_STAINED_GLASS"
762        min: [15, 12, 18]
763        max: [21, 12, 24]
764    bounds_booth10:
765      min: [15, -2, 18]
766      max: [21, 12, 24]
767      metadata:
768        platformY: 7
769        waterY: 0
770        holeY: -2
771    
772    # Drawbridge & Gate
773    bounds_drawbridge:
774      min: [11, 14.25, -42]
775      max: [5, 14.25, -42]
776      metadata:
777        direction: [0, -0.25, -1]
778        count: 21
779    bounds_gate:
780      min: [20, 17, -32]
781      max: [-4, 25, -32]
782      metadata:
783        materials:
784          - SMOOTH_STONE
785          - SMOOTH_STONE_SLAB
786          - POLISHED_ANDESITE_STAIRS
787          - POLISHED_ANDESITE
788        toothData: minecraft:smooth_stone_slab[type=top]
789        numLayersToOpen: 7
790    
791    # Team Pillars
792    bounds_teampillar10:
793      min: [16, 1, -91]
794      max: [18, 2, -89]
795    location_teamholo10:
796      coords: [14.5, 2, -89.5]
797    bounds_teampillar9:
798      min: [18, 1, -87]
799      max: [20, 3, -85]
800    location_teamholo9:
801      coords: [16.5, 3, -85.5]
802    bounds_teampillar8:
803      min: [19, 1, -83]
804      max: [21, 4, -81]
805    location_teamholo8:
806      coords: [17.5, 4, -81.5]
807    bounds_teampillar7:
808      min: [20, 1, -79]
809      max: [22, 5, -77]
810    location_teamholo7:
811      coords: [18.5, 5, -77.5]
812    bounds_teampillar6:
813      min: [21, 1, -75]
814      max: [23, 6, -73]
815    location_teamholo6:
816      coords: [19.5, 6, -73.5]
817    bounds_teampillar5:
818      min: [21, 1, -71]
819      max: [23, 7, -69]
820    location_teamholo5:
821      coords: [19.5, 7, -69.5]
822    bounds_teampillar4:
823      min: [20, 1, -67]
824      max: [22, 8, -65]
825    location_teamholo4:
826      coords: [18.5, 8, -65.5]
827    bounds_teampillar3:
828      min: [19, 1, -63]
829      max: [21, 9, -61]
830    location_teamholo3:
831      coords: [17.5, 9, -61.5]
832    bounds_teampillar2:
833      min: [18, 1, -59]
834      max: [20, 10, -57]
835    location_teamholo2:
836      coords: [16.5, 10, -57.5]
837    bounds_teampillar1:
838      min: [17, 1, -55]
839      max: [19, 11, -53]
840    location_teamholo1:
841      coords: [15.5, 11, -53.5]
842    
843    # Fireworks
844    bounds_firework1:
845      min: [34, 6, -46]
846      max: [16, 6, -50]
847    bounds_firework2:
848      min: [0, 6, -50]
849      max: [-18, 6, -46]
850      
851    # Very Big Timer
852    location_timer_m10:
853      coords: [20, 32, -39]
854    location_timer_m1:
855      coords: [11, 32, -39]
856    location_timer_s10:
857      coords: [-1, 32, -39]
858    location_timer_s1:
859      coords: [-10, 32, -39]
860    
861    # Elevator (pick one)
862    # LEFT
863    #bounds_elevator:
864    #  min: [44, 11, 5]
865    #  max: [48, 15, 9]
866    #  
867    #  barrier:
868    #    min: [43, 12, 9]
869    #    max: [43, 15, 5]
870    # RIGHT
871    bounds_elevator:
872      min: [-32, 11, 5]
873      max: [-28, 15, 9]
874      
875      metadata:
876        jokeType: "levitate"
877      
878      barrier:
879        min: [-27, 12, 9]
880        max: [-27, 15, 5]