💬
Conversation Wiki
  • 💬Conversation
  • 📖Basics
    • Folder
    • File
    • Step Architecture
  • 🪜Steps
    • ConsoleCommandStep
    • ForcePlayerCommand
    • ActionBarStep
    • ChatClickChoiceTextStep
    • ClickTextStep
    • DelayTextStep
    • MovementChoiceTextStep
    • StartConversationStep
    • PlayerPlaySound
  • 📕Conditions
    • PAPICondition
    • PermissionCondition
  • 🪝Triggers
    • BlockTrigger
    • NpcTrigger
  • ⚙️Options
    • CancelCommandOption
    • EndStepOption
    • HideChatOption
    • MoveAwayToEndConversationOption
    • NoDamageOption
    • PositionLockOption
    • RotationLockOption
    • ShiftToEndConversationOption
  • 🛠️API
    • Implemented in your project
    • Simple case with the API
    • Adding a custom module with the API
Powered by GitBook
On this page
  1. Conditions

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

PreviousPlayerPlaySoundNextPermissionCondition

Last updated 2 years ago

📕