Advertisement
IcyBlue

Untitled

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