Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. custom1:
  2. name: Shelter
  3. npc-giver-id: 21
  4. ask-message: Thy shall gather resources for shelter! You shall receive a &ajade &fand &ariches
  5. finish-message: Thy shall gather resources for shelter! You shall receive a &ajade &fand &ariches
  6. stages:
  7. ordered:
  8. '1':
  9. break-block-names:
  10. - '17'
  11. break-block-amounts:
  12. - 10
  13. break-block-durability:
  14. - 0
  15. items-to-brew:
  16. - ==: org.bukkit.inventory.ItemStack
  17. type: STONE_AXE
  18. meta:
  19. ==: ItemMeta
  20. meta-type: UNSPECIFIC
  21. display-name: Shelter_Axe
  22. enchants:
  23. DIG_SPEED: 1
  24. '2':
  25. break-block-names:
  26. - Sand
  27. break-block-amounts:
  28. - 12
  29. break-block-durability:
  30. - 0
  31. items-to-craft:
  32. - ==: org.bukkit.inventory.ItemStack
  33. type: STONE_SPADE
  34. meta:
  35. ==: ItemMeta
  36. meta-type: UNSPECIFIC
  37. display-name: Shelter_Shovel
  38. enchants:
  39. DIG_SPEED: 1
  40. '3':
  41. break-block-names:
  42. - Stone
  43. break-block-amounts:
  44. - 15
  45. break-block-durability:
  46. - 0
  47. items-to-brew:
  48. - ==: org.bukkit.inventory.ItemStack
  49. type: STONE_PICKAXE
  50. meta:
  51. ==: ItemMeta
  52. meta-type: UNSPECIFIC
  53. display-name: Shelter_Pickaxe
  54. enchants:
  55. DIG_SPEED: 1
  56. '4':
  57. break-block-names:
  58. - Coal_ore
  59. break-block-amounts:
  60. - 5
  61. break-block-durability:
  62. - 0
  63. rewards:
  64. items:
  65. - ==: org.bukkit.inventory.ItemStack
  66. type: EMERALD
  67. money: 500
  68. options:
  69. allow-commands: true
  70. allow-quitting: true
  71. use-dungeonsxl-plugin: false
  72. use-parties-plugin: true
  73. share-progress-level: 1
  74. require-same-quest: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement