You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`players`| The configuration of number of players. | Yes ||
55
+
|`map`| The configuration of the map. | Yes ||
56
+
|`map.template`| The map template to use. | Yes ||
57
+
|`map.nametag_offset`| The offset of the name tag above the player's plot. | No | 10 |
58
+
|`map.nametag_size`| The size of the name tag above the player's plot. | No | 5.0 |
59
+
|`map.author`| The author of the map. | No ||
60
+
|`map.author.name`| The name of the author. | Yes ||
61
+
|`map.author.uuid`| The UUID of the author. | No ||
62
+
|`builds`| The list of builds to use. Can be a list of builds, or a tag. | Yes | #build_rush:generic|
56
63
57
-
For the builds list, you can use the `#build_rush:generic` tag that includes most of the available builds.
64
+
The `#build_rush:generic` tag includes most of the available builds.
58
65
59
66
!!! note
60
67
The builds field can contain any builds, even if they are not compatible with the map. Only compatible builds from the entry list will get used.
@@ -82,4 +89,4 @@ If you are contributing to the Build Rush repository, please make sure to follow
82
89
}
83
90
```
84
91
- Your game configuration has an icon.
85
-
- The build list is large enough, to counter the feeling of repetitiveness. Use the `#build_rush:generic` if you don't have enough builds.
92
+
- The build list is large enough, to counter the feeling of repetitiveness. If you don't have enough builds, leave the builds empty for the game to use the `#build_rush:generic` tag.
0 commit comments