-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Steven edited this page Oct 14, 2017
·
6 revisions
Vanilla Enchantments | Control various properties of vanilla enchantments including their max levels, changes to get, items you can get them on, etc. |
Custom Enchantments | Tap into a simple API to code your own enchantments |
Skill Enchantments | Create enchantments via configuration using skills from SkillAPI |
Enchantability | Control the bonuses to enchanting each type of material has. Stick to the vanilla groups or make custom groups of items |
Fishing | Include custom enchantments on items found by fishing |
Unenchantables | Enchant normally non-enchantable items such as blade rods, sticks, food, or anything else you want |
Anvils | Control what level anvils can merge enchantments up to and allow players to give items colored names |
EnchantmentPack | A pre-built collection of 50 custom enchantments to get you started |
Command | Description |
---|---|
/enchants add <enchant> <level> | Adds the enchantment to your held item |
/enchants book | Gives you a book and quill listing out all the custom enchantments with their descriptions |
/enchants graph <material> <enchant> | Renders a graph of the probability of getting each level of the enchantment on the given item at enchantment levels 1 through 30 |
/enchants reload | Reloads the plugin |
/enchants remove | Removes all enchantments from your held item |
_________________________________________________ |
Permission | Description |
---|---|
EnchantmentAPI.admin | access to the commands |
EnchantmentAPI.enchant | access to all custom enchantments |
EnchantmentAPI.enchant.<enchant> | access to a given enchantment |
EnchantmentAPI.enchant.vanilla | access to all vanilla enchantments |
EnchantmentAPI.enchant.vanilla.<enchant> | access to a given vanilla enchantment |