Advertisement
Guest User

Untitled

a guest
Sep 6th, 2019
1,381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.44 KB | None | 0 0
  1. # --------------------------------------------------
  2. # EpicCraftingsPlus by Ajneb97
  3. # If you find bugs, please contact with me:
  4. # https://www.spigotmc.org/members/ajneb97.43796/
  5. # --------------------------------------------------
  6. # You can find tutorials on the plugin page.
  7. # https://www.spigotmc.org/resources/epiccraftingsplus-fully-configurable-crafts-1-8-1-11.39967/
  8. Config:
  9. decorative-menu-item: 'STAINED_GLASS_PANE:3'
  10. menu-page-item: ARROW
  11. click-to-craft-item: 'CHEST'
  12. craft-with-money-item: 'INK_SACK:10'
  13. firework-on-craft: true
  14. new-version-reminder: true
  15. block-ecraft-command: false
  16. enable-categories: true
  17. hide-craftings-with-permissions: true
  18. workbench-attach: false
  19. block-player-crafting-inventory: false
  20. cooldown-notification-messages: true
  21. cooldown-notification-sound:
  22. enabled: false
  23. sound: "NOTE_PLING;2;1.5"
  24. one-cooldown-at-the-time: false
  25. previous-next-crafting: true
  26. previous-next-crafting-item: 'STAINED_GLASS_PANE:14'
  27. log-file:
  28. enabled: true
  29. clear-log-time: 7
  30. Crafts:
  31. 'super_sword':
  32. id: 'DIAMOND_SWORD'
  33. name: "&4&lSuper Sword"
  34. lore:
  35. - "&6This is one of the best"
  36. - "&6swords on the server!"
  37. - ""
  38. - "&8[Created by: &c%player%&8]"
  39. category: weapons_armor
  40. enchants:
  41. - 'DAMAGE_ALL;6'
  42. - 'FIRE_ASPECT;3'
  43. requires:
  44. - 'DIAMOND;15;&bUnique Diamond;&7A legendary mineral;&7very hard to obtain..'
  45. - 'IRON_INGOT;10'
  46. permission: 'ecraft.supersword'
  47. one-time: true
  48. cooldown: 1800
  49. hide-flags:
  50. - HIDE_ATTRIBUTES
  51. extra-requires:
  52. - level,15,take
  53. commands-when-crafted:
  54. - "broadcast &2&l%player% crafted a &4&lSUPER SWORD&2&l!"
  55. 'gold_helmet':
  56. id: 'GOLD_HELMET'
  57. name: "&e&lKing Helmet"
  58. lore:
  59. - "&6Difficult to obtain, difficult to craft."
  60. - "&6The &eKing Helmet &6is one of the most"
  61. - "&6wanted items on the server..."
  62. category: weapons_armor
  63. unbreakable: true
  64. enchants:
  65. - 'PROTECTION_ENVIRONMENTAL;8'
  66. - 'THORNS;8'
  67. - 'OXYGEN;5'
  68. requires:
  69. - 'GOLD_HELMET;10'
  70. - 'GOLDEN_APPLE;20'
  71. - 'GOLDEN_CARROT;20'
  72. - 'GOLD_INGOT;50'
  73. - 'GLOWSTONE_DUST;50'
  74. - 'INK_SACK:11;60'
  75. 'epic_bow':
  76. id: 'BOW'
  77. name: "&aE&bP&cI&dC &6Bow"
  78. amount: '2'
  79. category: weapons_armor
  80. enchants:
  81. - 'ARROW_DAMAGE;4'
  82. - 'ARROW_INFINITE;1'
  83. requires:
  84. - 'BOW;10;ENCHANTS:ARROW_DAMAGE,1;DONT_REMOVE'
  85. - 'IRON_INGOT;40'
  86. - 'DIAMOND;30'
  87. 'command_1':
  88. id: 'GHAST_TEAR'
  89. name: "&2&lMoney Exchange"
  90. lore:
  91. - "&6When crafting this, you will get"
  92. - "&2$500&6. You can use the money to buy"
  93. - "&6items on the shop."
  94. category: others
  95. requires:
  96. - 'IRON_INGOT;10'
  97. command: eco give %player% 500
  98. cooldown: 30
  99. 'command_2':
  100. id: 'GHAST_TEAR'
  101. name: "&4&lVIP &7Rank"
  102. lore:
  103. - "&6When crafting this, you will receive"
  104. - "&6the &4&lVIP &6rank. Good luck getting"
  105. - "&6the ingredients!"
  106. category: others
  107. requires:
  108. - 'COMMAND;30'
  109. - 'BARRIER;30'
  110. - 'BEDROCK;30'
  111. - 'DEAD_BUSH;30'
  112. - 'MOB_SPAWNER;1'
  113. extra-requires:
  114. - crafting,command_1,5
  115. command: pex user %player% group set VIP
  116. 'command_on_click':
  117. id: 'STICK'
  118. name: "&5&lSpeed &d&lStick"
  119. lore:
  120. - "&6This stick have a little secret"
  121. - "&bRight Click &6to know it ;)"
  122. category: others
  123. requires:
  124. - 'STICK;64'
  125. - 'BLAZE_ROD;64'
  126. command-on-click:
  127. - "console: effect %player% 1 30 2"
  128. - "console: msg %player% &4You used the &5&lSpeed &d&lStick"
  129. command-wait: 180
  130. 'key_item':
  131. id: 'LEVER'
  132. name: "&2&lMagic &d&lKey"
  133. lore:
  134. - "&6With this item you can open one"
  135. - "&6of the mystery vaults on the spawn"
  136. category: others
  137. block-interaction: true
  138. block-interaction-message: "&cThis is a special item, you can't interact with it"
  139. block-use-in-crafting-tables: true
  140. block-use-in-crafting-tables-message: "&cThis is a special item, you can't craft with it"
  141. requires:
  142. - 'GOLD_INGOT;30'
  143. success-rate: 25
  144. success-rate-failed-message: "&cThe creation of the &2Magic &dKey &cfailed! The Mystery Vaults can't be opened yet..."
  145. success-rate-failed-commands:
  146. - 'eco take %player% 100'
  147. 'random':
  148. id: 'EMERALD'
  149. name: "&c&lRandom Item"
  150. lore:
  151. - "&aCrafting this, you can get one of these items:"
  152. - "&4Super Sword &7-> &220%"
  153. - "&4King Helmet &7-> &230%"
  154. - "&4Epic Bow &7-> &250%"
  155. - ""
  156. - "&6Good luck! :)"
  157. category: others
  158. requires:
  159. - 'BEACON;5'
  160. random:
  161. - "super_sword;20"
  162. - "gold_helmet;30"
  163. - "epic_bow;50"
  164. 'enchants_sword':
  165. id: 'DIAMOND_SWORD'
  166. name: "&4&lAlpha Sword"
  167. lore:
  168. - "&aCrafting this, you can get a sword"
  169. - "&awith Damage_All enchant from level 1 to 10"
  170. category: weapons_armor
  171. cooldown: 40
  172. cooldown-bypass-cost: 500
  173. enchants:
  174. - 'DAMAGE_ALL;1-10'
  175. requires:
  176. - 'DIAMOND;55'
  177. 'skull-with-texture':
  178. id: 'SKULL_ITEM:3'
  179. skull-id: 'ec62ea75-402c-44fb-8f71-bef0015a4634'
  180. skull-texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTA4Yjc3MmVjYWVlNzA2MjM1ZDFhZGJmMGI5YTI5YjU4YmE5YzBlZDYwZGU2ZjEwZWZiMWE3Zjg2ZDllIn19fQ=='
  181. name: "&2&lChristmas Ornament"
  182. amount: 16
  183. category: others
  184. requires:
  185. - 'RAW_FISH;1'
  186. 'random-lore-stats':
  187. id: 'IRON_BOOTS'
  188. name: "&6Magic Boots"
  189. unbreakable: true
  190. lore:
  191. - "&8&m---------&7STATS&8&m---------"
  192. - ''
  193. - "&a+$random-120-170$ &7Health &4\u2764"
  194. - "&a+$random-5-10$ &7Dexterity &f\u2738"
  195. - ''
  196. - "&8&m-----------------------"
  197. ignore-required-items-lore: true
  198. category: weapons_armor
  199. requires:
  200. - 'MELON_BLOCK;1'
  201. - 'IRON_BOOTS;1;&2Normal Boots;&7Level 1'
  202. 'workbench':
  203. id: 'WORKBENCH'
  204. amount: 1
  205. category: others
  206. ignore-required-items-data-values: true
  207. requires:
  208. - 'WOOD;4'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement