Changes
Page history
Create Placeholder Condition
authored
Apr 07, 2021
by
Ethan
Show whitespace changes
Inline
Side-by-side
Placeholder-Condition.md
0 → 100644
View page @
8d107eec
## Description
Used for making custom conditions.
## Parameters
[
You can view all global parameters here.
](
https://git.lumine.io/Ehh/mmobars/-/wikis/Condition-Parameters
)
| 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 |
## Examples
```
conditions:
- '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