BattleEnchant
A simple plugin that allows any player with permission to enchant their own items or those of other players. Supports the "minecraft" names such as "smite","fire","sharp","prot". Similar plugins have been made but I really wanted the common names found in the tool tips of minecraft.
Commands
- /e all: give all enchantments to the item you are holding
- /e <enchantment1>[:level] <enchantment2>[:level] ...
- /e <itemid> <enchantment1>[:level] <enchantment2>[:level] ...
- /e <player> <itemid> <enchantment1>[:level] <enchantment2>[:level] ...
- /e list: show which enchantments can be put on the item you're holding
- /e list all: show all enchantments
- /e list <item>: show a list of enchantments you can put on this item
Examples:
- /e all : list out all enchantments you can put on this item
- /e <player> diamond_sword fire:3 smite : Give the player a diamond sword with fire 3 and smite
- /e diamond_helm prot:3 : Give yourself a prot 3 diamond helm
Permission Node
You have to be either Op or have the permission node
Enchants
You can use any of the enchants listed here
Potion Effects
Source
https://github.com/alkarinv/BattleEnchant