Update Placeholder Condition authored by Ethan's avatar Ethan
......@@ -6,12 +6,13 @@ Used for making custom conditions.
| Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | ------ |
| `placeholder` | `ph` | The placeholder to match to the value. | String | Required |
| `value` | `v` | What the placeholder will match to. | String | Required |
| `placeholder` | `ph` | The placeholder to match to the value. | String, Boolean | `Required` |
| `value` | `v` | What the placeholder will match to. | String | `Required` |
## Examples
```
conditions:
- 'placeholder{ph=%mmoitems_is_sleeping%;m=true}'
- 'placeholder{ph=%mmoitems_stat_defense%;value=100;operator=equal;m=true}'
- 'placeholder{ph=%mmoitems_stat_defense%;value=%mmoitems_stat_armor%;operator=less;equalto=true;m=true}'
```
\ No newline at end of file