Advertisement
Guest User

nbdEnchanter config v1.1

a guest
May 7th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 16.16 KB | None | 0 0
  1. # Configuration file for nbdEnchanter v1.1
  2.  
  3. # Made with a keyboard and computer
  4. # Report bugs / problems to me on discord!
  5. # https://discord.gg/j6Yj5B8
  6. # -nbdSteve
  7.  
  8. # Name of the Enchantment GUI opened with /enchanter, /ce or /customenchant.
  9. GUIName: '&3&l<&b&lnbd&f&lEnchanter&3&l>'
  10.  
  11. # The message sent to the player when they do /cereload
  12. ReloadMSG: '&b&lnbd&f&lEnchanter &b&l> &7You &a&nsuccessfully&7 reloaded the configuration file.'
  13. InsufficientPermMSG: '&b&lnbd&f&lEnchanter &b&l> &7You &c&ndo not&7 have permission to do that.'
  14.  
  15. # The message sent to the player if they cannot afford
  16. # the enchantment from /enchanter.
  17. InsufficientXPMSG: '&b&lnbd&f&lEnchanter &b&l> &7You &C&L&nDO NOT&7 have enough &e&l&nXP&7 to purchase that custom enchantment!'
  18.  
  19. # The message send to the player when the upgrade an enchantment through combining items.
  20. SuccessfulUpgradeMSG: '&b&lnbd&f&lEnchanter &b&l> &7You &a&l&nSUCCESSFULLY&7 upgraded your enchantment!'
  21.  
  22. # This is the message displayed if the user tries to combine.
  23. # an odd number of books
  24. FailedUpgradeMSG: '&b&lnbd&f&lEnchanter &b&l> &7You can &c&l&nONLY&7 combine books that are stacked evenly!'
  25.  
  26. # Change to 1.12 sound codes if you are using a version
  27. # that is more recent than 1.8!
  28.  
  29. # The sound played when the player does /enchanter
  30. EnchanterSound: VILLAGER_YES
  31. EnchanterSoundVolume: 1
  32. EnchanterSoundPitch: 1
  33.  
  34. # The sound played when the player applies an enchantment
  35. # to their item.
  36. EnchantApplySound: LEVEL_UP
  37. EnchantApplySoundVolume: 1
  38. EnchantApplySoundPitch: 1
  39.  
  40. # The sound played when the players upgrade succeeds
  41. SuccessfulUpgradeSound: ANVIL_BREAK
  42. SuccessfulUpgradeSoundVolume: 1
  43. SuccessfulUpgradeSoundPitch: 2
  44.  
  45. # The sound played when the players upgrade fails
  46. FailedUpgradeSound: BAT_TAKEOFF
  47. FailedUpgradeSoundVolume: 1
  48. FailedUpgradeSoundPitch: 1
  49.  
  50. # -----------------------------------------------
  51. # Custom enchantment #1 configuration.
  52. # This is a boots only enchantment.
  53.  
  54. # If the enchantment is enabled, this will prevent people
  55. # from buying the item in /enchanter.
  56. ce1Enabled: true
  57.  
  58. # The number of levels this enchantment will cost,
  59. # I have made a small tier system that you could use!
  60. ce1CostXP: 30
  61.  
  62. # The material displayed when the player does /enchanter.
  63. ce1GUIMaterial: DIAMOND_BOOTS
  64.  
  65. # The material of the item used to apply the enchantment.
  66. ce1ItemMaterial: BOOK
  67.  
  68. # The name and lore of the material displayed when the player
  69. # does /enchanter.
  70. ce1Name: '&6&lVelocity'
  71. ce1Lore1: '&7&m-------------------------'
  72. ce1Lore2: '&5&l* Increases Speed'
  73. ce1Lore3: '&d '
  74. ce1Lore4: '&f&l* TIER &b&l> &6&lMYTHIC'  
  75. ce1Lore5: '&f&l* COST &b&l> &e&l30 Levels'
  76. ce1Lore6: '&f&l* MAX LEVEL &b&l> &e&lII'
  77. ce1Lore7: '&7 (!) Boots Enchantment (!)'
  78. ce1Lore8: '&7&m-------------------------'
  79.  
  80. # The name and lore of the item the player receives when they
  81. # buy it from the /enchanter GUI.
  82. ce1BookName: '&6&lVelocity'
  83. ce1BookLore1: '&7&m-------------------------'
  84. ce1BookLore2: '&7Drag ''n'' Drop onto &eBOOTS&7,'
  85. ce1BookLore3: '&7to &nenchant&7 them with velocity.'
  86. ce1BookLore4: '&8 '
  87. ce1BookLore5: '&f&lTIER &b&l> &6&lMYTHIC'
  88. ce1BookLore6: '&7&m-------------------------'
  89.  
  90. # The message sent to the player if they already
  91. # have the enchantment on their item.
  92. ce1AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your boots already have the enchantment: &6&lVelocity&r'
  93.  
  94. # The potion effect that will be applied if the player
  95. # has this enchantment on their item.
  96. # **IMPORTANT**
  97. # IF YOU ONLY WANT TO HAVE 1 ACTIVE EFFECT SET ALL 3 POTION SLOTS
  98. # TO THE SAME POTION! The example is speed, speed and speed.
  99. # Futhermore, do not overlap potion effects with other enchantments.
  100. # Make each enchantment have its own unique potion effects - other wise,
  101. # you will run into problems with potion effects no applying!
  102. ce1PotionEffect1: 'SPEED'
  103. ce1PotionEffect2: 'SPEED'
  104. ce1PotionEffect3: 'SPEED'
  105.  
  106. # The maximum level that can be rolled in the /enchanter GUI.
  107. # THE MAXIMUM LEVEL FOR THE PLUGIN IS 5!
  108. ce1MaxLevel: 2
  109.  
  110. # The color and symbol for the enchantment level,
  111. # this is displayed after the enchantment name when the player
  112. # buys the enchantment from the /enchanter GUI (this is a bit hard to explain sorry!).
  113. ce1Level1: '&6&l I'
  114. ce1Level2: '&6&l II'
  115. ce1Level3: '&6&l III'
  116. ce1Level4: '&6&l IV'
  117. ce1Level5: '&6&l V'
  118.  
  119. # The lore that is applied to the players armor when the apply
  120. # the custom enchantment.
  121. ce1ItemLoreLevel1: '&6Velocity I'
  122. ce1ItemLoreLevel2: '&6Velocity II'
  123. ce1ItemLoreLevel3: '&6Velocity III'
  124. ce1ItemLoreLevel4: '&6Velocity IV'
  125. ce1ItemLoreLevel5: '&6Velocity V'
  126.  
  127. # End of custom enchantment #1 config
  128. # -----------------------------------------------
  129.  
  130. # -----------------------------------------------
  131. # Custom enchantment #2 configuration
  132. # This is a boots only enchantment
  133.  
  134. ce2Enabled: true
  135. ce2CostXP: 20
  136. ce2GUIMaterial: DIAMOND_BOOTS
  137. ce2ItemMaterial: BOOK
  138.  
  139. ce2Name: '&b&lRocket Shoes'
  140. ce2Lore1: '&7&m-------------------------'
  141. ce2Lore2: '&5&l* Increases Vertical Jump'
  142. ce2Lore3: '&f '
  143. ce2Lore4: '&f&l* TIER &b&l> &b&lSAGA'
  144. ce2Lore5: '&f&l* COST &b&l> &e&l20 Levels'
  145. ce2Lore6: '&f&l* MAX LEVEL &b&l> &e&lIII'
  146. ce2Lore7: '&7 (!) Boots Enchantment (!)'
  147. ce2Lore8: '&7&m-------------------------'
  148.  
  149. ce2BookName: '&b&lRocket Shoes'
  150. ce2BookLore1: '&7&m-------------------------'
  151. ce2BookLore2: '&7Drag ''n'' Drop onto &eBOOTS&7,'
  152. ce2BookLore3: '&7to &nenchant&7 them with rocket shoes.'
  153. ce2BookLore4: '&8 '
  154. ce2BookLore5: '&f&lTIER &b&l> &b&lSAGA'
  155. ce2BookLore6: '&7&m-------------------------'
  156.  
  157. ce2AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your boots already have the enchantment: &b&lRocket Shoes&r'
  158.  
  159. ce2PotionEffect1: 'JUMP'
  160. ce2PotionEffect2: 'JUMP'
  161. ce2PotionEffect3: 'JUMP'
  162.  
  163. ce2MaxLevel: 3
  164. ce2Level1: '&b&l I'
  165. ce2Level2: '&b&l II'
  166. ce2Level3: '&b&l III'
  167. ce2Level4: '&b&l IV'
  168. ce2Level5: '&b&l V'
  169.  
  170. ce2ItemLoreLevel1: '&bRocket Shoes I'
  171. ce2ItemLoreLevel2: '&bRocket Shoes II'
  172. ce2ItemLoreLevel3: '&bRocket Shoes III'
  173. ce2ItemLoreLevel4: '&bRocket Shoes IV'
  174. ce2ItemLoreLevel5: '&bRocket Shoes V'
  175.  
  176. # End of custom enchantment #2 config
  177. # -----------------------------------------------
  178.  
  179. # -----------------------------------------------
  180. # Custom enchantment #3 configuration
  181. # This is a leggings only enchantment
  182.  
  183. ce3Enabled: true
  184. ce3CostXP: 10
  185. ce3GUIMaterial: DIAMOND_LEGGINGS
  186. ce3ItemMaterial: BOOK
  187.  
  188. ce3Name: '&d&lTesselate'
  189. ce3Lore1: '&7&m-------------------------'
  190. ce3Lore2: '&5&l* Prevents Fire Damage'
  191. ce3Lore3: '&f '
  192. ce3Lore4: '&f&l* TIER &b&l> &d&lMORTAL'  
  193. ce3Lore5: '&f&l* COST &b&l> &e&l10 Levels'
  194. ce3Lore6: '&f&l* MAX LEVEL &b&l> &e&lI'
  195. ce3Lore7: '&7 (!) Leggings Enchantment (!)'
  196. ce3Lore8: '&7&m-------------------------'
  197.  
  198. ce3BookName: '&d&lTesselate'
  199. ce3BookLore1: '&7&m-------------------------'
  200. ce3BookLore2: '&7Drag ''n'' Drop onto &eLEGGINGS&7,'
  201. ce3BookLore3: '&7to &nenchant&7 them with tesselate.'
  202. ce3BookLore4: '&8 '
  203. ce3BookLore5: '&f&lTIER &b&l> &d&lMORTAL'
  204. ce3BookLore6: '&7&m-------------------------'
  205.  
  206. ce3AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your leggings already have the enchantment: &d&lTesselate&r'
  207.  
  208. ce3PotionEffect1: 'FIRE_RESISTANCE'
  209. ce3PotionEffect2: 'FIRE_RESISTANCE'
  210. ce3PotionEffect3: 'FIRE_RESISTANCE'
  211.  
  212. ce3MaxLevel: 1
  213. ce3Level1: '&d&l I'
  214. ce3Level2: '&d&l II'
  215. ce3Level3: '&d&l III'
  216. ce3Level4: '&d&l IV'
  217. ce3Level5: '&d&l V'
  218.  
  219. ce3ItemLoreLevel1: '&dTesselate I'
  220. ce3ItemLoreLevel2: '&dTesselate II'
  221. ce3ItemLoreLevel3: '&dTesselate III'
  222. ce3ItemLoreLevel4: '&dTesselate IV'
  223. ce3ItemLoreLevel5: '&dTesselate V'
  224.  
  225. # End of custom enchantment #3 config
  226. # -----------------------------------------------
  227.  
  228. # -----------------------------------------------
  229. # Custom enchantment #4 configuration
  230. # This is a leggings only enchantment
  231.  
  232. ce4Enabled: true
  233. ce4CostXP: 20
  234. ce4GUIMaterial: DIAMOND_LEGGINGS
  235. ce4ItemMaterial: BOOK
  236.  
  237. ce4Name: '&b&lInsomnia'
  238. ce4Lore1: '&7&m-------------------------'
  239. ce4Lore2: '&5&l* Never Sleep Again'
  240. ce4Lore3: '&f '
  241. ce4Lore4: '&f&l* TIER &b&l> &b&lSAGA'
  242. ce4Lore5: '&f&l* COST &b&l> &e&l20 Levels'
  243. ce4Lore6: '&f&l* MAX LEVEL &b&l> &e&lI'
  244. ce4Lore7: '&7 (!) Leggings Enchantment (!)'
  245. ce4Lore8: '&7&m-------------------------'
  246.  
  247. ce4BookName: '&b&lInsomnia'
  248. ce4BookLore1: '&7&m-------------------------'
  249. ce4BookLore2: '&7Drag ''n'' Drop onto &eLEGGINGS&7,'
  250. ce4BookLore3: '&7to &nenchant&7 them with insomnia.'
  251. ce4BookLore4: '&8 '
  252. ce4BookLore5: '&f&lTIER &b&l> &b&lSAGA'
  253. ce4BookLore6: '&7&m-------------------------'
  254.  
  255. ce4AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your leggings already have the enchantment: &b&lInsomnia&r'
  256.  
  257. ce4PotionEffect1: 'NIGHT_VISION'
  258. ce4PotionEffect2: 'NIGHT_VISION'
  259. ce4PotionEffect3: 'NIGHT_VISION'
  260.  
  261. ce4MaxLevel: 1
  262. ce4Level1: '&b&l I'
  263. ce4Level2: '&b&l II'
  264. ce4Level3: '&b&l III'
  265. ce4Level4: '&b&l IV'
  266. ce4Level5: '&b&l V'
  267.  
  268. ce4ItemLoreLevel1: '&bInsomnia I'
  269. ce4ItemLoreLevel2: '&bInsomnia II'
  270. ce4ItemLoreLevel3: '&bInsomnia III'
  271. ce4ItemLoreLevel4: '&bInsomnia IV'
  272. ce4ItemLoreLevel5: '&bInsomnia V'
  273.  
  274. # End of custom enchantment #4 config
  275. # -----------------------------------------------
  276.  
  277. # -----------------------------------------------
  278. # Custom enchantment #5 configuration
  279. # This is a chestplate only enchantment
  280.  
  281. ce5Enabled: true
  282. ce5CostXP: 30
  283. ce5GUIMaterial: DIAMOND_CHESTPLATE
  284. ce5ItemMaterial: BOOK
  285.  
  286. ce5Name: '&6&lDrunk'
  287. ce5Lore1: '&7&m-------------------------'
  288. ce5Lore2: '&5&l* Increases Strength'
  289. ce5Lore3: '&f '
  290. ce5Lore4: '&f&l* TIER &b&l> &6&lMYTHIC'
  291. ce5Lore5: '&f&l* COST &b&l> &e&l30 Levels'
  292. ce5Lore6: '&f&l* MAX LEVEL &b&l> &e&lII'
  293. ce5Lore7: '&7 (!) Chestplate Enchantment (!)'
  294. ce5Lore8: '&7&m-------------------------'
  295.  
  296. ce5BookName: '&6&lDrunk'
  297. ce5BookLore1: '&7&m-------------------------'
  298. ce5BookLore2: '&7Drag ''n'' Drop onto &eCHESTPLATES&7,'
  299. ce5BookLore3: '&7to &nenchant&7 them with drunk.'
  300. ce5BookLore4: '&8 '
  301. ce5BookLore5: '&f&lTIER &b&l> &6&lMYTHIC'
  302. ce5BookLore6: '&7&m-------------------------'
  303.  
  304. ce5AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your chestplate already has the enchantment: &6&lDrunk&r'
  305.  
  306. ce5PotionEffect1: 'INCREASE_DAMAGE'
  307. ce5PotionEffect2: 'CONFUSION'
  308. ce5PotionEffect3: 'SLOW_DIGGING'
  309.  
  310. ce5MaxLevel: 2
  311. ce5Level1: '&6&l I'
  312. ce5Level2: '&6&l II'
  313. ce5Level3: '&6&l III'
  314. ce5Level4: '&6&l IV'
  315. ce5Level5: '&6&l V'
  316.  
  317. ce5ItemLoreLevel1: '&6Drunk I'
  318. ce5ItemLoreLevel2: '&6Drunk II'
  319. ce5ItemLoreLevel3: '&6Drunk III'
  320. ce5ItemLoreLevel4: '&6Drunk IV'
  321. ce5ItemLoreLevel5: '&6Drunk V'
  322.  
  323. # End of custom enchantment #5 config
  324. # -----------------------------------------------
  325.  
  326. # -----------------------------------------------
  327. # Custom enchantment #6 configuration
  328. # This is a chestplate only enchantment
  329.  
  330. ce6Enabled: true
  331. ce6CostXP: 30
  332. ce6GUIMaterial: DIAMOND_CHESTPLATE
  333. ce6ItemMaterial: BOOK
  334.  
  335. ce6Name: '&6&lOverload'
  336. ce6Lore1: '&7&m-------------------------'
  337. ce6Lore2: '&5&l* Increases Health'
  338. ce6Lore3: '&f '
  339. ce6Lore4: '&f&l* TIER &b&l> &6&lMYTHIC'
  340. ce6Lore5: '&f&l* COST &b&l> &e&l30 Levels'
  341. ce6Lore6: '&f&l* MAX LEVEL &b&l> &e&lII'
  342. ce6Lore7: '&7 (!) Chestplate Enchantment (!)'
  343. ce6Lore8: '&7&m-------------------------'
  344.  
  345. ce6BookName: '&6&lOverload'
  346. ce6BookLore1: '&7&m-------------------------'
  347. ce6BookLore2: '&7Drag ''n'' Drop onto &eCHESTPLATES&7,'
  348. ce6BookLore3: '&7to &nenchant&7 them with overload.'
  349. ce6BookLore4: '&8 '
  350. ce6BookLore5: '&f&lTIER &b&l> &6&lMYTHIC'
  351. ce6BookLore6: '&7&m-------------------------'
  352.  
  353. ce6AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your chestplate already has the enchantment: &6&lOverload&r'
  354.  
  355. ce6PotionEffect1: 'HEALTH_BOOST'
  356. ce6PotionEffect2: 'HEALTH_BOOST'
  357. ce6PotionEffect3: 'HEALTH_BOOST'
  358.  
  359. ce6MaxLevel: 2
  360. ce6Level1: '&6&l I'
  361. ce6Level2: '&6&l II'
  362. ce6Level3: '&6&l III'
  363. ce6Level4: '&6&l IV'
  364. ce6Level5: '&6&l V'
  365.  
  366. ce6ItemLoreLevel1: '&6Overload I'
  367. ce6ItemLoreLevel2: '&6Overload II'
  368. ce6ItemLoreLevel3: '&6Overload III'
  369. ce6ItemLoreLevel4: '&6Overload IV'
  370. ce6ItemLoreLevel5: '&6Overload V'
  371.  
  372. # End of custom enchantment #6 config
  373. # -----------------------------------------------
  374.  
  375. # -----------------------------------------------
  376. # Custom enchantment #7 configuration
  377. # This is a helmet only enchantment
  378.  
  379. ce7Enabled: true
  380. ce7CostXP: 10
  381. ce7GUIMaterial: DIAMOND_HELMET
  382. ce7ItemMaterial: BOOK
  383.  
  384. ce7Name: '&6&lBuffet'
  385. ce7Lore1: '&7&m-------------------------'
  386. ce7Lore2: '&5&l* Never Eat Again'
  387. ce7Lore3: '&f '
  388. ce7Lore4: '&f&l* TIER &b&l> &6&lMYTHIC'
  389. ce7Lore5: '&f&l* COST &b&l> &e&l30 Levels'
  390. ce7Lore6: '&f&l* MAX LEVEL &b&l> &e&lI'
  391. ce7Lore7: '&7 (!) Helmet Enchantment (!)'
  392. ce7Lore8: '&7&m-------------------------'
  393.  
  394. ce7BookName: '&6&lBuffet'
  395. ce7BookLore1: '&7&m-------------------------'
  396. ce7BookLore2: '&7Drag ''n'' Drop onto &eHELMETS&7,'
  397. ce7BookLore3: '&7to &nenchant&7 them with buffet.'
  398. ce7BookLore4: '&8 '
  399. ce7BookLore5: '&f&lTIER &b&l> &6&lMYTHIC'
  400. ce7BookLore6: '&7&m-------------------------'
  401.  
  402. ce7AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your helmet already has the enchantment: &6&lBuffet&r'
  403.  
  404. ce7PotionEffect1: 'SATURATION'
  405. ce7PotionEffect2: 'SATURATION'
  406. ce7PotionEffect3: 'SATURATION'
  407.  
  408. ce7MaxLevel: 1
  409. ce7Level1: '&6&l I'
  410. ce7Level2: '&6&l II'
  411. ce7Level3: '&6&l III'
  412. ce7Level4: '&6&l IV'
  413. ce7Level5: '&6&l V'
  414.  
  415. ce7ItemLoreLevel1: '&6Buffet I'
  416. ce7ItemLoreLevel2: '&6Buffet II'
  417. ce7ItemLoreLevel3: '&6Buffet III'
  418. ce7ItemLoreLevel4: '&6Buffet IV'
  419. ce7ItemLoreLevel5: '&6Buffet V'
  420.  
  421. # End of custom enchantment #7 config
  422. # -----------------------------------------------
  423.  
  424. # -----------------------------------------------
  425. # Custom enchantment #8 configuration
  426. # This is a helmet only enchantment
  427.  
  428. ce8Enabled: true
  429. ce8CostXP: 20
  430. ce8GUIMaterial: DIAMOND_HELMET
  431. ce8ItemMaterial: BOOK
  432.  
  433. ce8Name: '&b&lAquatic'
  434. ce8Lore1: '&7&m-------------------------'
  435. ce8Lore2: '&5&l* Prevents Drowning'
  436. ce8Lore3: '&f '
  437. ce8Lore4: '&f&l* TIER &b&l> &b&lSAGA'
  438. ce8Lore5: '&f&l* COST &b&l> &e&l20 Levels'
  439. ce8Lore6: '&f&l* MAX LEVEL &b&l> &e&lI'
  440. ce8Lore7: '&7 (!) Helmet Enchantment (!)'
  441. ce8Lore8: '&7&m-------------------------'
  442.  
  443. ce8BookName: '&b&lAquatic'
  444. ce8BookLore1: '&7&m-------------------------'
  445. ce8BookLore2: '&7Drag ''n'' Drop onto &eHELMETS&7,'
  446. ce8BookLore3: '&7to &nenchant&7 them with aquatic.'
  447. ce8BookLore4: '&8 '
  448. ce8BookLore5: '&f&lTIER &b&l> &b&lSAGA'
  449. ce8BookLore6: '&7&m-------------------------'
  450.  
  451. ce8AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your helmet already has the enchantment: &b&lAquatic&r'
  452.  
  453. ce8PotionEffect1: 'WATER_BREATHING'
  454. ce8PotionEffect2: 'WATER_BREATHING'
  455. ce8PotionEffect3: 'WATER_BREATHING'
  456.  
  457. ce8MaxLevel: 1
  458. ce8Level1: '&b&l I'
  459. ce8Level2: '&b&l II'
  460. ce8Level3: '&b&l III'
  461. ce8Level4: '&b&l IV'
  462. ce8Level5: '&b&l V'
  463.  
  464. ce8ItemLoreLevel1: '&bAquatic I'
  465. ce8ItemLoreLevel2: '&bAquatic II'
  466. ce8ItemLoreLevel3: '&bAquatic III'
  467. ce8ItemLoreLevel4: '&bAquatic IV'
  468. ce8ItemLoreLevel5: '&bAquatic V'
  469.  
  470. # End of custom enchantment #8 config
  471. # -----------------------------------------------
  472.  
  473. # -----------------------------------------------
  474. # Custom enchantment #9 configuration
  475. # This is a tools only enchantment
  476.  
  477. ce9Enabled: true
  478. ce9CostXP: 30
  479. ce9GUIMaterial: DIAMOND_PICKAXE
  480. ce9ItemMaterial: BOOK
  481.  
  482. ce9Name: '&6&lOver Clock'
  483. ce9Lore1: '&7&m-------------------------'
  484. ce9Lore2: '&5&l* Increases Dig Speed'
  485. ce9Lore3: '&f '
  486. ce9Lore4: '&f&l* TIER &b&l> &6&lMYTHIC'
  487. ce9Lore5: '&f&l* COST &b&l> &e&l30 Levels'
  488. ce9Lore6: '&f&l* MAX LEVEL &b&l> &e&lIII'
  489. ce9Lore7: '&7 (!) Tools Enchantment (!)'
  490. ce9Lore8: '&7&m-------------------------'
  491.  
  492. ce9BookName: '&6&lOver Clock'
  493. ce9BookLore1: '&7&m-------------------------'
  494. ce9BookLore2: '&7Drag ''n'' Drop onto &eTOOLS&7,'
  495. ce9BookLore3: '&7to &nenchant&7 them with over clock.'
  496. ce9BookLore4: '&8 '
  497. ce9BookLore5: '&f&lTIER &b&l> &6&lMYTHIC'
  498. ce9BookLore6: '&7&m-------------------------'
  499.  
  500. ce9AlreadyEnchanted: '&b&lnbd&f&lEnchanter &b&l> &7Your tool already has the enchantment: &6&lOver Clock&r'
  501.  
  502. ce9PotionEffect1: 'FAST_DIGGING'
  503. ce9PotionEffect2: 'FAST_DIGGING'
  504. ce9PotionEffect3: 'FAST_DIGGING'
  505.  
  506. ce9MaxLevel: 3
  507. ce9Level1: '&6&l I'
  508. ce9Level2: '&6&l II'
  509. ce9Level3: '&6&l III'
  510. ce9Level4: '&6&l IV'
  511. ce9Level5: '&6&l V'
  512.  
  513. ce9ItemLoreLevel1: '&6Over Clock I'
  514. ce9ItemLoreLevel2: '&6Over Clock II'
  515. ce9ItemLoreLevel3: '&6Over Clock III'
  516. ce9ItemLoreLevel4: '&6Over Clock IV'
  517. ce9ItemLoreLevel5: '&6Over Clock V'
  518.  
  519. # End of custom enchantment #9 config
  520. # -----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement