⚖️Condition Format

Available Placeholders

  • {world}

  • {amount}

  • {player_x}

  • {player_y}

  • {player_z}

  • {player_pitch}

  • {player_yaw}

  • {player}

Biome

Player must be in those biomes.

  conditions:
    1:
      type: biome
      biome: oraxen

Permission

Player must have all those permissions.

Remember that OP players will always have all permissions unless plugin set it not by default, so if you want to test this condition, you have to deop yourself.

Placeholder

Player must be meet the placeholder condition.

Rule can be set to:

  • >=

  • <=

  • >

  • <

  • == (String)

  • = (Number)

  • != (Number or string)

  • !*= (Number or string) Not contains.

  • *= (String) Contains, for example, str *= string is true, but example *= ple is false.

Any - Premium

Not - Premium

Equipped Prefix - Premium

Equipped Prefix Amount - Premium

Effected Prefix Amount - Premium

Last updated