diff --git a/docs/.vitepress/tags.ts b/docs/.vitepress/tags.ts index cc35ea9310..1e069ed6fe 100644 --- a/docs/.vitepress/tags.ts +++ b/docs/.vitepress/tags.ts @@ -20,6 +20,10 @@ export default { expert: { color: "red", }, + function: { + color: "blue", + sidebar: true, + }, guide: { color: "green", sidebar: true, @@ -48,8 +52,4 @@ export default { text: "Scripts", }, }, - system: { - color: "blue", - sidebar: true, - }, } satisfies Tags; diff --git a/docs/commands/custom-crafting.md b/docs/commands/custom-crafting.md index 457372c005..5adfde91ad 100644 --- a/docs/commands/custom-crafting.md +++ b/docs/commands/custom-crafting.md @@ -1,7 +1,8 @@ --- title: Custom Crafter category: Useful Creations -tags: [easy] +tags: + - easy mentions: - TwigYT description: Command to simulate a crafting table using droppers. diff --git a/docs/commands/display-entities.md b/docs/commands/display-entities.md index 440595dd6f..8cfa73dad7 100644 --- a/docs/commands/display-entities.md +++ b/docs/commands/display-entities.md @@ -110,7 +110,7 @@ To edit values, use the following command structure: Write the molang code for the variable you want to edit inside the double quotes and assign the value. Example, to set `xrot` to 35, `ypos` to 16, and `scale` to 1.5: -- `/playanimation @e[type=fox,tag=FMBE] animation.player.attack.positions none 0 "v.xrot=35;v.ypos=16;v.scale=1.5;" setvariable` +- `/playanimation @e[type=fox,tag=FMBE] animation.player.attack.positions none 0 "v.xrot=35;v.ypos=16;v.scale=1.5;" wiki:setvariable` Molang also allows for more complex animations using various queries and operators. To learn more about Molang, refer to the **[Molang Documentation](https://bedrock.dev/docs/stable/Molang)**. diff --git a/docs/commands/index.md b/docs/commands/index.md index d5bf2630c0..e862d487d0 100644 --- a/docs/commands/index.md +++ b/docs/commands/index.md @@ -11,8 +11,6 @@ categories: color: blue - title: Techniques color: orange - - title: Functions - color: blue - title: Useful Creations color: yellow --- diff --git a/docs/commands/rearrange-positions.md b/docs/commands/rearrange-positions.md index 7695f185a1..f2d5a7767a 100644 --- a/docs/commands/rearrange-positions.md +++ b/docs/commands/rearrange-positions.md @@ -1,10 +1,12 @@ --- title: Multiplayer Position Rearrangement -category: Functions +category: Useful Creations mentions: - BedrockCommands - zheaEvyline - jeanmajid +tags: + - function description: Randomly relocate all selected targets among each other, ensuring none remain in their original position. --- diff --git a/docs/commands/selectors.md b/docs/commands/selectors.md index 0cfc2e64c1..0d3ce8a71f 100644 --- a/docs/commands/selectors.md +++ b/docs/commands/selectors.md @@ -227,7 +227,7 @@ Limits the selection of targets by experience levels. Only players can have EXP, **Examples:** Give all players who have nine or less levels a gold ingot: -- `/give @a[lm=9] iron_ingot` +- `/give @a[lm=9] gold_ingot` Give all players who have ten or more levels a gold ingot: - `/give @a[l=10] gold_ingot` diff --git a/docs/contribute-style.md b/docs/contribute-style.md index e333b806a3..02e7de2430 100644 --- a/docs/contribute-style.md +++ b/docs/contribute-style.md @@ -76,7 +76,7 @@ If you're just looking for existing tags, here is the list of tags that this wik - - - -- +- ### Content