libreforge-updater

This commit is contained in:
Will FP
2023-12-03 15:58:54 +00:00
parent ec1dc671bb
commit 9975058a7f
2 changed files with 3 additions and 48 deletions

View File

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