added IsInSurvivalMode condition authored by Lxlp's avatar Lxlp
......@@ -164,7 +164,8 @@ Conditions
| [Holding](/skills/conditions/holding) | Entity | Checks if the target is holding a given material(support MythicMobs and MMOItems) |
| [InBlock](/skills/conditions/inblock) | Location | Checks the material at the target location |
| [inClaim](/skills/conditions/inClaim) | Location | Checks if the target location is inside a claim |
| [InCombat](/skills/conditions/incombat) | Entity | If the target mob is considered in combat |
| [InCombat](/skills/conditions/incombat) | Entity | Checks if the target mob is considered in combat |
| [IsInSurvivalMode](/skills/conditions/IsInSurvivalMode) | Entity | Checks if the target player is in survival mode |
| [Inside](/skills/conditions/inside) | Location | Checks if the target has a block over their head |
| [isBaby](/skills/conditions/isbaby) | Entity | Checks if the target entity is a baby |
| [isCaster](/skills/conditions/iscaster) | Entity | Checks if the target is the caster |
......
......