From e0bd5178b276616c4ffc89692167aecfad29817c Mon Sep 17 00:00:00 2001 From: xGinko Date: Thu, 7 Mar 2024 09:18:10 +0100 Subject: [PATCH] add missing permissions to plugin.yml --- .../src/main/resources/plugin.yml | 24 +++++++++++++++++-- .../src/main/resources/plugin.yml | 24 +++++++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/AnarchyExploitFixesFolia/src/main/resources/plugin.yml b/AnarchyExploitFixesFolia/src/main/resources/plugin.yml index fba4a3e18..de7b2d8f7 100755 --- a/AnarchyExploitFixesFolia/src/main/resources/plugin.yml +++ b/AnarchyExploitFixesFolia/src/main/resources/plugin.yml @@ -18,8 +18,28 @@ permissions: description: Bypass for any kind of other chat restrictions aef.bypass.elytra: description: Bypass elytra restrictions - aef.bypass.illegalitems: - description: Bypass illegal item checks + aef.bypass.illegal.overstacked: + description: Bypass overstacked item checks + aef.bypass.illegal.bannedmaterial: + description: Bypass banned material checks + aef.bypass.illegal.bannedname: + description: Bypass illegal itemname checks + aef.bypass.illegal.unbreakable: + description: Bypass unbreakable item checks + aef.bypass.illegal.spawnegg: + description: Bypass illegal spawnegg checks + aef.bypass.illegal.playerhead: + description: Bypass playerhead checks + aef.bypass.illegal.nbt.storeditems: + description: Bypass illegal stored nbt items checks + aef.bypass.illegal.nbt.custom": + description: Bypass custom illegal nbt tag item checks + aef.bypass.illegal.enchants.higher: + description: Bypass higher enchants checks + aef.bypass.illegal.enchants.inapplicable: + description: Bypass inapplicable enchant checks + aef.bypass.illegal.enchants.incompatible: + description: Bypass incompatible enchant checks aef.silentJoin: description: enable silent join mode aef.silentLeave: diff --git a/AnarchyExploitFixesLegacy/src/main/resources/plugin.yml b/AnarchyExploitFixesLegacy/src/main/resources/plugin.yml index 84b7ded76..e6b355dc9 100755 --- a/AnarchyExploitFixesLegacy/src/main/resources/plugin.yml +++ b/AnarchyExploitFixesLegacy/src/main/resources/plugin.yml @@ -18,8 +18,28 @@ permissions: description: Bypass for any kind of other chat restrictions aef.bypass.elytra: description: Bypass elytra restrictions - aef.bypass.illegalitems: - description: Bypass illegal item checks + aef.bypass.illegal.overstacked: + description: Bypass overstacked item checks + aef.bypass.illegal.bannedmaterial: + description: Bypass banned material checks + aef.bypass.illegal.bannedname: + description: Bypass illegal itemname checks + aef.bypass.illegal.unbreakable: + description: Bypass unbreakable item checks + aef.bypass.illegal.spawnegg: + description: Bypass illegal spawnegg checks + aef.bypass.illegal.playerhead: + description: Bypass playerhead checks + aef.bypass.illegal.nbt.storeditems: + description: Bypass illegal stored nbt items checks + aef.bypass.illegal.nbt.custom": + description: Bypass custom illegal nbt tag item checks + aef.bypass.illegal.enchants.higher: + description: Bypass higher enchants checks + aef.bypass.illegal.enchants.inapplicable: + description: Bypass inapplicable enchant checks + aef.bypass.illegal.enchants.incompatible: + description: Bypass incompatible enchant checks aef.bypass.mapspam: description: Bypass map creation restrictions if enabled aef.silentJoin: