Advertisement
Guest User

Untitled

a guest
May 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.69 KB | None | 0 0
  1. effect-test-cloud:
  2.     spell-class: ".buff.DummySpell"
  3.     cancel-on-logout: true
  4.     cancel-on-change-world: true
  5.     can-cast-with-item: true
  6.     can-cast-by-command: true
  7.     toggle: true
  8.     bindable: false
  9.     effects:
  10.         0:
  11.             position: caster
  12.             effect: effectlibentity
  13.             effectlib:
  14.                 class: CloudEffect
  15.                 iterations: -1
  16.                 relativeOffset: 0,0,0
  17.                 offset: 0,6,0
  18.                 cloudParticle: CLOUD
  19.                 cloudColor:
  20.                 mainParticle: DRIP_WATER
  21.                 cloudSize: 0.7
  22.                 particleRadius: 0.6
  23.                 yOffset: 4.8
  24.                 period: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement