Skip to content

Commit 9e566ed

Browse files
authored
Update versioning note in version.md
Clarified versioning instructions for Minecraft.
1 parent abb66b0 commit 9e566ed

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/requirement/version.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ version: <value>
1414
1515
## Note
1616
17-
* The `<value>` is the major part of the version of Minecraft.
18-
* `1.12.2` will be `12`
19-
* `1.18.2` will be `18`
20-
* `1.8.8` will be `8`
17+
* The `<value>` is the Minecraft version
18+
* You can use the full Minecraft version or just the major part:
19+
- Use `1.12.2` if you want to check for versions above 1.12.2
20+
- Use `12` if you want to check for versions starting with major version `12` (1.12, 1.12.1, and above)
2121

2222
## Example
2323

@@ -37,4 +37,4 @@ test-xp:
3737
version: 13 # Check if the server is at 1.13.X
3838
success-action: "console: xp add {player} 10 points"
3939
fail-action: "console: xp 10 {player}"
40-
```
40+
```

0 commit comments

Comments
 (0)