Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. dragon:
  2. spell-class: ".targeted.DisguiseSpell"
  3. entity-type: enderdragon
  4. target-self: true
  5. toggle: true
  6. duration: 20
  7.  
  8. dragonbuff:
  9. spell-class: ".targeted.PotionEffectSpell"
  10. cooldown: 30
  11. type: 11
  12. duration: 400
  13. range: 20
  14. obey-los: true
  15. strenght: 2
  16. targeted: false
  17.  
  18. dragonfly:
  19. spell-class: ".buff.WindwalkSpell"
  20. enabled: true
  21. fly-speed: 0.4
  22. launch-speed: 1
  23. cancel-on-land: false
  24. cancel-on-logout: true
  25. cancel-on-teleport: true
  26. duration: 20
  27.  
  28. C2:
  29. spell-class: ".MultiSpell"
  30. name: "&7C2 Dragon"
  31. cooldown: 60
  32. cast-item: magma_cream
  33. spells:
  34. - dragonbuff
  35. - dragon
  36. - dragonfly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement