added isMythicMob condition authored by Lxlp's avatar Lxlp
...@@ -158,6 +158,7 @@ Conditions ...@@ -158,6 +158,7 @@ Conditions
| [isFrozen](/skills/conditions/isfrozen) | Entity | Checks if the target entity is frozen | | [isFrozen](/skills/conditions/isfrozen) | Entity | Checks if the target entity is frozen |
| [isLiving](/skills/conditions/isliving) | Entity | Checks if the target is a living entity | | [isLiving](/skills/conditions/isliving) | Entity | Checks if the target is a living entity |
| [isLeashed](/skills/conditions/isleashed) | Entity | Checks if the target has been leashed | | [isLeashed](/skills/conditions/isleashed) | Entity | Checks if the target has been leashed |
| [isMythicMob](/skills/conditions/ismythicmob) | Entity | Checks if the target is a MythicMob |
| [isMonster](/skills/conditions/ismonster) | Entity | Checks if the target is a monster | | [isMonster](/skills/conditions/ismonster) | Entity | Checks if the target is a monster |
| [isPlayer](/skills/conditions/isplayer) | Entity | Checks if the target is a player | | [isPlayer](/skills/conditions/isplayer) | Entity | Checks if the target is a player |
| [isSprinting](/skills/conditions/issprinting) | Entity | Checks if the target **Player** is sprinting | | [isSprinting](/skills/conditions/issprinting) | Entity | Checks if the target **Player** is sprinting |
... ...
......