Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/haspermission.md
0 → 100644
View page @
595b54c3
## Description
This condition checks if the target player has a permission.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| permission| p | The permission to check for. | |
## Examples
```
yaml
Conditions
:
-
haspermission{p=permission.node.here}
true
```
```
yaml
TargetConditions
:
-
haspermission{p=permission.node.here}
true
```
```
yaml
TriggerConditions
:
-
haspermission{p=permission.node.here}
true
```
## Aliases
-
[x] permission
\ No newline at end of file