Add missing netherite permission nodes
This commit is contained in:
parent
7ed7236450
commit
bde19bcd6c
@ -19,6 +19,8 @@ permissions:
|
||||
description: Allow the player to wear iron tier armored elytras.
|
||||
armoredelytra.wear.diamond:
|
||||
description: Allow the player to wear diamond tier armored elytras.
|
||||
armoredelytra.wear.netherite:
|
||||
description: Allow the player to wear netherite tier armored elytras.
|
||||
armoredelytra.craft.leather:
|
||||
description: Allow the player to craft leather tier armored elytras.
|
||||
armoredelytra.craft.gold:
|
||||
@ -29,6 +31,8 @@ permissions:
|
||||
description: Allow the player to craft iron tier armored elytras.
|
||||
armoredelytra.craft.diamond:
|
||||
description: Allow the player to craft diamond tier armored elytras.
|
||||
armoredelytra.craft.netherite:
|
||||
description: Allow the player to craft netherite tier armored elytras.
|
||||
armoredelytra.give.leather:
|
||||
description: Allow the player to spawn in leather tier armored elytras.
|
||||
armoredelytra.give.gold:
|
||||
@ -39,5 +43,7 @@ permissions:
|
||||
description: Allow the player to spawn in iron tier armored elytras.
|
||||
armoredelytra.give.diamond:
|
||||
description: Allow the player to spawn in diamond tier armored elytras.
|
||||
armoredelytra.give.netherite:
|
||||
description: Allow the player to spawn in netherite tier armored elytras.
|
||||
armoredElytra.admin:
|
||||
description: Receive a message if this plugin is out of date when joining the server.
|
||||
|
Loading…
x
Reference in New Issue
Block a user