libreforge-updater

This commit is contained in:
Will FP
2023-12-03 15:59:07 +00:00
parent 384833eddd
commit bf93b234e2
2 changed files with 3 additions and 53 deletions

View File

@@ -1,50 +0,0 @@
name: ${pluginName}
version: ${version}
main: com.willfp.boosters.BoostersPlugin
api-version: 1.19
dependencies:
- name: eco
required: true
bootstrap: false
- name: libreforge
required: false
bootstrap: false
load-after:
- name: eco
bootstrap: false
permissions:
boosters.*:
description: All boosters permissions
default: op
children:
boosters.command.*: true
boosters.command.*:
description: All commands
default: op
children:
boosters.command.reload: true
boosters.command.give: true
boosters.command.boosters: true
boosters.command.cancel: true
boosters.command.activate: true
boosters.command.reload:
description: Allows reloading the config
default: op
boosters.command.boosters:
description: Allows the use of /boosters.
default: true
boosters.command.give:
description: Allows the use of /boosters give.
default: op
boosters.command.activate:
description: Allows the use of /boosters activate.
default: op
boosters.command.cancel:
description: Allows the use of /boosters cancel.
default: op