libreforge-updater
This commit is contained in:
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Thu Nov 30 14:27:25 GMT 2023
|
||||
#Sun Dec 03 15:59:07 GMT 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.47.0
|
||||
version=5.46.0
|
||||
libreforge-version=4.48.0
|
||||
version=5.47.0
|
||||
|
||||
Reference in New Issue
Block a user