PAPICondition

Condition using PlaceHolderAPI

Ex:

conditions:
    papi:
        - "%player_health% > 5"
        - "%player_name% == SuperMax_8"

All operations

  • >

  • <

  • >=

  • <=

  • == or =

  • !=

  • "%placeholder%" ITSELF if the placeholder return "true" or "false"

  • "!%placeholder%" NOTITSELF if the placeholder return "true" or "false" but reverse

Last updated