⚖️Condition Format

Available Placeholders

  • {world}

  • {player_x}

  • {player_y}

  • {player_z}

  • {player_pitch}

  • {player_yaw}

  • {player}

Please note that MythicChanger supports use Powerful Item Placeholder at ConditionFormat.

  conditions:
    1:
      type: permission
      permission: 'group.vip'

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

Last updated