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:
    1:
      type: permission
      permission: 'group.default'
  2:
    1:
      type: world
      world: world
    2:
      type: permission
      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:
  1:
    type: permission
    permission: 'hi.hi'

Last updated