Skip to content

Commit

Permalink
add missing permissions to plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Mar 7, 2024
1 parent 1407a28 commit e0bd517
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
24 changes: 22 additions & 2 deletions AnarchyExploitFixesFolia/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
24 changes: 22 additions & 2 deletions AnarchyExploitFixesLegacy/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0bd517

Please sign in to comment.