Conditions
None
This price has no condition.
World
Player must be in those worlds.
Use ;;
to separate each world.
Permission
Player must have all those permissions.
Use ;;
to separate each permissions.
Placeholder
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)
= (Number)
!= (Number or string)
!*= (Number or string) Not contains.
*= (Number or String) Contains, for example, str *= string is true, but example *= ple is false.
Last updated