Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ht5:
  2. Cooldown: 10
  3. Conditions:
  4. - haspermission{p=rotmc.warrior} true
  5. - haspermission{p=rotmc.level.15} true
  6. - score{obj=Timer;v=0} true
  7. Skills:
  8. - modifytargetscore{obj=Timer;a=SET;v=10} @Self
  9. - potion{type=SPEED;duration=100;level=2} @Self
  10. - Aura{auraName=buff;duration=100} @self
  11. - effect:sound{s=entity.evoker.cast_spell;p=1.2;v=0.8;audience=target} @self ~onUse
  12.  
  13. Timer:
  14. Conditions:
  15. - score{obj=Timer;v=>0} true
  16. Skills:
  17. - modifytargetscore{obj=Timer;a=SUBTRACT;v=1} @Self
  18. CDMessage1:
  19. Conditions:
  20. - score{obj=Timer;v=>0} true
  21. Skills:
  22. - actionmessage{m="&bAbility on cooldown, &1<target.score.Timer> &bseconds left"} @Self
  23. - delay 25
  24. - skill{s=CDMessage2} @Self
  25. CDMessage2:
  26. Conditions:
  27. - score{obj=Timer;v=0} true
  28. Skills:
  29. - actionmessage{m="&bAbility Ready"} @Self
  30.  
  31. ------------------------------------------------------------------------------------------------------------------------
  32.  
  33. ht5:
  34. ItemStack:
  35. ==: org.bukkit.inventory.ItemStack
  36. v: 2230
  37. type: CARROT_ON_A_STICK
  38. meta:
  39. ==: ItemMeta
  40. meta-type: UNSPECIFIC
  41. display-name: §fHelmet of the Master §8[§1T5§8]
  42. lore:
  43. - §8§m--------------------------
  44. - §7A sacred helmet that was not
  45. - §7being used as most warriors
  46. - §7simply couldn't embrace the
  47. - §7power this helmet gives without
  48. - §7going insane
  49. - '§eOff-Hand Ability: §aLeft-Click'
  50. - '§eCooldown: §d10s'
  51. - '§eAbility: §aGives speed 3'
  52. - §afor 5 seconds and halves weapon
  53. - §aCooldown for 5 seconds
  54. - '§eClass:§f Warrior'
  55. - '§eLevel:§f 15+'
  56. - §8§m--------------------------
  57. - §r§a▸ 〘 Gem Socket 〙
  58. - §r§a▸ 〘 Gem Socket 〙
  59. custom-model-data: 145
  60. Unbreakable: true
  61. Skills:
  62. - skill{s=Timer} @Self ~onTimer:20
  63. - skill{s=CDMessage1} @Self ~onTimer:20
  64. - skill{s=ht5} @Self ~onSwing
  65.  
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement