diff --git a/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java b/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java index fddba475..036fbacf 100644 --- a/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java +++ b/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java @@ -205,6 +205,7 @@ public void init() { .executes(this::storagesInfoCommand) .then(literal("delete") + .requires(requirements("bluemap.delete")) .then(argument("map", StringArgumentType.string()) .executes(this::storagesDeleteMapCommand))))