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.
enable-permissions-command
1 parent 9406ca5 commit 01889a5Copy full SHA for 01889a5
src/main/kotlin/com/mairwunnx/projectessentials/permissions/impl/commands/CommandLiterals.kt
@@ -169,14 +169,6 @@ fun takeConfigurePermissionsLiteral(): LiteralArgumentBuilder<CommandSource> =
169
}
170
)
171
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
180
).then(
181
Commands.literal("debug-mode").then(
182
Commands.literal("set").then(
0 commit comments