Changes
Page history
added StringEmpty and StringNotEmpty condition
authored
Oct 16, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions.md
View page @
3e1fb33f
...
...
@@ -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 |
|
[
Sprinting
](
/skills/conditions/Sprinting
)
| Entity | Checks if the target
**Player**
is sprinting |
|
[
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. |
|
[
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. |
...
...
...
...