Conditions Option

Players must meet certain conditions to use this price. You should write this option like this format: (Rate condition key is rates-conditions, not conditions here!)

conditions:
  <Times>:
    - <Conditions>

For example:

conditions:
  1:
    - 'permission: group.default'
  2:
    - 'world: world'
    - 'permission: group.default'

You can also write this option like this format, this format means players should always meet those conditions, whatever the flip times.

conditions:
  - 'permission: hi.hi'

Last updated