From 46a60d84943f2ef6fea018556fa0c5eeab9b66f3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:12:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- lang/src/main/resources/lang/en_GB.lang | 2 +- spigot/src/main/resources/plugin.yml | 72 ++++++++++++------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/lang/src/main/resources/lang/en_GB.lang b/lang/src/main/resources/lang/en_GB.lang index e0a2818b..ca5b19cb 100644 --- a/lang/src/main/resources/lang/en_GB.lang +++ b/lang/src/main/resources/lang/en_GB.lang @@ -173,4 +173,4 @@ tag.triggerblock.description=Sets the trigger block/s of the portal. Comma separ tag.command.description=Sets a command on the post activation of the portal. Comma separated or multi tag. tag.cooldown.fail= The cooldown must be a number. -tag.command.nopermission= You do not have permission to create a command at @CommandLevel command level \ No newline at end of file +tag.command.nopermission= You do not have permission to create a command at @CommandLevel command level diff --git a/spigot/src/main/resources/plugin.yml b/spigot/src/main/resources/plugin.yml index 92fd7d54..e3721db0 100644 --- a/spigot/src/main/resources/plugin.yml +++ b/spigot/src/main/resources/plugin.yml @@ -14,39 +14,39 @@ commands: aliases: [desti] usage: / permissions: - advancedportals.*: - description: Gives access to all commands - default: op - children: - advancedportals.createportal: true - advancedportals.portal: true - advancedportals.build: true - advancedportals.desti: true - advancedportals.createportal: - description: Allows you to create portals - default: op - advancedportals.createportal.commandlevel.*: - description: Gives access to all level raisers - default: false - children: - advancedportals.createportal.commandlevel.op: true - advancedportals.createportal.commandlevel.permswild: true - advancedportals.createportal.commandlevel.console: true - advancedportals.createportal.commandlevel.op: - description: Allows you to increase the users level temporarily to op - default: false - advancedportals.createportal.commandlevel.permswild: - description: Allows you to increase the users level temporarily to have all perms - default: false - advancedportals.createportal.commandlevel.console: - description: Executes command in the console - default: false - advancedportals.portal: - description: Allows use of portal commands - default: op - advancedportals.build: - description: Allows you to build in the portal regions - default: op - advancedportals.desti: - description: Gives access to all desti commands - default: op + advancedportals.*: + description: Gives access to all commands + default: op + children: + advancedportals.createportal: true + advancedportals.portal: true + advancedportals.build: true + advancedportals.desti: true + advancedportals.createportal: + description: Allows you to create portals + default: op + advancedportals.createportal.commandlevel.*: + description: Gives access to all level raisers + default: false + children: + advancedportals.createportal.commandlevel.op: true + advancedportals.createportal.commandlevel.permswild: true + advancedportals.createportal.commandlevel.console: true + advancedportals.createportal.commandlevel.op: + description: Allows you to increase the users level temporarily to op + default: false + advancedportals.createportal.commandlevel.permswild: + description: Allows you to increase the users level temporarily to have all perms + default: false + advancedportals.createportal.commandlevel.console: + description: Executes command in the console + default: false + advancedportals.portal: + description: Allows use of portal commands + default: op + advancedportals.build: + description: Allows you to build in the portal regions + default: op + advancedportals.desti: + description: Gives access to all desti commands + default: op