Guest User

Test Cooldown Item

a guest
Feb 15th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #Item
  2. TestCooldownItem:
  3. Id: stick
  4. Skills:
  5. - skill:TestSkill @self ~onUse
  6.  
  7.  
  8. #Skills
  9. TestSkill:
  10. Cooldown: 3
  11. OnCooldownSkill: TestCooldown
  12. Skills:
  13. - am{m="Skill Activated"}
  14. TestCooldown:
  15. Cooldown: 1
  16. Skills:
  17. - message{m="&fTest Skill &7on Cooldown&f<&co> <caster.skill.TestSkill.cooldown> seconds &fremaining."}
  18. - sound{s=block.fire.extinguish;sc=VOICE}
  19.  
Advertisement
Add Comment
Please, Sign In to add comment