Skip to content

Commit c2b1028

Browse files
committed
docs: add detailed usage instructions and example for the unload command
1 parent 8b1ee66 commit c2b1028

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/docs/worlds/manage/unload.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@
22
title: Unload a world
33
description: How to use the world unload command.
44
---
5+
6+
You can unload worlds with the `/world unload <world> [<fallback>]` command.
7+
The fallback option allows you to specify a world to send players to, if they are currently in the world that is being unloaded.
8+
If undefined, players will be sent to the default world (usually `minecraft:overworld`).
9+
10+
## Example
11+
12+
```
13+
/world unload worlds:my_world worlds:my_fallback_world
14+
```

0 commit comments

Comments
 (0)