Advertisement
Enderaoe

CustomEnchantments.yml

Jul 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.83 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: '机械化' #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&l机械化 &7(&bI&7)'
  15.       Description:
  16.        - '&7赠予极速, 力量与'
  17.         - '&7跳跃增幅, 以便击倒敌人.'
  18.         - ''
  19.         - '&6存在于:'
  20.         - '&7 - &a&l&n普通'
  21.         - '&7 - &9&l&n稀有'
  22.         - '&7 - &4&l&n传奇'
  23.         - '&6附魔依附物品: &a装甲'
  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: True #Enable and disable the enchantment
  34.     Name: '刺客' #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&l刺客 &7(&bI-&bV&7)'
  44.       Description:
  45.        - '&7携此附魔之弓射击敌人'
  46.         - '&7将与其毒杀.'
  47.         - ''
  48.         - '&6存在于:'
  49.         - '&7 - &a&l&n普通'
  50.         - '&7 - &9&l&n稀有'
  51.         - '&7 - &4&l&n传奇'
  52.         - '&6附魔依附物品: &a弓'
  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: True #Enable and disable the enchantment
  69.     Name: '切割' #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&l切割 &7(&bI-&bII&7)'
  79.       Description:
  80.        - '&7给予你一定几率'
  81.         - '&7输出大量伤害.'
  82.         - ''
  83.         - '&6存在于:'
  84.         - '&7 - &a&l&n普通'
  85.         - '&7 - &9&l&n稀有'
  86.         - '&7 - &4&l&n传奇'
  87.         - '&6附魔依附物品: &a近战武器'
  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