Plugin Help: Adding enchants

Discussion in 'Bukkit Help' started by Gonzxor, Jan 27, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Gonzxor

    Ok so I got the effected plugin and I know how to add enchants in the essentials config but I dont know how to add it for this. Heres the config.

    # Default Classes.yml, Last Edited in v2.0.3
    # #
    # For more help with ids go here:
    # Item/Block Ids - Minecraftinfo.com/IDList.htm
    # Enchantment Ids - http://minecraft.gamepedia.com/Enchanting#Enchantments
    # Potion Effect Ids - http://minecraft.gamepedia.com/Potion_effects#List_of_effects
    # #
    # Infected's Item Codes ----- ItemID:DamageValue,Amount-EnchantmentID@EnchantmentLevel-EnchantmentID@EnchantmentLevel%Item_Name
    # This code HAS to be used in the order shown, in other words no saying the amount of the item you want, then saying the damage value
    # You can use "/Infected Admin Code" To return the code for the item in your hand
    # #
    # If class is for humans don't bother with a disguise
    # As humans won't get the chance to be disguise anyways
    # #
    # ==== Permissions =====
    # Infected.Classes
    # Infected.Class.Human
    # Infected.Class.Human.<ClassName>
    # Infected.Class.Zombie
    # Infected.Class.Zombie.<ClassName>
    # =============================================== #
    Classes:
    Human:
    Guard:
    Icon: '268'
    Helmet: '306'
    Chestplate: '303'
    Leggings: '304'
    Boots: '305'
    Items:
    - '268'
    - '261'
    - 262,10
    Potion Effects:
    - 22:99999:1
    Transfer Potion Effects:
    - '2:1:1'
    KillStreaks:
    '5': 268-19
    '7': 305-2
    Zombie:
    Regular:
    Icon: '367'
    Disguise: Zombie
    Helmet: '298'
    Chestplate: '299'
    Leggings: '300'
    Boots: '305'
    Items:
    - '272'
    Transfer Potion Effects:
    - '23:10:1'
    KillStreaks:
    '10': 276-1
    Bones:
    Icon: '352'
    Disguise: Skeleton
    Helmet: '298'
    Chestplate: 299-7
    Leggings: '300'
    Boots: '305'
    Items:
    - 262-51-49
    - 261,1
    Potion Effects:
    - 16:99999:1

    Thanks - Gonzxor
     
Thread Status:
Not open for further replies.

Share This Page