Skip to content

Commit 246f046

Browse files
committed
docs: add caution note about irreversible world deletion in delete command documentation
1 parent 503390f commit 246f046

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/docs/worlds/manage/delete.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ description: How to use the world delete command.
66
To delete a world you can use the `/world delete <world> [<flags>]` command.
77
This command will permanently delete the specified world, so use it with caution.
88

9+
<Callout type="error" title="Caution">
10+
11+
Deleting a world is irreversible. Make sure to back up any important data before proceeding.
12+
The world's entire folder will be permanently deleted.
13+
14+
</Callout>
15+
916
## Flags
1017

1118
- `--confirm`: This flag is required to confirm the deletion of the world.

0 commit comments

Comments
 (0)