Advertisement
Guest User

Untitled

a guest
Sep 13th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. classes:
  2. # A rank
  3. Archer:
  4. #The permission name for the rank
  5. rank-name: archer
  6. #The display name.
  7. display-name: '&4Archer'
  8. #The price
  9. price: 10000
  10. #List of items required
  11. required-items:
  12. - "LEATHER_HELMET"
  13. #List of perks
  14. perks:
  15. #The Daze perk
  16. Daze:
  17. #Event type, when the perk occurs. (Events are: RIGHT_CLICK_PLAYER, HURT_PLAYER, HURT_BY_PLAYER, HURT_PLAYER_PROJECTILE, HURT_BY_PLAYER_PROJECTILE, RIGHT_CLICKED_BY_PLAYER, RIGHT_CLICK, LEFT_CLICK, PASSIVE)
  18. event: HURT_PLAYER_PROJECTILE
  19. #Chance from 0-100
  20. chance: 10
  21. #Cooldown in seconds
  22. cooldown: 10
  23. #List of actions
  24. actions:
  25. #The daze command action
  26. DazeCommand:
  27. #How long to delay it by
  28. delay: 0
  29. #Type of action (Types are: COMMAND, CANCEL)
  30. type: 'COMMAND'
  31. #List of commands to run
  32. commands:
  33. - "effect @d 9 10 1"
  34. #A list of requirements
  35. requirements:
  36. #The consume redstone requirement
  37. ConsumeRedstone:
  38. #Consume type. (Types are: ITEM, CONSUME)
  39. type: 'CONSUME'
  40. #List of items to consume
  41. consumed-items:
  42. #Consume 5 redstone per use
  43. - "REDSTONE*5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement