Skip to content

Commit 503390f

Browse files
committed
docs: enhance load command documentation with usage details and examples
1 parent cb08b72 commit 503390f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/docs/worlds/manage/load.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@
22
title: Load a world
33
description: How to use the world load command.
44
---
5+
6+
You can load existing worlds with the `/world load <world>` command.
7+
You can only load worlds that are managed by Worlds,
8+
if you want to load a world that is not managed by Worlds, [import](/docs/worlds/manage/import) the world instead.
9+
10+
## Example
11+
12+
```
13+
/world load MyWorld
14+
```

0 commit comments

Comments
 (0)