mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 12:05:13 +01:00
Fix command permission for deleting a map from a storage
This commit is contained in:
parent
b4b3e72d51
commit
fdd4713dfb
@ -205,6 +205,7 @@ public void init() {
|
|||||||
.executes(this::storagesInfoCommand)
|
.executes(this::storagesInfoCommand)
|
||||||
|
|
||||||
.then(literal("delete")
|
.then(literal("delete")
|
||||||
|
.requires(requirements("bluemap.delete"))
|
||||||
.then(argument("map", StringArgumentType.string())
|
.then(argument("map", StringArgumentType.string())
|
||||||
.executes(this::storagesDeleteMapCommand))))
|
.executes(this::storagesDeleteMapCommand))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user