[Essentials] Enchantment LURE: Specified enchantment cannot be applied to this itemstack

Discussion in 'Bukkit Help' started by Dropsuit, Jul 25, 2017.

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

    Dropsuit

    i have essentials and i made a kit and i want to make it so when people spawn they get a makeyourownmenus teleporter book but then a error pops up and it doesn't give the book please help

    error [Essentials] Enchantment LURE: Specified enchantment cannot be applied to this itemstack

    -Hunter
     
  2. Offline

    Machine Maker

    @Dropsuit
    Lure cannot be applied to a book in minecraft. In order to tell essentials it can use unsafe enchantments on items, find the config option that looks like this and change unsafe-enchantments to true.

    Code:
    # Allow 'unsafe' enchantments in kits and item spawning.
    # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
    unsafe-enchantments: false
    Mine was at about line 400.
     
Thread Status:
Not open for further replies.

Share This Page