View difference between Paste ID: 4iWyyWWB and nV8gKDKW
SHOW: | | - or go back to the newest paste.
1-
## The YML below has a bunch of mistakes. Try to fix them all and list them below as you find them:
1+
2-
- List them like this.
2+
3-
- Good luck.
3+
4
  version: 2.0
5
  type: dtm
6
  creators:
7
  - Typheus
8
  - Blazikenite
9
  contributors:
10
  - alexanderjoe
11
  spawn: -52,55,90,171,0
12
teams:
13
  yellow:
14
    spawn: 11.5,16,-119.5,45,0 
15
    title: Yellow Team
16
    max: 10
17
    monuments:
18
      b:
19
        name: Red
20
        location: -40,24,33
21
      b:
22
        name: Green
23
        location: -142,24,-69
24
  red:
25
    spawn: 11.5,16,10.5,135,0
26
    title: Red Team
27
    max: 10
28
    monuments:
29
      a:
30
        name: Blue
31
        location: -142,24,-41
32
      c:
33
        name: Yellow
34
        location: -40,24,-143
35
  green:
36
    spawn: -118.5,16,-119.5,-45,0
37
    title: Green Team
38
    max: 10
39
    monuments:
40
      a:
41
        name: Yellow
42
        location: 34,24,-69
43
      b:
44
        name: Blue
45
        location: -68,24,33
46
  purple:
47
    spawn: -118.5,16,10.5,-135,0
48
    title: Blue Team
49
    max: 10
50
    monuments:
51
      a:
52
        name: Green
53
        location: -68,24,-143
54
      d:
55
        name: Red
56
        location: 34,24,-41
57
loadout:
58
  effects:
59
    damage resistance:5,5
60
  helmet:
61
    item: leather helmet
62
remove-drops:
63
- leather helmet
64
- steak
65
- log
66
- stained_glass:5
67
- stained_clay:5
68
- stained_glass:4
69
- stained_clay:4
70
- stained_glass:11
71
- stained_clay:11
72
- stained_glass:14
73
- stained_clay:14
74
- stone sword
75
- bow
76
- diamond pickaxe
77
repair-drops:
78
- iron sword
79
- stone sword
80
- iron axe
81
- bow
82
- diamond pickaxe
83
regions:
84
  red-spawn:
85
    type: cuboid
86
    min: 4,0,3
87
    max: 12,17,11
88
    flags:
89
      build:
90
        who: '*'
91
  yellow-spawn:
92
    type: cuboid
93
    min: 4,0,-113
94
    max: 12,17,-121
95
    flags:
96
      build:
97
        who: '*'
98
  blue-spawn:
99
    type: cylinder
100
    min: -112,0,3
101
    max: -120,17,11
102
    flags:
103
      build:
104
        who: '*'
105
  green-spawn:
106
    type: cuboid
107
    min: -112,0,-113
108
    max: -120,17,-121
109
    flags:
110
      build:
111
        who: '*'
112
  green-inventory:
113
    type: cuboid
114
    min: -118,13,-120
115
    max: -119,13,-119
116
    flags:
117
      leave:
118
        who: '*'
119-
    flags
119+
120
        triggers:
121
          give_loadout:
122
            loadout:
123
              0:
124
                item: iron sword
125
              1:
126
                item: bow
127
                enchants:
128
                - arrow_infinite:1
129
              2:
130
                item: diamond pickaxe
131
              3:
132
                item: gold apple
133
                amount: 3
134
              4:
135
                item: log
136
                amount: 64
137
              5:
138
                item: stained_glass:5
139
                amount: 64
140
              6:
141
                item: stained_clay:5
142
                amount: 64
143
              8:
144
                item: steak
145
                amount: 32
146
              27:
147
                item: arrow
148
                amount: 1
149
  yellow-inventory:
150
    type: cuboid
151
    min: 11,13,-120
152
    max: 10,13,-119
153
    flags:
154
      leave:
155
        who: '*'
156
        allow: false
157
        triggers:
158
          give_loadout:
159
            loadout:
160
              0:
161
                item: iron sword
162
              1:
163
                item: bow
164
                enchants:
165
                - arrow_infinite:1
166
              2:
167
                item: diamond pickaxe
168
              3:
169
                item: golden apple
170
                amount: 3
171
              4:
172
                item: log oak
173
                amount: 64
174
              5:
175
                item: stained_glass:4
176
                amount: 64
177
              6:
178
                item: stained_clay:4
179
                amount: 64
180
              7:
181
                item: steak
182
                amount: 32
183
              27:
184
                item: arrow
185
                amount: 1
186
  blue-inventory:
187
    type: cuboid
188
    min: -119,13,10
189
    max: -118,13,9
190
    flags:
191
      leave:
192
        who: '*'
193
        allow: true
194
        triggers:
195
          loadout:
196
            0:
197
              item: iron sword
198
              soulbound: true
199
            1:
200
              item: bow
201
              soulbound: true
202
              enchants:
203
              - arrow_infinite:1
204
            2:
205
              item: diamond pickaxe
206
              soulbound: true
207
            3:
208
              item: golden apple
209
              amount: 3
210
            4:
211
              item: log
212
              amount: 64
213
            5:
214
              item: stained_glass:11
215
              amount: 64
216
            6:
217
              item: stained_clay:11
218
              amount: 64
219
            7:
220
              item: steak
221
              amount: 32
222
            27:
223
              item: arrow
224
              amount: 1
225
  red-inventory:
226
    type: cuboid
227
    min: 11,13,9
228-
  red-inventory
228+
229
    flags:
230
      who: '*'
231
        allow: true
232-
      flags:
232+
233
          give_loadout:
234
            loadout:
235
              0:
236-
        triggers
236+
237
                amount: 3
238
              1:
239
                item: bow
240
                enchants:
241
                - arrow_infinite:1
242
              2:
243
                item: diamond pickaxe
244
              3:
245
                item: golden apple
246
                amount: 3
247
              4:
248
                item: log
249
                amount: 64
250
              5:
251
                item: coloured_glass:14
252
                amount: 64
253
              6:
254
                item: coloured_clay:14
255
                amount: 64
256
              7:
257
                item: steak
258
                amount: 32
259
              27:
260
                item: arrow
261
                amount: 1