Changes
Page history
Is this going to change anything?
authored
Dec 27, 2021
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Skills/conditions/EnderDragonPhase.md
0 → 100644
View page @
d4c517d0
**Description:**
checks the ender dragon phases
---
**Attributes:**
| Attribute | Alias | Description |
| ---------- | ------ | ----------------------------------- |
| phases | phase | the ender dragon phases to check for |
---
**Examples:**
```
Conditions:
- enderdragonphase{phase=CIRCLING} true
```
```
Conditions:
- enderdragonphase{phases=FLY_TO_PORTAL,LEAVE_PORTAL} true
```
List of ender dragon phases: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EnderDragon.Phase.html
**Extra Information:**
-
[x] Type: Entity
\ No newline at end of file