Skip to content

Commit 742bab8

Browse files
committed
feat: sync to 9.7.0
1 parent a04e5cc commit 742bab8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/en/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Here's the list of changes to the documentation between each update. You can vie
4444
### Documentation changes 9.4.1 → 9.7.0
4545
- Updates [Particle data (1.20.5+)](./create-commands/arguments/types/misc/particle-arguments) page with new `Trail` particle information.
4646
- Adds new [`thenNested()`](./create-commands/command-trees#reduce-indentation-with-nested-arguments) method to command trees.
47+
- Adds [tools](./test) for running unit tests on commands.
4748

4849
### 9.4.0 → 9.4.1
4950

docs/en/user-setup/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Controls whether the CommandAPI should generate a `command_registration.json` fi
143143

144144
This is primarily designed to be used by developers. Setting this to `false` will slightly improve command registration performance.
145145

146-
The `command_registration.json` JSON representation of commands is in the same format as Minecraft's [_Data Generators_ Commands report](https://wiki.vg/Data_Generators#Commands_report). The format is Brigadier's command graph - more information about the JSON format can be found [here](https://wiki.vg/Command_Data).
146+
The `command_registration.json` JSON representation of commands is in the same format as Minecraft's [_Data Generators_ Commands report](https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Data_Generators#Commands_report). The format is Brigadier's command graph - more information about the JSON format can be found [here](https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Command_Data).
147147

148148
**Default value**
149149

reference-code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<java.version>21</java.version>
1818
<kotlin.version>2.0.0</kotlin.version>
1919
<paper.version>1.21-R0.1-SNAPSHOT</paper.version>
20-
<commandapi.version>9.6.2-SNAPSHOT</commandapi.version>
20+
<commandapi.version>9.7.0</commandapi.version>
2121

2222
</properties>
2323

0 commit comments

Comments
 (0)