Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.30 KB | None | 0 0
  1. SunForAll:
  2.     spell-class: ".MultiSpell"
  3.     name: "&6Sun For All: Sunshine"
  4.     cooldown: 17
  5.     cast-item: nether_star
  6.     spells:
  7.        - SunForAll_Shine
  8.         - SunForAll_Shine2
  9.  
  10.  
  11. SunForAll_Shine:
  12.     spell-class: ".instant.ParticleProjectileSpell"
  13.     projectile-velocity: 0
  14.     projectile-gravity: 0
  15.     hit-radius: 2
  16.     max-duration: 10
  17.     max-distance: 20
  18.     particle-vertical-spread: 0.5
  19.     particle-horizontal-spread: 7
  20.     projectile-vert-offset: 0
  21.     projectile-horiz-offset: 0
  22.     particle-count: 500
  23.     particle-speed: 0
  24.     hit-air-during: true
  25.     hit-air-at-end: false
  26.     spell-interval: 1
  27.     particle-name: hugeexplosion
  28.     start-x-offset: 9
  29.     hit-players: false
  30.     hit-non-players: false
  31.     hit-ground: true
  32.     stop-on-hit-ground: false
  33.     stop-on-hit-entity: false
  34.     power-affects-velocity: false
  35.     render-distance: 100
  36.     hug-surface: true
  37.     height-from-surface: 7
  38.     spell: SunForAll_Aoe
  39.  
  40. SunForAll_Aoe:
  41.     spell-class: ".targeted.AreaEffectSpell"
  42.     horizontal-radius: 10
  43.     vertical-radius: 10
  44.     point-blank: true
  45.     target-players: true
  46.     fail-if-no-targets: false
  47.     max-targets: 0
  48.     spell-source-in-center: true
  49.     spells:
  50.            - SunForAll_Pain
  51.     effects:
  52.       RainParticle:
  53.         position: special
  54.         effect: particles
  55.         particle-name: idkwhatyouwant
  56.         horiz-spread: 9
  57.         vert-spread: 0.2
  58.         speed: 0
  59.         count: 90
  60.         y-offset: 0
  61. SunForAll_Pain:
  62.     spell-class: ".targeted.PainSpell"
  63.     damage: 3
  64.  
  65.  
  66.  
  67. SunForAll_Shine2:
  68.     spell-class: ".instant.ParticleProjectileSpell"
  69.     projectile-velocity: 0
  70.     projectile-gravity: 0
  71.     hit-radius: 2
  72.     max-duration: 3
  73.     start-x-offset: 9
  74.     max-distance: 20
  75.     particle-vertical-spread: 0.5
  76.     particle-horizontal-spread: 7
  77.     projectile-vert-offset: 0
  78.     projectile-horiz-offset: 0
  79.     particle-count: 1
  80.     particle-speed: 0
  81.     hit-air-during: true
  82.     hit-air-at-end: false
  83.     spell-interval: 20
  84.     particle-name: hugeexplosion
  85.     hit-players: false
  86.     hit-non-players: false
  87.     hit-ground: true
  88.     stop-on-hit-ground: false
  89.     stop-on-hit-entity: false
  90.     power-affects-velocity: false
  91.     render-distance: 100
  92.     hug-surface: true
  93.     height-from-surface: 7
  94.     spell: SunForAll_Aoe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement