πŸ’¬
Conversation Wiki
CtrlK
  • πŸ’¬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. πŸͺTriggers

BlockTrigger

Trigger conversation when clicking on a block or being around in a radius

Ex:

  triggers:
    block:
      triggers:
        - rightclick
        - leftclick
        - around{r=0.8}
      location:
        x: -28
        y: 70
        z: -46
        world: world
PreviousPermissionConditionNextNpcTrigger

Last updated 2 years ago