Advertisement
PiggiesGoSqueal

Untitled

Jan 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 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. # Condition:
  24. # player:
  25. # - food: value:<20,addFood 4
  26. # - food: value:<20,message "&d You have been fed a bit."
  27. Crafting:
  28. type: shaped
  29. shape:
  30. - sps
  31. - sds
  32. - srs
  33. material:
  34. p: stone_plate
  35. s: stone:0
  36. d: diamond:0
  37. r: redstone:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement