From 1ca99e7d3003e0281fe1e3407e93d0859e189b25 Mon Sep 17 00:00:00 2001 From: Will FP Date: Sun, 3 Dec 2023 15:24:38 +0000 Subject: [PATCH] Removed paper-plugin.yml --- .../src/main/resources/paper-plugin.yml | 77 ------------------- 1 file changed, 77 deletions(-) delete mode 100644 eco-core/core-plugin/src/main/resources/paper-plugin.yml 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 8888cb96..00000000 --- a/eco-core/core-plugin/src/main/resources/paper-plugin.yml +++ /dev/null @@ -1,77 +0,0 @@ -name: ${pluginName} -version: ${version} -main: com.willfp.ecoenchants.EcoEnchantsPlugin -api-version: 1.19 -load: STARTUP - -dependencies: - - name: eco - required: true - bootstrap: false - - - name: libreforge - required: false - bootstrap: false - - - name: CMI - required: false - bootstrap: false - - - name: EssentialsX - required: false - bootstrap: false - -load-after: - - name: eco - bootstrap: false - - -permissions: - ecoenchants.*: - description: All ecoenchants permissions - default: op - children: - ecoenchants.command.*: true - ecoenchants.anvil.*: true - ecoenchants.fromtable.*: true - ecoenchants.command.*: - description: All commands - default: op - children: - ecoenchants.command.reload: true - ecoenchants.command.ecoenchants: true - ecoenchants.command.toggledescriptions: true - ecoenchants.command.giverandombook: true - ecoenchants.command.enchantinfo: true - ecoenchants.command.gui: true - ecoenchants.command.enchant: true - ecoenchants.anvil.*: - description: All anvil perks - default: op - children: - ecoenchants.anvil.color: true - - ecoenchants.anvil.color: - description: Allows using color codes in anvils - default: op - ecoenchants.command.reload: - description: Allows reloading the config - default: op - ecoenchants.command.giverandombook: - description: Allows giving random books - default: op - ecoenchants.command.ecoenchants: - description: Allows the use of /ecoenchants. - default: true - ecoenchants.command.toggledescriptions: - description: Allows the use of /ecoenchants toggledescriptions. - default: true - ecoenchants.command.enchantinfo: - description: Allows the use of /enchantinfo. - default: true - ecoenchants.command.gui: - description: Allows the use of /ecoenchants gui. - default: true - ecoenchants.command.enchant: - description: Allows the use of /enchant. - default: op