Conditions

None

This price has no condition.

- 'none'

World

Player must be in those worlds.

Use ;; to separate each world.

- 'world: World1;;World2'

Permission

Player must have all those permissions.

Use ;; to separate each permissions.

- 'permission: permission.1;;permission.2'

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.

- 'placeholder: %player_points%;;>=;;200'

Last updated