Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # The cooldown is for all blocks of that type. Hence why it's less time.
  2. Item:
  3. id: stone
  4. name: "&6Hunger Stone"
  5. lore:
  6. - "&7Useful for all"
  7. - "&7kinds of things!"
  8. flag:
  9. - hide_enchants
  10. enchant:
  11. - durability: 1
  12. Cooldown:
  13. default: 20 # 20 seconds
  14. message: '&c You must wait &d{time} &cbefore you can use this block again.'
  15. permissions:
  16. hopeitems.hungerstone.peddler.cooldown: 10
  17. hopeitems.hungerstone.journeyman.cooldown: 5
  18. blockStep:
  19. Action:
  20. player:
  21. - addFood: 4
  22. - message: '&d You have been fed a bit.'
  23. Crafting:
  24. type: shaped
  25. shape:
  26. - sps
  27. - sds
  28. - srs
  29. material:
  30. p: stone_plate
  31. s: stone:0
  32. d: diamond:0
  33. r: redstone:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement