Skip to content

Commit 8257327

Browse files
authored
Merge pull request #10 from Hugman76/build_rush
Small changes to Build Rush maps
2 parents e9d5f57 + e1fd678 commit 8257327

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

docs/build-rush/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Build Rush is a build memorizing minigame for Minecraft!
77
The goal is to memorize a structure and then rebuild it as fast and as correct as possible.
88

99
!!! info
10-
This tutorial is currently updated for **Build Rush 3.0.x**.
10+
This tutorial is currently updated for **Build Rush 3.0.2**.

docs/build-rush/maps.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ Here are the configuration fields added by Build Rush, on top of the ones added
3636
"map": {
3737
"template": "build_rush:my_map",
3838
"nametag_offset": 5,
39-
"nametag_size": 2.0
39+
"nametag_size": 2.0,
40+
"author": {
41+
"name": "jeb_",
42+
"uuid": "853c80ef-3c37-49fd-aa49-938b674adae6"
43+
}
4044
},
4145
"builds": "#build_rush:generic"
4246
// ...
@@ -45,16 +49,19 @@ Here are the configuration fields added by Build Rush, on top of the ones added
4549

4650
The game type is `build_rush:standard`.
4751

48-
| Field | Description | Required | Defaults to |
49-
|----------------------|---------------------------------------------------------------|----------|-------------|
50-
| `players` | The configuration of number of players. | Yes | |
51-
| `map` | The configuration of the map. | Yes | |
52-
| `map.template` | The map template to use. | Yes | |
53-
| `map.nametag_offset` | The offset of the name tag above the player's plot. | No | 10 |
54-
| `map.nametag_size` | The size of the name tag above the player's plot. | No | 5.0 |
55-
| `builds` | The list of builds to use. Can be a list of builds, or a tag. | Yes | |
52+
| Field | Description | Required | Defaults to |
53+
|----------------------|---------------------------------------------------------------|----------|---------------------|
54+
| `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 |
5663

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.
5865

5966
!!! note
6067
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
8289
}
8390
```
8491
- 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

Comments
 (0)