/ config / rocketspleefrush.yml
rocketspleefrush.yml
 1  squares:
 2    startarea: [-9, 0, -9, 9, 7, 9]
 3    firstsection: [-21, -20, -21, 21, -10, 21]
 4    
 5    keyframe1:
 6      pos: [25, -20, 25]
 7      delay: 600  # 30 seconds
 8      structures: ["rsr/squares/squares3x3.structure"]
 9    keyframe2:
10      pos: [71, -20, 71]
11      delay: 600  # 30 seconds
12      structures: ["rsr/squares/squares3x3.structure"]
13    keyframe3:
14      pos: [117, -20, 117]
15      delay: 600  # 30 seconds
16      structures: ["rsr/squares/squares3x3.structure"]
17    keyframe4:
18      pos: [163, -20, 163]
19      delay: 600  # 30 seconds
20      structures: ["rsr/squares/squares3x3.structure"]
21    keyframe5:
22      pos: [209, -20, 209]
23      delay: 600  # 30 seconds
24      structures: ["rsr/squares/squares3x3.structure"]
25    keyframe6:
26      pos: [255, -20, 255]
27      delay: 600  # 30 seconds
28      structures: ["rsr/squares/squares3x3.structure"]
29    keyframe7:
30      pos: [301, -20, 301]
31      delay: 600  # 30 seconds
32      structures: ["rsr/squares/squares3x3.structure"]
33  testmap:
34    startarea: [9, 0, 9, -9, 7, -9]
35    firstsection: [21, -20, 21, -21, -10, -21]