Skip to content

Commit 38addf1

Browse files
committed
chore: update with latest kyori docs changes
1 parent 9a4aaa6 commit 38addf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/docs/adventure/minimessage/dynamic-replacements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When you want to create your own styling tag you can use the styling placeholder
5050
```java
5151
MiniMessage.miniMessage().deserialize("<my-style>Hello :)</my-style> How are you?",
5252
Placeholder.styling("my-style", ClickEvent.suggestCommand("/say hello"), NamedTextColor.RED, TextDecoration.BOLD));
53-
// will apply a click even, a red text color and bold decoration to the text
53+
// will apply a click event, a red text color and bold decoration to the text
5454
```
5555

5656
This will insert the style with a click event and a red text. Styling placeholders can be used for any style, e.g. colors, text decoration and events.

src/content/docs/adventure/minimessage/format.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ You should get a <lang_or:block.minecraft.diamond_block:'Dirt Block'>!
321321
Allow insertion of text into chat via shift click
322322

323323
Tag
324-
* `<insertion:_text_>`
324+
* `<insert:_text_>`
325325

326326
Arguments
327327
* `_text_`, the text to insert

src/utils/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ export const LATEST_ADVENTURE_SUPPORTED_MC = "1.21.9";
8888
export const LATEST_ADVENTURE_SUPPORTED_MC_RANGE = LATEST_ADVENTURE_SUPPORTED_MC;
8989
export const LATEST_ADVENTURE_API_RELEASE = "4.25.0";
9090
export const LATEST_ADVENTURE_PLATFORM_RELEASE = "4.4.1";
91-
export const LATEST_ADVENTURE_PLATFORM_MOD_RELEASE = "6.4.0";
91+
export const LATEST_ADVENTURE_PLATFORM_MOD_RELEASE = "6.5.1";
9292
export const LATEST_ANSI_RELEASE = "1.1.1";

0 commit comments

Comments
 (0)