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

Last updated