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 1da5e30 commit 180acd1Copy full SHA for 180acd1
1 file changed
src/main/kotlin/org/trackedout/citadel/shop/ShopCommand.kt
@@ -31,15 +31,6 @@ class ShopCommand(
31
private val plugin: Citadel,
32
) : BaseCommand() {
33
34
- @Subcommand("edit")
35
- @CommandPermission("decked-out.shop.admin")
36
- @Description("Shop management")
37
- fun openShopEditor(player: Player) {
38
- executeOnValidShop(player) { tileState, _ ->
39
-// showShopEditor(tileState, player)
40
- }
41
42
-
43
@Subcommand("rename")
44
@CommandPermission("decked-out.shop.admin")
45
@Description("Shop management - set name")
0 commit comments