Skip to content

Commit a4ab741

Browse files
committed
fix(docs): update example command formatting for clarity and color coding
1 parent 45562c6 commit a4ab741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/worlds/manage/create.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Options are specified as `option value` pairs, and can be used in any given orde
9393

9494
Creating a normal world with structures disabled, a bonus chest, and a specific seed:
9595

96-
```
97-
/world create "A cool new world" type normal structures false bonus-chest true seed 123456789
96+
```text
97+
/world create <aqua>"A cool new world"</aqua> type <yellow>normal</yellow> structures <green>false</green> bonus-chest <light_purple>true</light_purple> seed <gold>123456789</gold>
9898
```
9999

100100
Creating a nether world with a specificified key:

0 commit comments

Comments
 (0)