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 9f2c3e7..0000000 --- a/eco-core/core-plugin/src/main/resources/paper-plugin.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: ${pluginName} -version: ${version} -main: com.willfp.ecoarmor.EcoArmorPlugin -api-version: 1.19 - -dependencies: - - name: eco - required: true - bootstrap: false - - - name: libreforge - required: false - bootstrap: false - -load-after: - - name: eco - bootstrap: false - - -permissions: - ecoarmor.*: - description: All ecoarmor permissions - default: op - children: - ecoarmor.command.*: true - ecoarmor.command.*: - description: All commands - default: op - children: - ecoarmor.command.reload: true - ecoarmor.command.ecoarmor: true - ecoarmor.command.give: true - - ecoarmor.command.reload: - description: Allows reloading the config - default: op - ecoarmor.command.give: - description: Allows the use of /ecoarmor give - default: op - ecoarmor.command.ecoarmor: - description: Allows the user of /ecoarmor. - default: true diff --git a/gradle.properties b/gradle.properties index b90cc4f..53676ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater -#Thu Nov 30 14:27:29 GMT 2023 +#Sun Dec 03 15:59:12 GMT 2023 kotlin.code.style=official -libreforge-version=4.47.0 -version=8.47.0 +libreforge-version=4.48.0 +version=8.48.0