/ config / battlebox.yml
battlebox.yml
  1  castlegates:
  2    woolbox1: [6, 1, 5]
  3    woolbox2: [7, 1, 5]
  4    woolbox3: [8, 1, 5]
  5    woolbox4: [6, 1, 6]
  6    woolbox5: [7, 1, 6]
  7    woolbox6: [8, 1, 6]
  8    woolbox7: [6, 1, 7]
  9    woolbox8: [7, 1, 7]
 10    woolbox9: [8, 1, 7]
 11  
 12    team1:
 13      x: -19.5
 14      y: 6
 15      z: 7.5
 16      yaw: -90
 17      
 18      barrier: [-18, 1, 5, -18, 3, 9]
 19      
 20      button1:
 21        x: -23
 22        y: 7
 23        z: 10
 24        item: "crossbow"
 25        bg: [-24, 10, 6, 9]
 26      button2:
 27        x: -23
 28        y: 7
 29        z: 8
 30        item: "2x_tnt"
 31        bg: [-24, 8, 6, 9]
 32      button3:
 33        x: -23
 34        y: 7
 35        z: 6
 36        item: "2x_epearl"
 37        bg: [-24, 6, 6, 9]
 38      button4:
 39        x: -23
 40        y: 7
 41        z: 4
 42        item: "2x_harming_I"
 43        bg: [-24, 4, 6, 9]
 44    team2:
 45      x: 34.5
 46      y: 6
 47      z: 6.5
 48      yaw: 90
 49      
 50      barrier: [32, 1, 4, 32, 3, 8]
 51      
 52      button1:
 53        x: 37
 54        y: 7
 55        z: 3
 56        item: "crossbow"
 57        bg: [38, 3, 6, 9]
 58      button2:
 59        x: 37
 60        y: 7
 61        z: 5
 62        item: "2x_tnt"
 63        bg: [38, 5, 6, 9]
 64      button3:
 65        x: 37
 66        y: 7
 67        z: 7
 68        item: "2x_epearl"
 69        bg: [38, 7, 6, 9]
 70      button4:
 71        x: 37
 72        y: 7
 73        z: 9
 74        item: "2x_harming_I"
 75        bg: [38, 9, 6, 9]
 76  storeroombeta:
 77    woolbox1: [6, 1, 8]
 78    woolbox2: [6, 1, 9]
 79    woolbox3: [6, 1, 10]
 80    woolbox4: [7, 1, 8]
 81    woolbox5: [7, 1, 9]
 82    woolbox6: [7, 1, 10]
 83    woolbox7: [8, 1, 8]
 84    woolbox8: [8, 1, 9]
 85    woolbox9: [8, 1, 10]
 86  
 87    team1:
 88      x: -10.5
 89      y: 17
 90      z: 9.5
 91      yaw: -90
 92      
 93      barrier: [-9, 1, 7, -9, 3, 11]
 94      
 95      button1:
 96        x: -14
 97        y: 18
 98        z: 12
 99        item: "2x_epearl"
100        bg: [-15, 12, 17, 20]
101      button2:
102        x: -14
103        y: 18
104        z: 10
105        item: "2x_harming_I"
106        bg: [-15, 10, 17, 20]
107      button3:
108        x: -14
109        y: 18
110        z: 8
111        item: "lingering_healing"
112        bg: [-15, 8, 17, 20]
113      button4:
114        x: -14
115        y: 18
116        z: 6
117        item: "cobweb"
118        bg: [-15, 6, 17, 20]
119    team2:
120      x: 25.5
121      y: 17
122      z: 9.5
123      yaw: 90
124      
125      barrier: [23, 1, 7, 23, 3, 11]
126      
127      button1:
128        x: 28
129        y: 17
130        z: 6
131        item: "2x_epearl"
132        bg: [29, 6, 16, 19]
133      button2:
134        x: 28
135        y: 17
136        z: 8
137        item: "2x_harming_I"
138        bg: [29, 8, 16, 19]
139      button3:
140        x: 28
141        y: 17
142        z: 10
143        item: "lingering_healing"
144        bg: [29, 10, 16, 19]
145      button4:
146        x: 28
147        y: 17
148        z: 12
149        item: "cobweb"
150        bg: [29, 12, 16, 19]