added StringEmpty and StringNotEmpty condition authored by Lxlp's avatar Lxlp
...@@ -318,6 +318,8 @@ Links to conditions added by addon plugins. Any conditions from these links will ...@@ -318,6 +318,8 @@ Links to conditions added by addon plugins. Any conditions from these links will
| [SpawnReason](/skills/conditions/SpawnReason) | Entity | Checks against the spawn reason of the target | | [SpawnReason](/skills/conditions/SpawnReason) | Entity | Checks against the spawn reason of the target |
| [Sprinting](/skills/conditions/Sprinting) | Entity | Checks if the target **Player** is sprinting | | [Sprinting](/skills/conditions/Sprinting) | Entity | Checks if the target **Player** is sprinting |
| [Stance](/skills/conditions/stance) | Entity | Checks the stance of the target mob | | [Stance](/skills/conditions/stance) | Entity | Checks the stance of the target mob |
| [StringEmpty](/skills/conditions/StringEmpty) | Meta | Checks if the provided string is empty |
| [StringNotEmpty](/skills/conditions/StringNotEmpty) | Meta | Checks if the provided string is not empty |
| [StringEquals](/skills/conditions/stringequals) | Meta | Checks if value1 equals value2. Both values can use variables and placeholders. | | [StringEquals](/skills/conditions/stringequals) | Meta | Checks if value1 equals value2. Both values can use variables and placeholders. |
| [Structure](/skills/conditions/structure) | Location | Matches if the target location is inside of a structure | | [Structure](/skills/conditions/structure) | Location | Matches if the target location is inside of a structure |
| [Sunny](/skills/conditions/sunny) | Location | If the weather is sunny in the target world. | | [Sunny](/skills/conditions/sunny) | Location | If the weather is sunny in the target world. |
... ...
......