Skip to content

Commit 7798663

Browse files
committed
fix(docs): update import command examples for clarity and accuracy
1 parent 7cdd103 commit 7798663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/worlds/manage/import.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ Options are specified as `option value` pairs, and can be used in any given orde
2121
To import a specific dimension of a world, you can use the following command:
2222

2323
```
24-
/world import End worlds:end minecraft:the_end
24+
/world import End key worlds:end dimension end
2525
```
2626

2727
To import a world with a specific generator, you can use the following command:
2828

2929
```
30-
/world import "My World" worlds:my_world TheGeneratorPlugin
30+
/world import "My World" generator TheGeneratorPlugin
3131
```
3232

33-
To import a world without any specific key, dimension or generator, you can use:
33+
To import a world without any custom options, you can use:
3434

3535
```
3636
/world import Survival

0 commit comments

Comments
 (0)