From 623bd56fa2b3e581579a76fa9e2a1a69bdebbc63 Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Sun, 29 Dec 2024 17:02:52 -0500 Subject: [PATCH] Update permissions.md Signed-off-by: Ryder Belserion --- docs/plugins/crazycrates/commands/permissions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/crazycrates/commands/permissions.md b/docs/plugins/crazycrates/commands/permissions.md index 28739b3..d0f2374 100644 --- a/docs/plugins/crazycrates/commands/permissions.md +++ b/docs/plugins/crazycrates/commands/permissions.md @@ -40,6 +40,7 @@ Each flag besides `-mt/--migration_type` is optional, and the order in which you | `/crazycrates preview [player]` | `crazycrates.preview` | Opens the preview of a crate for a player. | op | | `/crazycrates save ` | `crazycrates.save` | Save the new schematic file to the schematics folder. | op | | `/crazycrates mass-open ` | `crazycrates.massopen` | Mass opens crates. Defaults to 10 but can be changed in the crate config files. | op | +| `/crazycrates editor -c/--crate or -e/--exit` | `crazycrates.editor` | Adds you to a mode that lets you set/remove crates in the world. | op | | `/crazycrates tp ` | `crazycrates.teleport` | Teleport to a crate. | op | | `/crazycrates debug ` | `crazycrates.debug` | Gives all the prizes to you so you can see if your crate works. | op | | `/crazycrates open ` | `crazycrates.open` | Tries to open a crate for yourself if you have a key. | op |