-
-
Notifications
You must be signed in to change notification settings - Fork 7
Permissions
Moros edited this page Jul 12, 2022
·
10 revisions
Check Commands
Each ability requires the bending.ability.<name> permission node in order to be bound and used (e.g bending.ability.catapult).
There are currently 3 special nodes:
-
bending.lava- Allows players to use lavabending abilities and features -
bending.metal- Allows players to use metalbending abilities and features -
bending.bluefire- Makes your firebending abilities utilize blue fire. This is only visual, there's no other effect to gameplay
Bending adds 2 custom Contexts to the popular permission plugin.
| Context Key | Description | Example |
|---|---|---|
| bending:element | Returns if the player has the specified element | bending:element=earth |
| bending:avatar | Returns if the player has all 4 elements | bending:avatar=true |
You can use these to automatically apply prefixes to players based on their elements!