Skip to content

Commit ad9eeab

Browse files
committed
docs: enhance clone world documentation with detailed command usage examples
1 parent 0dc5417 commit ad9eeab

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
---
22
title: Clone a world
33
---
4+
5+
To clone a world you can use the `/world clone <world> <key> [template]` command.
6+
This command creates a copy of the specified world, allowing you to work on a separate instance without affecting the original.
7+
8+
<Callout type="info" title="Frequesntly asked questions">
9+
[What does \<key\> stand for, in command arguments?](/docs/worlds/faq#key-argument)
10+
</Callout>
11+
12+
The `template` option defines whether the cloned world should be regenerated or an exact copy of the original world.
13+
14+
Example on how to create an exact copy of a world (1:1):
15+
16+
```
17+
/world clone worlds:my_world my_world_copy
18+
```
19+
20+
Example on how to clone a world's generation settings (no region data, scoreboards, player data, etc.):
21+
22+
```
23+
/world clone worlds:my_world my_world_copy template
24+
```

0 commit comments

Comments
 (0)