Skip to content

Commit 7cdd103

Browse files
committed
fix(docs): add example for creating a default world without custom options
1 parent 94bf680 commit 7cdd103

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/docs/worlds/manage/create.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ Creating a nether world with a specificified key:
103103
/world create "My Nether World" type normal dimension nether key citybuild:farmworld/nether
104104
```
105105

106+
To create a default world without any custom options, you can use:
107+
108+
```
109+
/world create "My Default World"
110+
```
111+
106112
## Available Dimensions
107113

108114
There are following dimensions types:

0 commit comments

Comments
 (0)