added inClaim condition authored by Lxlp's avatar Lxlp
...@@ -163,6 +163,7 @@ Conditions ...@@ -163,6 +163,7 @@ Conditions
| [HeightBelow](/skills/conditions/heightbelow) | Location | Checks if the target's Y location is below a given value | | [HeightBelow](/skills/conditions/heightbelow) | Location | Checks if the target's Y location is below a given value |
| [Holding](/skills/conditions/holding) | Entity | Checks if the target is holding a given material(support MythicMobs and MMOItems) | | [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 | | [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 | If the target mob is considered in combat |
| [Inside](/skills/conditions/inside) | Location | Checks if the target has a block over their head | | [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 | | [isBaby](/skills/conditions/isbaby) | Entity | Checks if the target entity is a baby |
... ...
......