StefVDM

Untitled

Dec 2nd, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. #
  2. # ====================================
  3. # Mob Heads section
  4. # ====================================
  5. #
  6. # Set false to disable this feature
  7. gui-glass-color: 15
  8. collector-item:
  9. name: '&6&lCOLLECTOR BOX'
  10. material: NOTE_BLOCK
  11. lore:
  12. - ''
  13. - '&fPlace this down to collect items!'
  14. items:
  15. LEATHER:
  16. material: LEATHER
  17. subid: 0
  18. tnt: false
  19. slot: 19
  20. withdrawable: false
  21. sellable: true
  22. price: 5.0
  23. name: '&6&lLEATHER'
  24. ROTTEN_FLESH:
  25. material: ROTTEN_FLESH
  26. subid: 0
  27. tnt: false
  28. slot: 20
  29. withdrawable: false
  30. sellable: true
  31. price: 12.5
  32. name: '&6&lROTTEN FLESH'
  33. BONE:
  34. material: BONE
  35. subid: 0
  36. tnt: false
  37. slot: 21
  38. withdrawable: false
  39. sellable: true
  40. price: 25.0
  41. name: '&6&lBONE'
  42. BLAZE_ROD:
  43. material: BLAZE_ROD
  44. subid: 0
  45. tnt: false
  46. slot: 22
  47. withdrawable: false
  48. sellable: true
  49. price: 37.5
  50. name: '&6&lBLAZE ROD'
  51. SULPHUR:
  52. material: SULPHUR
  53. subid: 0
  54. tnt: false
  55. slot: 23
  56. withdrawable: false
  57. sellable: true
  58. price: 50.0
  59. name: '&6&lGUNPOWDER'
  60. IRON_INGOT:
  61. material: IRON_INGOT
  62. subid: 0
  63. tnt: false
  64. slot: 24
  65. withdrawable: false
  66. sellable: true
  67. price: 100.0
  68. name: '&6&lIRON INGOT'
  69. EMERALD:
  70. material: EMERALD
  71. subid: 0
  72. tnt: false
  73. slot: 25
  74. withdrawable: false
  75. sellable: true
  76. price: 150.0
  77. name: '&6&lEMERALD'
  78. mob-heads-enabled: true
  79. blackListedMobHeads: []
  80. mobheads-item:
  81. material: SKULL_ITEM
  82. subid: 0
  83. slot: 13
  84. name: '&6&lHEADS'
  85. exp-collecting-enabled: false
  86. exp-item:
  87. material: EXP_BOTTLE
  88. subid: 0
  89. slot: 14
  90. name: '&6EXP'
Advertisement
Add Comment
Please, Sign In to add comment