Skip to content

Commit 0e7dc47

Browse files
committed
fix(docs): add missing example for importing a world with a different name
1 parent 7798663 commit 0e7dc47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/docs/worlds/manage/import.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ To import a world with a specific generator, you can use the following command:
3030
/world import "My World" generator TheGeneratorPlugin
3131
```
3232

33+
To import a world with a different name, you can use:
34+
35+
```
36+
/world import "My World" name "New World Name"
37+
```
38+
3339
To import a world without any custom options, you can use:
3440

3541
```

0 commit comments

Comments
 (0)