ID of enchanted items.

Discussion in 'Bukkit Help' started by Braveras, Aug 1, 2012.

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

    Braveras

    Hi, I'm setting my MobArena and I want to know the ID of the enchanted items, because I'm changing the classes, and I want to set enchanted items.
    The classes are like that:
    I want that for example the class "Tanque" have enchanted diamond helmet with protection (lv:1)
    How can I set enchanted helmet and armor in the classes?
    Thanks

    Please help

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  2. Offline

    W&L-Craft

    this is al list of a few enchant id's,
    (for example diamond helmet)

    - 311:0 = protection
    - 311:1 = fire protection
    - 311:3 = blast protection
    - 311:4 = projectille protection
    - 311:5 = Respiration
    - 311:6 = Aqua Affinity

    if you want to know more: got to: this site
    and check the EID's

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  3. Offline

    Braveras

    Thanks but, I tried that, setting: "/i 311:1" but, it gives me a normal helmet, not enchanted... I will try in the config...
     
  4. Offline

    W&L-Craft

    okay, i think it's 311:1 but im not sure
     
  5. Offline

    Braveras

    It doesn't work man ;( I tried with all types of "311:1/311:2/311:3" but... it still giving me the same un-enchanted armor... D:
     
  6. Offline

    andrewpo

    Enchantments are not based off data values, they are stored in an item's meta data.
    Unless the plugin specifically supports enchantments, you won't be able to do what you aim to achieve.
     
  7. Offline

    DimeSieSpion

    I figured it out. I was messing around with my hamachi server, I use bukkit, then I figured out how to get the enchnated item.
    I typed /i 276 1 16:4 and it gave me a enchanted diamond sword with sharpness 4.

    Hope this helps
     
    aragornnnn likes this.
  8. Offline

    aragornnnn

    thnx
     
Thread Status:
Not open for further replies.

Share This Page