Skip to content

Commit 9aa5ac4

Browse files
committed
fix(docs): update clone command examples for better readability
1 parent 2e65ee1 commit 9aa5ac4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/worlds/manage/clone.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The `template` option defines whether the cloned world should be regenerated or
1515
Example on how to create an exact copy of a world (1:1):
1616

1717
```
18-
/world clone worlds:my_world my_world_copy
18+
/world clone <aqua>worlds:my_world</aqua> <yellow>my_world_copy</yellow>
1919
```
2020

2121
Example on how to clone a world's generation settings (no region data, scoreboards, player data, etc.):
2222

23-
```
24-
/world clone worlds:my_world my_world_copy template
23+
```text
24+
/world clone <aqua>worlds:my_world</aqua> <yellow>my_world_copy</yellow> template
2525
```

0 commit comments

Comments
 (0)