Plugin Help Essentials Kits (Enchantments)

Discussion in 'Plugin Help/Development/Requests' started by Ramenly, Jul 7, 2017.

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

    Ramenly

    Ive watched many youtube videos and looked at various wikis, and they all say to do the kits like this:
    -(itemID) (amount) (enchantment:enchantment level) (name/lore)
    eg: -272 1 unbreaking:10
    I have unsafe enchantments set to true, but when I try to use the kit ingame, it doesnt work. I know its the enchantments because when I remove them the kit works. Here is part of my config if it helps:
    Code:
    kits:
    archer:
      delay: 300
      items:
      - 268 1 durability:10
      - 306 1
      - 307 1
      - 308 1
      - 309 1
      - 261 1 infinite_arrow:1
      - 262 1
      - 322 32
    speeder:
      delay: 300
      items:
      - 373 3 effect:speed power:2 duration:480
      - 302 1
      - 305 1
      - 307 1
      - 308 1
      - 267 1
      - 322 32
    brawler:
      delay: 300
      items:
      - 267 1
      - 306 1
      - 307 1
      - 308 1
      - 309 1
      - 322 32
    Also, ive tried replacing the Bukkit enchantment names with the normal enchantment names and it still doesnt work.
     
    Last edited: Jul 8, 2017
  2. Offline

    Etwelve

    Hi,
    on the Essentials Wiki it is "infinitearrows" and not "infinite_arrow". Maybe this is the problem.
     
  3. Offline

    Ramenly

    Just tried, not the problem

    Ok, this problem has been solved, and now I have a new one so I'm going to make a new thread

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 10, 2017
Thread Status:
Not open for further replies.

Share This Page