Advertisement
Hipopotofobia

New Enchanter Menu

Aug 7th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. title: "Enchanter"
  2. rows: 3
  3.  
  4. #You can choose to fill the entire inventory with this material
  5. #fill:
  6. # material: "MATERIAL_HERE"
  7. # display-name: "&r"
  8.  
  9. contents:
  10. 1:
  11. material: "BONE_MEAL"
  12. display-name: "&f&lSimple Enchantment &7(Right Click)"
  13. lore:
  14. - "&7Examine to receive a random"
  15. - "&fsimple &7enchantment book."
  16. - ""
  17. - "&fUse &f/ee list simple &7to view a list"
  18. - "&fof possible enchants you could unlock!"
  19. - ""
  20. - "&b&lCOST &r&f{exp_cost} EXP"
  21. group: SIMPLE
  22. exp-cost: 400
  23. eco-cost: 0
  24. slot: 11
  25. 2:
  26. material: "LIME_DYE"
  27. display-name: "&a&lUnique Enchantment &7(Right Click)"
  28. lore:
  29. - "&7Examine to receive a random"
  30. - "&aunique &7enchantment book."
  31. - ""
  32. - "&fUse &a/ee list unique &7to view a list"
  33. - "&fof possible enchants you could unlock!"
  34. - ""
  35. - "&b&lCOST &r&f{exp_cost} EXP"
  36. group: UNIQUE
  37. exp-cost: 800
  38. eco-cost: 0
  39. slot: 12
  40. 3:
  41. material: "LIGHT_BLUE_DYE"
  42. display-name: "&b&lElite Enchantment &7(Right Click)"
  43. lore:
  44. - "&7Examine to receive a random"
  45. - "&belite &7enchantment book."
  46. - ""
  47. - "&fUse &b/ee list elite &7to view a list"
  48. - "&fof possible enchants you could unlock!"
  49. - ""
  50. - "&b&lCOST &r&f{exp_cost} EXP"
  51. group: ELITE
  52. exp-cost: 2500
  53. eco-cost: 0
  54. slot: 13
  55. 4:
  56. material: "PURPLE_DYE"
  57. display-name: "&e&lUltimate Enchantment &7(Right Click)"
  58. lore:
  59. - "&7Examine to receive a random"
  60. - "&eultimate &7enchantment book."
  61. - ""
  62. - "&fUse &e/ee list simple &7to view a list"
  63. - "&fof possible enchants you could unlock!"
  64. - ""
  65. - "&b&lCOST &r&f{exp_cost} EXP"
  66. group: ULTIMATE
  67. exp-cost: 5000
  68. eco-cost: 0
  69. slot: 14
  70. 5:
  71. material: "ORANGE_DYE"
  72. display-name: "&6&lLegendary Enchantment &7(Right Click)"
  73. lore:
  74. - "&7Examine to receive a random"
  75. - "&6legendary &7enchantment book."
  76. - ""
  77. - "&fUse &6/ee list simple &7to view a list"
  78. - "&fof possible enchants you could unlock!"
  79. - ""
  80. - "&b&lCOST &r&f{exp_cost} EXP"
  81. group: LEGENDARY
  82. exp-cost: 25000
  83. eco-cost: 0
  84. slot: 15
  85. explanation:
  86. material: PAINTING
  87. display-name: "&6Enchanter"
  88. lore:
  89. - "&7Click to &6buy &7a tiered enchantment book."
  90. - ""
  91. - "&6Right Click &7the book for a &6random &7enchant"
  92. - "&7of that tier."
  93. slot: 4
  94. corners:
  95. material: BLUE_STAINED_GLASS_PANE
  96. display-name: "&r"
  97. slot: "0,1,7,8,9,17,18,19,25,26"
  98. edge:
  99. material: LIGHT_BLUE_STAINED_GLASS_PANE
  100. display-name: "&r"
  101. slot: "2,3,5,6,20,21,22,23,24"
  102. whites:
  103. material: WHITE_STAINED_GLASS_PANE
  104. display-name: "&r"
  105. slot: "10,16"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement