Skip to content

Commit 01889a5

Browse files
committed
enable-permissions-command literal part removed.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 9406ca5 commit 01889a5

File tree

1 file changed

+0
-8
lines changed
  • src/main/kotlin/com/mairwunnx/projectessentials/permissions/impl/commands

1 file changed

+0
-8
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/permissions/impl/commands/CommandLiterals.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,6 @@ fun takeConfigurePermissionsLiteral(): LiteralArgumentBuilder<CommandSource> =
169169
}
170170
)
171171
)
172-
).then(
173-
Commands.literal("enable-permissions-command").then(
174-
Commands.literal("set").then(
175-
Commands.argument("value", StringArgumentType.string()).executes {
176-
ConfigurePermissionsCommand.enablePermissionsCommand(it)
177-
}
178-
)
179-
)
180172
).then(
181173
Commands.literal("debug-mode").then(
182174
Commands.literal("set").then(

0 commit comments

Comments
 (0)