CodeRida

Untitled

Jul 9th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.75 KB | None | 0 0
  1. #Potion Effect Names to pick from: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
  2. Enchantments:
  3. Cyborg: #Enchantment
  4. Enabled: True #Enable and disable the enchantment
  5. Name: 'Cyborg' #The in-game name of the enchantment
  6. Color: '&6' #The color of the enchantment on the item
  7. BookColor: '&6&l' #The color of the enchantment on the book
  8. MaxPower: 1 #Max lvl the enchantment goes up to
  9. Categories: #All the categories the Enchantment can be found in
  10. - 'Legendary'
  11. Info:
  12. Name: '&6&lCyborg &7&l<&eI&7&l>'
  13. Description:
  14. - '&eGives you speed, strength and'
  15. - '&ejump boost to take down your enemies.'
  16. - '&7Armor Enchant'
  17. EnchantOptions: #Customizing Options for each enchantment.
  18. ItemsEnchantable: 'Armor' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  19. ArmorOptions: #Options that only effect Armor Enchantments.
  20. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  21. PotionEffects: #Potion types that will be applied.
  22. - 'SPEED:1, Time:1000000'
  23. - 'INCREASE_DAMAGE:2, Time:1000000'
  24. - 'JUMP:2, Time:1000000'
  25. Sniper: #Enchantment
  26. Enabled: True #Enable and disable the enchantment
  27. Name: 'Sniper' #The in-game name of the enchantment
  28. Color: '&6' #The color of the enchantment on the item
  29. BookColor: '&6&l' #The color of the enchantment on the book
  30. MaxPower: 5 #Max lvl the enchantment goes up to
  31. Categories: #All the categories the Enchantment can be found in
  32. - 'Legendary'
  33. Info:
  34. Name: '&6&lSniper &7&l<&6I&7-&6V&7&l>'
  35. Description:
  36. - '&eShoot an enemy with this and'
  37. - '&eit has a chance to poison them.'
  38. - '&7Bow Enchant'
  39. EnchantOptions: #Customizing Options for each enchantment.
  40. ItemsEnchantable: 'Bow' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  41. BowOptions: #Options that only effect Bow Enchantments.
  42. OnHit: #When the arrow Hits.
  43. #Remove the # to use the Exploding option.
  44. #Ground: #Options if the arrow hits the ground.
  45. # Explode: #Options for the explosion.
  46. # Power: 2 #The power of the explosion.
  47. # PowerIncrease: 2 #How much each lvl will increases the strength.
  48. # Chance: 25 #Chance of the arrow exploding.
  49. Damaged: #The player that is attacked.
  50. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  51. PotionEffects: #Effects that are added to the Damaged.
  52. - 'POISON:2, Time:5, Chance:25'
  53. Slice: #Enchantment
  54. Enabled: True #Enable and disable the enchantment
  55. Name: 'Slice' #The in-game name of the enchantment
  56. Color: '&6' #The color of the enchantment on the item
  57. BookColor: '&6&l' #The color of the enchantment on the book
  58. MaxPower: 2 #Max lvl the enchantment goes up to
  59. Categories: #All the categories the Enchantment can be found in
  60. - 'Legendary'
  61. Info:
  62. Name: '&6&lSlice &7&l<&6I&7-&6II&7&l>'
  63. Description:
  64. - '&eGives you a chance to'
  65. - '&edo a lot more damage.'
  66. - '&7Weapon Enchant'
  67. EnchantOptions: #Customizing Options for each enchantment.
  68. ItemsEnchantable: 'Weapons' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  69. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  70. #Remove the # to use the Damager options.
  71. #Damager: #The player with the sword.
  72. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  73. # PotionEffects: #Effects that are added to the Damager.
  74. # - 'REGENERATION:2, Time:10, Chance:25'
  75. Damaged: #The player that is attacked.
  76. DamageMultiplyer: #The Damager Multipler Option.
  77. PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  78. Multiplyer: 2 #How many times stronger the attack is.
  79. Chance: 25 #The chance of the multiplier happening.
  80. #Remove the # to use the Potion options.
  81. #PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  82. #PotionEffects: #Effects that are added to the Damaged.
  83. # - 'POISON:2, Time:5, Chance:25'
  84. Insomnla: #Enchantment
  85. Enabled: True #Enable and disable the enchantment
  86. Name: 'Insomnia' #The in-game name of the enchantment
  87. Color: '&7' #The color of the enchantment on the item
  88. BookColor: '&7&l' #The color of the enchantment on the book
  89. MaxPower: 7 #Max lvl the enchantment goes up to
  90. Categories: #All the categories the Enchantment can be found in
  91. - 'Simple'
  92. Info:
  93. Name: '&7&lInsomnia &7&l<&fI&7-&fVII&7&l>'
  94. Description:
  95. - '&eA chance to give your opponent slowness,'
  96. - '&eslow swinging and confusion.'
  97. - '&7Weapon Enchant'
  98. EnchantOptions: #Customizing Options for each enchantment.
  99. ItemsEnchantable: 'Weapons' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  100. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  101. #Remove the # to use the Damager options.
  102. #Damager: #The player with the sword.
  103. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  104. # PotionEffects: #Effects that are added to the Damager.
  105. # - 'REGENERATION:2, Time:10, Chance:25'
  106. Damaged: #The player that is attacked.
  107. #DamageMultiplyer: #The Damager Multipler Option.
  108. #PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  109. #Multiplyer: 2 #How many times stronger the attack is.
  110. #Chance: 25 #The chance of the multiplier happening.
  111. #Remove the # to use the Potion options.
  112. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  113. PotionEffects: #Effects that are added to the Damaged.
  114. - 'SLOW:0, Time:5, Chance:20'
  115. - 'SLOW_DIGGING:0, Time:10, Chance:20'
  116. - 'CONFUSION:0, Time:15, Chance:20'
  117. Unfocus: #Enchantment
  118. Enabled: True #Enable and disable the enchantment
  119. Name: 'Unfocus' #The in-game name of the enchantment
  120. Color: '&e' #The color of the enchantment on the item
  121. BookColor: '&e&l' #The color of the enchantment on the book
  122. MaxPower: 5 #Max lvl the enchantment goes up to
  123. Categories: #All the categories the Enchantment can be found in
  124. - 'Ultimate'
  125. Info:
  126. Name: '&e&lUnfocus &7&l<&eI&7-&eV&7&l>'
  127. Description:
  128. - '&eA chance to unfocus your opponent,'
  129. - '&ereducing their outgoing bow damage'
  130. - '&eby 50% for up to 10 seconds.'
  131. - '&7Bow Enchant'
  132. EnchantOptions: #Customizing Options for each enchantment.
  133. ItemsEnchantable: 'Bow' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  134. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  135. #Remove the # to use the Damager options.
  136. #Damager: #The player with the sword.
  137. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  138. # PotionEffects: #Effects that are added to the Damager.
  139. # - 'REGENERATION:2, Time:10, Chance:25'
  140. Damaged: #The player that is attacked.
  141. #DamageMultiplyer: #The Damager Multipler Option.
  142. #PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  143. #Multiplyer: 2 #How many times stronger the attack is.
  144. #Chance: 25 #The chance of the multiplier happening.
  145. #Remove the # to use the Potion options.
  146. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  147. PotionEffects: #Effects that are added to the Damaged.
  148. - 'WEAKNESS:0, Time:3, Chance:35'
  149. Virus: #Enchantment
  150. Enabled: True #Enable and disable the enchantment
  151. Name: 'Virus' #The in-game name of the enchantment
  152. Color: '&b' #The color of the enchantment on the item
  153. BookColor: '&b&l' #The color of the enchantment on the book
  154. MaxPower: 4 #Max lvl the enchantment goes up to
  155. Categories: #All the categories the Enchantment can be found in
  156. - 'Elite'
  157. Info:
  158. Name: '&b&lVirus &7&l<&bI&7-&bIV&7&l>'
  159. Description:
  160. - '&eMultiplies all wither and poison damage'
  161. - '&ethe affected opponent receives.'
  162. - '&7Bow Enchant'
  163. EnchantOptions: #Customizing Options for each enchantment.
  164. ItemsEnchantable: 'Bow' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  165. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  166. #Remove the # to use the Damager options.
  167. #Damager: #The player with the sword.
  168. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  169. # PotionEffects: #Effects that are added to the Damager.
  170. # - 'REGENERATION:2, Time:10, Chance:25'
  171. Damaged: #The player that is attacked.
  172. DamageMultiplyer: #The Damager Multipler Option.
  173. PowerIncrease: 0 #How many times the Multiplier will go up each lvl.
  174. Multiplyer: 1 #How many times stronger the attack is.
  175. Chance: 25 #The chance of the multiplier happening.
  176. #Remove the # to use the Potion options.
  177. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  178. PotionEffects: #Effects that are added to the Damaged.
  179. - 'WITHER:0, Time:10, Chance:100'
  180. - 'POISON:0, Time:10, Chance:100'
  181. Greatsword: #Enchantment
  182. Enabled: True #Enable and disable the enchantment
  183. Name: 'Greatsword' #The in-game name of the enchantment
  184. Color: '&6' #The color of the enchantment on the item
  185. BookColor: '&6&l' #The color of the enchantment on the book
  186. MaxPower: 5 #Max lvl the enchantment goes up to
  187. Categories: #All the categories the Enchantment can be found in
  188. - 'Legendary'
  189. Info:
  190. Name: '&6&lGreatsword &7&l<&6I&7-&6V&7&l>'
  191. Description:
  192. - '&eMultiplies damage against opponents who are'
  193. - '&ewielding a BOW at the time they are hit.'
  194. - '&7Sword Enchant'
  195. EnchantOptions: #Customizing Options for each enchantment.
  196. ItemsEnchantable: 'Sword' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  197. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  198. #Remove the # to use the Damager options.
  199. #Damager: #The player with the sword.
  200. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  201. # PotionEffects: #Effects that are added to the Damager.
  202. # - 'REGENERATION:2, Time:10, Chance:25'
  203. Damaged: #The player that is attacked.
  204. DamageMultiplyer: #The Damager Multipler Option.
  205. PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  206. Multiplyer: 1 #How many times stronger the attack is.
  207. Chance: 10 #The chance of the multiplier happening.
  208. #Remove the # to use the Potion options.
  209. #PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  210. #PotionEffects: #Effects that are added to the Damaged.
  211. #- 'EFFECT_NAME, Time:10, Chance:100'
  212. #- 'EFFECT_NAME, Time:10, Chance:100'
  213. Silence: #Enchantment
  214. Enabled: True #Enable and disable the enchantment
  215. Name: 'Silence' #The in-game name of the enchantment
  216. Color: '&e' #The color of the enchantment on the item
  217. BookColor: '&e&l' #The color of the enchantment on the book
  218. MaxPower: 4 #Max lvl the enchantment goes up to
  219. Categories: #All the categories the Enchantment can be found in
  220. - 'Legendary'
  221. Info:
  222. Name: '&e&lSilence &7&l<&eI&7-&eIV&7&l>'
  223. Description:
  224. - '&eA chance to weaken opponent''s attacks.'
  225. - '&7Sword Enchant'
  226. EnchantOptions: #Customizing Options for each enchantment.
  227. ItemsEnchantable: 'Sword' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  228. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  229. #Remove the # to use the Damager options.
  230. #Damager: #The player with the sword.
  231. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  232. # PotionEffects: #Effects that are added to the Damager.
  233. # - 'REGENERATION:2, Time:10, Chance:25'
  234. Damaged: #The player that is attacked.
  235. #DamageMultiplyer: #The Damager Multipler Option.
  236. #PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  237. #Multiplyer: 1 #How many times stronger the attack is.
  238. #Chance: 25 #The chance of the multiplier happening.
  239. #Remove the # to use the Potion options.
  240. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  241. PotionEffects: #Effects that are added to the Damaged.
  242. - 'WEAKNESS:0, Time:6, Chance:25'
  243. Tank: #Enchantment
  244. Enabled: True #Enable and disable the enchantment
  245. Name: 'Tank' #The in-game name of the enchantment
  246. Color: '&6' #The color of the enchantment on the item
  247. BookColor: '&6&l' #The color of the enchantment on the book
  248. MaxPower: 4 #Max lvl the enchantment goes up to
  249. Categories: #All the categories the Enchantment can be found in
  250. - 'Legendary'
  251. Info:
  252. Name: '&6&lTank &7&l<&6I&7-&6IV&7&l>'
  253. Description:
  254. - '&eDecreases damage from your opponents.'
  255. - '&7Armor Enchant'
  256. EnchantOptions: #Customizing Options for each enchantment.
  257. ItemsEnchantable: 'Armor' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  258. ArmorOptions: #Options that only effect Armor Enchantments.
  259. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  260. PotionEffects: #Potion types that will be applied.
  261. - 'DAMAGE_RESISTANCE:0, Time:1000000'
  262. Barbarian: #Enchantment
  263. Enabled: True #Enable and disable the enchantment
  264. Name: 'Barbarian' #The in-game name of the enchantment
  265. Color: '&6' #The color of the enchantment on the item
  266. BookColor: '&6&l' #The color of the enchantment on the book
  267. MaxPower: 4 #Max lvl the enchantment goes up to
  268. Categories: #All the categories the Enchantment can be found in
  269. - 'Legendary'
  270. Info:
  271. Name: '&6&lBarbarian &7&l<&6I&7-&6IV&7&l>'
  272. Description:
  273. - '&eChance to multiply your damage against your opponents.'
  274. - '&7Axe Enchant'
  275. EnchantOptions: #Customizing Options for each enchantment.
  276. ItemsEnchantable: 'Axe' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  277. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  278. #Remove the # to use the Damager options.
  279. #Damager: #The player with the sword.
  280. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  281. # PotionEffects: #Effects that are added to the Damager.
  282. # - 'REGENERATION:2, Time:10, Chance:25'
  283. Damaged: #The player that is attacked.
  284. #DamageMultiplyer: #The Damager Multipler Option.
  285. PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  286. Multiplyer: 1 #How many times stronger the attack is.
  287. Chance: 5 #The chance of the multiplier happening.
  288. #Remove the # to use the Potion options.
  289. #PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  290. #PotionEffects: #Effects that are added to the Damaged.
  291. #- 'WEAKNESS:0, Time:6, Chance:25'
  292. Ghost: #Enchantment
  293. Enabled: True #Enable and disable the enchantment
  294. Name: 'Ghost' #The in-game name of the enchantment
  295. Color: '&6' #The color of the enchantment on the item
  296. BookColor: '&6&l' #The color of the enchantment on the book
  297. MaxPower: 3 #Max lvl the enchantment goes up to
  298. Categories: #All the categories the Enchantment can be found in
  299. - 'Legendary'
  300. Info:
  301. Name: '&6&lGhost &7&l<&6I&7-&6III&7&l>'
  302. Description:
  303. - '&eChance to become invisible for a short time'
  304. - '&ewhen you get struck by an enemy.'
  305. - '&7Boots Enchant'
  306. EnchantOptions: #Customizing Options for each enchantment.
  307. ItemsEnchantable: 'Boots' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  308. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  309. #Remove the # to use the Damager options.
  310. #Damager: #The player with the sword.
  311. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  312. # PotionEffects: #Effects that are added to the Damager.
  313. # - 'REGENERATION:2, Time:10, Chance:25'
  314. Damaged: #The player that is attacked.
  315. #DamageMultiplyer: #The Damager Multipler Option.
  316. #PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  317. #Multiplyer: 1 #How many times stronger the attack is.
  318. #Chance: 5 #The chance of the multiplier happening.
  319. #Remove the # to use the Potion options.
  320. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  321. PotionEffects: #Effects that are added to the Damaged.
  322. - 'INVISIBILITY, Time:4, Chance:10'
  323. DoubleStrike: #Enchantment
  324. Enabled: True #Enable and disable the enchantment
  325. Name: 'DoubleStrike' #The in-game name of the enchantment
  326. Color: '&6' #The color of the enchantment on the item
  327. BookColor: '&6&l' #The color of the enchantment on the book
  328. MaxPower: 3 #Max lvl the enchantment goes up to
  329. Categories: #All the categories the Enchantment can be found in
  330. - 'Legendary'
  331. Info:
  332. Name: '&6&lDoubleStrike &7&l<&6I&7-&6III&7&l>'
  333. Description:
  334. - '&eA chance to strike twice.'
  335. - '&7Sword Enchant'
  336. EnchantOptions: #Customizing Options for each enchantment.
  337. ItemsEnchantable: 'Sword' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  338. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  339. #Remove the # to use the Damager options.
  340. Damager: #The player with the sword.
  341. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  342. PotionEffects: #Effects that are added to the Damager.
  343. - 'FAST_DIGGING:1, Time:1, Chance:10'
  344. Damaged: #The player that is attacked.
  345. #DamageMultiplyer: #The Damager Multipler Option.
  346. #PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  347. #Multiplyer: 1 #How many times stronger the attack is.
  348. #Chance: 5 #The chance of the multiplier happening.
  349. #Remove the # to use the Potion options.
  350. #PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  351. #PotionEffects: #Effects that are added to the Damaged.
  352. # - 'FAST_DIGGING:1, Time:1, Chance:10'
  353. Inversion: #Enchantment
  354. Enabled: True #Enable and disable the enchantment
  355. Name: 'Inversion' #The in-game name of the enchantment
  356. Color: '&6' #The color of the enchantment on the item
  357. BookColor: '&6&l' #The color of the enchantment on the book
  358. MaxPower: 4 #Max lvl the enchantment goes up to
  359. Categories: #All the categories the Enchantment can be found in
  360. - 'Legendary'
  361. Info:
  362. Name: '&6&lInversion &7&l<&6I&7-&6IV&7&l>'
  363. Description:
  364. - '&eBy dealing damage to your opponent'
  365. - '&eyou have a % chance gain short burst'
  366. - '&eof resistance and regeneration.'
  367. - '&7Sword Enchant'
  368. EnchantOptions: #Customizing Options for each enchantment.
  369. ItemsEnchantable: 'Sword' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  370. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  371. #Remove the # to use the Damager options.
  372. Damager: #The player with the sword.
  373. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  374. PotionEffects: #Effects that are added to the Damager.
  375. - 'DAMAGE_RESISTANCE:0, Time:3, Chance:10'
  376. - 'REGENERATION:0, Time:3, Chance:10'
  377. Damaged: #The player that is attacked.
  378. #DamageMultiplyer: #The Damager Multipler Option.
  379. #PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  380. #Multiplyer: 1 #How many times stronger the attack is.
  381. #Chance: 5 #The chance of the multiplier happening.
  382. #Remove the # to use the Potion options.
  383. #PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  384. #PotionEffects: #Effects that are added to the Damaged.
  385. # - 'FAST_DIGGING:1, Time:1, Chance:10'
  386. BlindArrow: #Enchantment
  387. Enabled: True #Enable and disable the enchantment
  388. Name: 'BlindArrow' #The in-game name of the enchantment
  389. Color: '&b' #The color of the enchantment on the item
  390. BookColor: '&b&l' #The color of the enchantment on the book
  391. MaxPower: 3 #Max lvl the enchantment goes up to
  392. Categories: #All the categories the Enchantment can be found in
  393. - 'Elite'
  394. Info:
  395. Name: '&b&lBlindArrow &7&l<&bI&7-&bIII&7&l>'
  396. Description:
  397. - '&eA chance of causing the blindness'
  398. - '&edebuff on your opponent.'
  399. - '&7Bow Enchant'
  400. EnchantOptions: #Customizing Options for each enchantment.
  401. ItemsEnchantable: 'Bow' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  402. BowOptions: #Options that only effect Bow Enchantments.
  403. OnHit: #When the arrow Hits.
  404. #Remove the # to use the Exploding option.
  405. #Ground: #Options if the arrow hits the ground.
  406. # Explode: #Options for the explosion.
  407. # Power: 2 #The power of the explosion.
  408. # PowerIncrease: 2 #How much each lvl will increases the strength.
  409. # Chance: 25 #Chance of the arrow exploding.
  410. Damaged: #The player that is attacked.
  411. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  412. PotionEffects: #Effects that are added to the Damaged.
  413. - 'BLINDNESS:1, Time:5, Chance:25'
  414. Insanity: #Enchantment
  415. Enabled: True #Enable and disable the enchantment
  416. Name: 'Insanity' #The in-game name of the enchantment
  417. Color: '&6' #The color of the enchantment on the item
  418. BookColor: '&6&l' #The color of the enchantment on the book
  419. MaxPower: 8 #Max lvl the enchantment goes up to
  420. Categories: #All the categories the Enchantment can be found in
  421. - 'Legendary'
  422. Info:
  423. Name: '&6&lInsanity &7&l<&6I&7-&6VIII&7&l>'
  424. Description:
  425. - '&eMultiplies damage against opponents'
  426. - '&eand cause a wither poison on them.'
  427. - '&7Axe Enchant'
  428. EnchantOptions: #Customizing Options for each enchantment.
  429. ItemsEnchantable: 'Axe' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  430. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  431. #Remove the # to use the Damager options.
  432. Damager: #The player with the sword.
  433. PowerIncrease: 0 #How many times the Potion Effects go up each lvl.
  434. PotionEffects: #Effects that are added to the Damager.
  435. - 'INCREASE_DAMAGE:0, Time:5, Chance:10'
  436. Damaged: #The player that is attacked.
  437. #DamageMultiplyer: #The Damager Multipler Option.
  438. # PowerIncrease: 0 #How many times the Multiplier will go up each lvl.
  439. # Multiplyer: 0 #How many times stronger the attack is.
  440. # Chance: 20 #The chance of the multiplier happening.
  441. #Remove the # to use the Potion options.
  442. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  443. PotionEffects: #Effects that are added to the Damaged.
  444. - 'WITHER:0, Time:5, Chance:20'
  445. Bleed: #Enchantment
  446. Enabled: True #Enable and disable the enchantment
  447. Name: 'Bleed' #The in-game name of the enchantment
  448. Color: '&e' #The color of the enchantment on the item
  449. BookColor: '&e&l' #The color of the enchantment on the book
  450. MaxPower: 6 #Max lvl the enchantment goes up to
  451. Categories: #All the categories the Enchantment can be found in
  452. - 'Ultimate'
  453. Info:
  454. Name: '&e&lBleed &7&l<&eI&7-&eVI&7&l>'
  455. Description:
  456. - '&eApplies bleed effect to opponents that'
  457. - '&edecrease their movement speed and'
  458. - '&eapplies damage over time.'
  459. - '&7Axe Enchant'
  460. EnchantOptions: #Customizing Options for each enchantment.
  461. ItemsEnchantable: 'Axe' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  462. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  463. #Remove the # to use the Damager options.
  464. #Damager: #The player with the sword.
  465. # PowerIncrease: 0 #How many times the Potion Effects go up each lvl.
  466. # PotionEffects: #Effects that are added to the Damager.
  467. # - 'INCREASE_DAMAGE:0, Time:5, Chance:10'
  468. Damaged: #The player that is attacked.
  469. #DamageMultiplyer: #The Damager Multipler Option.
  470. # PowerIncrease: 0 #How many times the Multiplier will go up each lvl.
  471. # Multiplyer: 0 #How many times stronger the attack is.
  472. # Chance: 20 #The chance of the multiplier happening.
  473. #Remove the # to use the Potion options.
  474. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  475. PotionEffects: #Effects that are added to the Damaged.
  476. - 'POISON:0, Time:5, Chance:10'
  477. - 'SLOW:0, Time:4, Chance:5'
Add Comment
Please, Sign In to add comment