Skip to content

Commit 4e2f79f

Browse files
committed
fix(docs): enhance command examples with color coding for better readability
1 parent d13baa5 commit 4e2f79f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/docs/worlds/manage/create.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you don't specify any of these options, the default world settings will be us
1717
Creating a new world with the default settings:
1818

1919
```
20-
/world create "My New World"
20+
/world create <aqua>"My New World"</aqua>
2121
```
2222

2323
## Using a world generator plugin
@@ -31,7 +31,7 @@ The generator argument takes the name of the plugin that provides the custom chu
3131
PlotSquared generation example:
3232

3333
```
34-
/world create city generator PlotSquared
34+
/world create <aqua>city</aqua> generator <yellow>PlotSquared</yellow>
3535
```
3636

3737
## Defining the world type
@@ -54,7 +54,7 @@ The following types are available:
5454
Amplified world example:
5555

5656
```
57-
/world create Amplified type amplified
57+
/world create <aqua>Amplified</aqua> type <yellow>amplified</yellow>
5858
```
5959

6060
## Using a flat world preset
@@ -73,7 +73,7 @@ Check out the [Creating a world preset](/docs/worlds/presets) documentation.
7373
Void world example:
7474

7575
```
76-
/world create "My Void World" preset the-void
76+
/world create <aqua>"My Void World"</aqua> preset <yellow>the-void</yellow>
7777
```
7878

7979
## Additional options
@@ -93,20 +93,20 @@ 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-
```text
96+
```
9797
/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:
101101

102102
```
103-
/world create "My Nether World" type normal dimension nether key citybuild:farmworld/nether
103+
/world create <aqua>"My Nether World"</aqua> type <yellow>normal</yellow> dimension <green>nether</green> key <light_purple>citybuild:farmworld/nether</light_purple>
104104
```
105105

106106
To create a default world without any custom options, you can use:
107107

108108
```
109-
/world create "My Default World"
109+
/world create <aqua>"My Default World"</aqua>
110110
```
111111

112112
## Available Dimensions

0 commit comments

Comments
 (0)