removed hasinventoryspace condition authored by Lxlp's avatar Lxlp
...@@ -228,7 +228,6 @@ Links to conditions added by addon plugins. Any conditions from these links will ...@@ -228,7 +228,6 @@ Links to conditions added by addon plugins. Any conditions from these links will
| [HasEnchantment](/skills/conditions/HasEnchantment) | Entity | Checks if the target entity's equipped item has an enchantment | | [HasEnchantment](/skills/conditions/HasEnchantment) | Entity | Checks if the target entity's equipped item has an enchantment |
| [HasFreeInventorySlot](/skills/conditions/HasFreeInventorySlot) | Entity | Checks if the evaluated entity has a free inventory slot | | [HasFreeInventorySlot](/skills/conditions/HasFreeInventorySlot) | Entity | Checks if the evaluated entity has a free inventory slot |
| [HasGravity](/skills/conditions/hasgravity) | Entity | Tests if the target mob has gravity | | [HasGravity](/skills/conditions/hasgravity) | Entity | Tests if the target mob has gravity |
| [HasInventorySpace](/skills/conditions/hasinventoryspace) | Entity | Checks if the target player has empty inventory space |
| [HasItem](/skills/conditions/hasItem) | Entity | Tests if the target player has the given number of given material | | [HasItem](/skills/conditions/hasItem) | Entity | Tests if the target player has the given number of given material |
| [HasOffhand](/skills/conditions/HasOffhand) | Entity | Checks if the target entity has something in the offhand | | [HasOffhand](/skills/conditions/HasOffhand) | Entity | Checks if the target entity has something in the offhand |
| [HasOwner](/skills/conditions/hasowner) | Entity | Tests if the target mob has an owner | | [HasOwner](/skills/conditions/hasowner) | Entity | Tests if the target mob has an owner |
... ...
......