added EnderDragonAlive condition authored by Lxlp's avatar Lxlp
...@@ -124,13 +124,14 @@ Conditions ...@@ -124,13 +124,14 @@ Conditions
| [Dawn](/skills/conditions/dawn) | Location | If the time is dawn, from 22000 to 2000 in-game time | | [Dawn](/skills/conditions/dawn) | Location | If the time is dawn, from 22000 to 2000 in-game time |
| [Day](/skills/conditions/day) | Location | If the time is day, from 2000 to 10000 in-game time | | [Day](/skills/conditions/day) | Location | If the time is day, from 2000 to 10000 in-game time |
| [Dimension](/skills/conditions/dimension) | Location | If the target location is within a certain dimension | | [Dimension](/skills/conditions/dimension) | Location | If the target location is within a certain dimension |
| [DirectionVelocity](/skills/conditions/directionalvelocity) | Entity | If the target has a velocity matching the given parameters | | [DirectionVelocity](/skills/conditions/directionalvelocity) | Entity | If the target has a velocity matching the given parameters |
| [Distance](/skills/conditions/distance) | Compare | Whether the distance between the caster and target is within the given range | | [Distance](/skills/conditions/distance) | Compare | Whether the distance between the caster and target is within the given range |
| [DistanceFromSpawn](/skills/conditions/distancefromspawn) | Location | Whether the distance from the world's spawn point to the target is within the given range | | [DistanceFromSpawn](/skills/conditions/distancefromspawn) | Location | Whether the distance from the world's spawn point to the target is within the given range |
| [DistanceFromTrackedLocation](/skills/conditions/distancefromtrackedlocation) | Location | Whether the distance from the tracked location to the target is within the given range | | [DistanceFromTrackedLocation](/skills/conditions/distancefromtrackedlocation) | Location | Whether the distance from the tracked location to the target is within the given range |
| [Dusk](/skills/conditions/dusk) | Location | If the time is dusk, from 14000 to 18000 in-game time. | | [Dusk](/skills/conditions/dusk) | Location | If the time is dusk, from 14000 to 18000 in-game time. |
| [EnchantingExperience](/skills/conditions/EnchantingExperience) | Entity | Checks the target player's experience points | | [EnchantingExperience](/skills/conditions/EnchantingExperience) | Entity | Checks the target player's experience points |
| [EnchantingLevel](/skills/conditions/enchantingLevel) | Entity | Checks the target player's experience level | | [EnchantingLevel](/skills/conditions/enchantingLevel) | Entity | Checks the target player's experience level |
| [EnderDragonAlive](/skills/conditions/EnderDragonAlive) | Location | Checks if there is at least one EnderDragon alive in the world of the targeted location |
| [EnderDragonPhase](/skills/conditions/EnderDragonPhase) | Entity | Checks if the ender dragon is in a phase or phases | | [EnderDragonPhase](/skills/conditions/EnderDragonPhase) | Entity | Checks if the ender dragon is in a phase or phases |
| [EntityItemIsSimilar](/skills/conditions/EntityItemIsSimilar) | Entity | Tests if the target item entity is similar to another item | | [EntityItemIsSimilar](/skills/conditions/EntityItemIsSimilar) | Entity | Tests if the target item entity is similar to another item |
| [EntityItemType](/skills/conditions/EntityItemType) | Entity | Tests the type of the target item entity | | [EntityItemType](/skills/conditions/EntityItemType) | Entity | Tests the type of the target item entity |
... ...
......