1
IllegalArgumentException - Enchanment issue
java.lang.IllegalArgumentException: Enchantment level is either too low or too high (given 5, bounds are 1 to 4)
I have bought a plugin and the dev isn't helping me, does anyone know a plugin that allows enchantments to be higher than 1-4? I typed the items I wanted into the config and they are indeed over 4. Does anyone know again a plugin that can remove this limit? Or a plugin that removes the vanilla limit?
I have bought a plugin and the dev isn't helping me, does anyone know a plugin that allows enchantments to be higher than 1-4? I typed the items I wanted into the config and they are indeed over 4. Does anyone know again a plugin that can remove this limit? Or a plugin that removes the vanilla limit?
1
essentials has the ability to remove the internal cap on enchantment levels.
unsafe-enchantments: true
Efficiency 100 picks NP.
Give the right essentials permissions to staff to allow them to do higher enchants.
All players require no permission to use a max OP enchant item.
Alternatively mail your dev and ask them to check recent bukkit javadocs for enchantment wrappers. http://jd.bukkit.org/org/bukkit/enchant ... tment.html
Ask him/her to edit the relevant .class file with new lines to set max levels for enchants to maximum using the getMaxLevel flag or to specificially set the plugin to ignore that bukkit enchantment wrapper?
You can also (not easy) edit the nbt data for your character in the world save
and just give them an op enchanted item. NBT Explorer is tricky but very handy.
unsafe-enchantments: true
Efficiency 100 picks NP.
Give the right essentials permissions to staff to allow them to do higher enchants.
All players require no permission to use a max OP enchant item.
Alternatively mail your dev and ask them to check recent bukkit javadocs for enchantment wrappers. http://jd.bukkit.org/org/bukkit/enchant ... tment.html
Ask him/her to edit the relevant .class file with new lines to set max levels for enchants to maximum using the getMaxLevel flag or to specificially set the plugin to ignore that bukkit enchantment wrapper?
You can also (not easy) edit the nbt data for your character in the world save
and just give them an op enchanted item. NBT Explorer is tricky but very handy.
