Conditions
This price has no condition.
- 'none'
Player must be in those worlds.
Use
;;
to separate each world.- 'world: World1;;World2'
Player must have all those permissions.
Use
;;
to separate each permissions.- 'permission: permission.1;;permission.2'
Player must be meet the placeholder condition. It consists of three parts, separated by
;;
. The format is <Placeholder>;;<Conditional Character>;;<Value>
.Conditional character can be set to:
- >=
- <=
- >
- <
- == (String)
- = (Int)
- *= (String) Contains, for example, str *= string is true, but example *= ple is false.
- 'placeholder: %player_points%;;>=;;200'
Last modified 3d ago