diff --git a/eco-core/core-plugin/src/main/resources/paper-plugin.yml b/eco-core/core-plugin/src/main/resources/paper-plugin.yml deleted file mode 100644 index 038a6a2..0000000 --- a/eco-core/core-plugin/src/main/resources/paper-plugin.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: ${pluginName} -version: ${version} -main: com.willfp.boosters.BoostersPlugin -api-version: 1.19 - -dependencies: - - name: eco - required: true - bootstrap: false - - - name: libreforge - required: false - bootstrap: false - -load-after: - - name: eco - bootstrap: false - - -permissions: - boosters.*: - description: All boosters permissions - default: op - children: - boosters.command.*: true - boosters.command.*: - description: All commands - default: op - children: - boosters.command.reload: true - boosters.command.give: true - boosters.command.boosters: true - boosters.command.cancel: true - boosters.command.activate: true - - boosters.command.reload: - description: Allows reloading the config - default: op - boosters.command.boosters: - description: Allows the use of /boosters. - default: true - boosters.command.give: - description: Allows the use of /boosters give. - default: op - boosters.command.activate: - description: Allows the use of /boosters activate. - default: op - boosters.command.cancel: - description: Allows the use of /boosters cancel. - default: op diff --git a/gradle.properties b/gradle.properties index 72ce5e8..0ffab48 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater -#Thu Nov 30 14:27:25 GMT 2023 +#Sun Dec 03 15:59:07 GMT 2023 kotlin.code.style=official -libreforge-version=4.47.0 -version=5.46.0 +libreforge-version=4.48.0 +version=5.47.0