elBukkit/MagicPlugin

CustomProjectile still target self when target_self is false

Clexus opened this issue · 0 comments

title

aoee:
  actions:
    cast:
    - class: AreaOfEffect
      radius: 10
      actions:
      - class: CustomProjectile
  effects:
    tick:
    - location: target
      effectlib:
        class: Particle
  parameters:
    target: self

example code