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 912ce06..0000000 --- a/eco-core/core-plugin/src/main/resources/paper-plugin.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: ${pluginName} -version: ${version} -main: com.willfp.talismans.TalismansPlugin -api-version: 1.19 - -dependencies: - - name: eco - required: true - bootstrap: false - - - name: libreforge - required: false - bootstrap: false - -load-after: - - name: eco - bootstrap: false - - -permissions: - talismans.*: - description: All talismans permissions - default: op - children: - talismans.command.talismans: true - talismans.command.give: true - talismans.command.bag: true - talismans.command.reload: true - talismans.fromtable.*: true - - talismans.command.reload: - description: Allows reloading the config - default: op - talismans.command.give: - description: Allows the use of /talismans give. - default: op - talismans.command.bag: - description: Allows the use of /talismans bag. - default: true - talismans.command.talismans: - description: Allows the use of /talismans - default: true - talismans.fromtable.*: - description: Allows crafting all talismans - default: true diff --git a/gradle.properties b/gradle.properties index af89ab7..8ffddfe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater -#Thu Nov 30 14:27:14 GMT 2023 +#Sun Dec 03 15:58:54 GMT 2023 kotlin.code.style=official -libreforge-version=4.47.0 -version=6.46.0 +libreforge-version=4.48.0 +version=6.47.0