We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1ee66 commit c2b1028Copy full SHA for c2b1028
content/docs/worlds/manage/unload.mdx
@@ -2,3 +2,13 @@
2
title: Unload a world
3
description: How to use the world unload command.
4
---
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