Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. TextTest:
  2. spell-class: ".instant.ParticleProjectileSpell"
  3. name: "&Text Test"
  4. cast-item: book
  5. cooldown: 7
  6. particle-count: 0
  7. tick-interval: 1
  8. projectile-gravity: 0
  9. particle-horizontal-spread: 0
  10. particle-vertical-spread: 0
  11. stop-on-hit-entity: false
  12. special-effect-interval: 3
  13. hit-radius: 3
  14. vertical-hit-radius: 3
  15. hit-air during: true
  16. spell-interval: 1
  17. render-distance: 30
  18. max-distance: 15
  19. hit-players: true
  20. hug-surface: false
  21. height-from-surface: 1
  22. max-duration: 15
  23. spell: pain
  24. effects:
  25. eff1:
  26. position: special
  27. effect: effectlibentity
  28. effectlib:
  29. class: TextEffect
  30. particle: redstone
  31. color: 82CFFD
  32. text: "Hey"
  33. iterations: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement