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 f848276..0000000 --- a/eco-core/core-plugin/src/main/resources/paper-plugin.yml +++ /dev/null @@ -1,83 +0,0 @@ -name: ${pluginName} -version: ${version} -main: com.willfp.ecopets.EcoPetsPlugin -api-version: 1.19 - -dependencies: - - name: eco - required: true - bootstrap: false - - - name: libreforge - required: false - bootstrap: false - -load-after: - - name: eco - bootstrap: false - - -permissions: - ecopets.*: - description: All ecopets permissions - default: op - children: - ecopets.command.*: true - ecopets.command.*: - description: All commands - default: op - children: - ecopets.command.ecopets: true - ecopets.command.reload: true - ecopets.command.pets: true - ecopets.command.give: true - ecopets.command.giveegg: true - ecopets.command.givexp: true - ecopets.command.givecurrentxp: true - ecopets.command.reset: true - ecopets.command.activate: true - ecopets.command.deactivate: true - - ecopets.command.reload: - description: Allows reloading the config - default: op - ecopets.command.ecopets: - description: Allows the use of /ecopets. - default: true - ecopets.command.pets: - description: Allows the use of /pets. - default: true - ecopets.command.give: - description: Allows the use of /ecopets give. - default: op - ecopets.command.giveegg: - description: Allows the use of /ecopets giveegg. - default: op - ecopets.command.givexp: - description: Allows the use of /ecopets givexp. - default: op - ecopets.command.givecurrentxp: - description: Allows the use of /ecopets givecurrentxp. - default: op - ecopets.command.reset: - description: Allows the use of /ecopets reset. - default: op - ecopets.command.activate: - description: Allows the use of /pets activate. - default: true - ecopets.command.deactivate: - description: Allows the use of /pets deactivate. - default: true - - ecopets.xpmultiplier.50percent: - description: Gives the player 50% more skill experience - default: false - ecopets.xpmultiplier.double: - description: Gives the player 2x skill experience - default: false - ecopets.xpmultiplier.triple: - description: Gives the player 3x skill experience - default: false - ecopets.xpmultiplier.quadruple: - description: Gives the player 4x skill experience - default: false diff --git a/gradle.properties b/gradle.properties index 73c9f84..7374a04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater -#Thu Nov 30 14:27:51 GMT 2023 +#Sun Dec 03 15:59:57 GMT 2023 kotlin.code.style=official -libreforge-version=4.47.0 -version=2.47.0 +libreforge-version=4.48.0 +version=2.48.0