mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-21 05:21:22 +01:00
Fixed permissions on paper
This commit is contained in:
parent
1ac8ae397e
commit
01c1f4571a
@ -23,3 +23,50 @@ dependencies:
|
||||
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.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
|
@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Tue Mar 28 21:16:44 BST 2023
|
||||
#Tue Mar 28 21:40:41 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.0.0
|
||||
version=10.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user