SwiftSwamp

Untitled

Jan 11th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 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: false #Enable and disable the enchantment
  5. Name: 'Cyborg' #The in-game name of the enchantment
  6. Color: '&7' #The color of the enchantment on the item
  7. BookColor: '&b&l' #The color of the enchantment on the book
  8. MaxPower: 5 #Max lvl the enchantment goes up to
  9. Categories: #All the categories the Enchantment can be found in
  10. - 'Common'
  11. - 'Rare'
  12. - 'Legendary'
  13. Info:
  14. Name: '&e&lCyborg'
  15. Description:
  16. - '&c&lArmor Only'
  17. - '&3Gives you speed, strength and'
  18. - '&3Jump boost to take down your enemies.'
  19. EnchantOptions: #Customizing Options for each enchantment.
  20. ItemsEnchantable: 'Armor' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  21. ArmorOptions: #Options that only effect Armor Enchantments.
  22. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  23. PotionEffects: #Potion types that will be applied.
  24. - 'SPEED:1, Time:1000000'
  25. - 'INCREASE_DAMAGE:2, Time:1000000'
  26. - 'JUMP:2, Time:1000000'
  27. Sniper: #Enchantment
  28. Enabled: false #Enable and disable the enchantment
  29. Name: 'Sniper' #The in-game name of the enchantment
  30. Color: '&7' #The color of the enchantment on the item
  31. BookColor: '&b&l' #The color of the enchantment on the book
  32. MaxPower: 5 #Max lvl the enchantment goes up to
  33. Categories: #All the categories the Enchantment can be found in
  34. - 'Common'
  35. - 'Rare'
  36. - 'Legendary'
  37. Info:
  38. Name: '&e&lSniper'
  39. Description:
  40. - '&c&lBows Only'
  41. - '&3Shoot an enemy with this and'
  42. - '&3It has a chance to poison them.'
  43. EnchantOptions: #Customizing Options for each enchantment.
  44. ItemsEnchantable: 'Bow' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  45. BowOptions: #Options that only effect Bow Enchantments.
  46. OnHit: #When the arrow Hits.
  47. #Remove the # to use the Exploding option.
  48. #Ground: #Options if the arrow hits the ground.
  49. # Explode: #Options for the explosion.
  50. # Power: 2 #The power of the explosion.
  51. # PowerIncrease: 2 #How much each lvl will increases the strength.
  52. # Chance: 25 #Chance of the arrow exploding.
  53. Damaged: #The player that is attacked.
  54. PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  55. PotionEffects: #Effects that are added to the Damaged.
  56. - 'POISON:2, Time:5, Chance:25'
  57. Slice: #Enchantment
  58. Enabled: false #Enable and disable the enchantment
  59. Name: 'Slice' #The in-game name of the enchantment
  60. Color: '&7' #The color of the enchantment on the item
  61. BookColor: '&b&l' #The color of the enchantment on the book
  62. MaxPower: 5 #Max lvl the enchantment goes up to
  63. Categories: #All the categories the Enchantment can be found in
  64. - 'Common'
  65. - 'Rare'
  66. - 'Legendary'
  67. Info:
  68. Name: '&e&lSlice'
  69. Description:
  70. - '&c&lWeapons Only'
  71. - '&3Gives you a chance to'
  72. - '&3Do a lot more damage.'
  73. EnchantOptions: #Customizing Options for each enchantment.
  74. ItemsEnchantable: 'Weapons' #You can pick from Armor, Boots, Helmet, Axe, Sword, Weapons(Swords & Axes), and Bow.
  75. WeaponOptions: #Options that only effect Sword and Axe Enchantments.
  76. #Remove the # to use the Damager options.
  77. #Damager: #The player with the sword.
  78. # PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  79. # PotionEffects: #Effects that are added to the Damager.
  80. # - 'REGENERATION:2, Time:10, Chance:25'
  81. Damaged: #The player that is attacked.
  82. DamageMultiplyer: #The Damager Multipler Option.
  83. PowerIncrease: 1 #How many times the Multiplier will go up each lvl.
  84. Multiplyer: 2 #How many times stronger the attack is.
  85. Chance: 25 #The chance of the multiplier happening.
  86. #Remove the # to use the Potion options.
  87. #PowerIncrease: 1 #How many times the Potion Effects go up each lvl.
  88. #PotionEffects: #Effects that are added to the Damaged.
  89. # - 'POISON:2, Time:5, Chance:25'
Add Comment
Please, Sign In to add comment