ConditionEntity
stringNotEmpty
since v5.8Checks if the given placeholder is null or empty.
Aliases
notEmpty
Configuration Fields (1)
| Name | Type | Default | Description |
|---|---|---|---|
| value val, v | PlaceholderString | — |
Examples & Notes
Example
Conditions:
- stringNotEmpty{value=<caster.var.examplevariable>}
Checks if the value of the <caster.var.examplevariable> placeholder is not an empty string
Universal Condition Options
- Author:
- Ashijin
