Enchanted VIP Kits

Discussion in 'Bukkit Help' started by MrTomTomHD, Jan 2, 2013.

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

    MrTomTomHD

    hello all.

    I'm writing this thread because i have no idea how to add enchanted items to kits.
    I'm trying to make a VIP kit with
    Show Spoiler
    SWORD - Sharpness V, Smite V, Bane of Arthopods V, Knockback V, Fire Aspect V, Looting V, Unbreaking V

    BOW - Unbreaking V, Power V, Punch V, Flame V, Infinity V.

    FULL Diamond Armor Set - Protection V, Fire Protection V


    And i can't get Enchanted items to work When in-game it says "This kit does not exist or is improperly defined. I know the kit exists cause it's in /kit. Can someone please help me and is it possible to have it so it can only be used once.
     
  2. Offline

    Perkun

    http://pastie.org/3420695 and use just spaces between them.
    and small tip from essentials config # Note: All items MUST be followed by a quantity!
     
  3. Offline

    MrTomTomHD

    Perkun

    Is this what you mean?
    Show Spoiler
    kits:
    VIP:
    delay: 10
    items:
    - 276 1 DAMAGE_ALL:5 DAMAGE_UNDEAD: DAMAGE_ARTHROPODS:5 KNOCKBACK:5 FIRE_ASPECT:5 LOOT_BONUS_MOBS:5
     
  4. Offline

    Perkun

    - 276 1 alldmg:5 smite:1 something like this.
     
  5. Offline

    MrTomTomHD

    I tried that and it still didn't work.

    Someone Help ):

    Fixed the problem, I was exceeding the limit i could enchant too.

    Having fireaspect over 2 etc.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 8, 2016
  6. Offline

    Perkun

    dude paste all config from essentials
     
  7. Offline

    MrTomTomHD

    Perkun there you go.
    Two different kits in there btw, Member and VIP.

    Show Spoiler
    kits:
    VIP:
    delay: 2592000
    items:
    - 276 1 Sharpness:5 Smite:5 baneofarthropods:5 knockback:2 Fireaspect:2 looting:3 unbreaking:3
    - 261 1 Unbreaking:3 Power:5 Punch:2 Flame:1 Infinity:1
    - 310 1 Protection:4 FireProtection:4 BlastProtection:4 ProjectileProtection:4 Respiration:3 AquaAffinity:1 Thorns:3 Unbreaking:3
    - 311 1 Protection:4 FireProtection:4 BlastProtection:4 ProjectileProtection:4 Thorns:3 Unbreaking:3
    - 312 1 Protection:4 FireProtection:4 BlastProtection:4 ProjectileProtection:4 Thorns:3 Unbreaking:3
    - 313 1 Protection:4 FireProtection:4 BlastProtection:4 ProjectileProtection:4 FeatherFalling:4 Thorns:3 Unbreaking:3
    Member:
    delay: 172800
    items:
    - 272 1
    - 273 1
    - 274 1
    - 275 1
    - 298 1
    - 299 1
    - 300 1
    - 301 1
    - 297 10
     
  8. Offline

    Perkun

    # Note: All items MUST be followed by a quantity! it means that all items must be in increasing number by id.
    like 1 2 3 4 5 276 isn;t lower than 261
     
Thread Status:
Not open for further replies.

Share This Page