Removed paper-plugin.yml

This commit is contained in:
Will FP 2023-12-03 15:24:38 +00:00
parent c4816fdf96
commit 1ca99e7d30

View File

@ -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