Enchantments
Enchantments can be referenced by their Bukkit or Minecraft name. Bukkit enchantment names are not case sensitive and a space can be used instead of an underscore.
note
PGM allows enchantments to be applied to any item regardless if the enchant was intended for it or not.
| ID | Bukkit Name | Minecraft Name | Description |
|---|---|---|---|
| Armor Enchantments | |||
| 0 | Provides protection against environmental damage. | ||
| 1 | Provides protection against fire damage. | ||
| 2 | Provides protection against fall damage. | ||
| 3 | Provides protection against explosive damage. | ||
| 4 | Provides protection against projectile damage. | ||
| 5 | Decreases the rate of air loss whilst underwater. | ||
| 6 | Increases the speed at which a player may mine underwater. | ||
| 7 | Damages the attacker. | ||
| 8 | Increases the speed at which a player may move underwater. | ||
| 9 | Create frost blocks when walking over water. | ||
| Tool Enchantments | |||
| 16 | Increases damage against all targets. | ||
| 17 | Increases damage against undead targets. | ||
| 18 | Increases damage against arthropod targets. | ||
| 19 | All damage to other targets will knock them back when hit. | ||
| 20 | When attacking a target, has a chance to set them on fire. | ||
| 21 | Provides a chance of gaining extra loot when killing monsters. | ||
| 32 | Increases the rate at which you mine/dig. | ||
| 33 | Allows blocks to drop themselves instead of fragments. (For example, stone instead of cobblestone) | ||
| 34 | Decreases the rate at which a tool looses durability. | ||
| 35 | Provides a chance of gaining extra loot when destroying blocks. | ||
| Bow Enchantments | |||
| 48 | Provides extra damage when shooting arrows from bows. | ||
| 49 | Provides a knockback when an entity is hit by an arrow from a bow. | ||
| 50 | Sets entities on fire when hit by arrows shot from a bow. | ||
| 51 | Provides infinite arrows when shooting a bow. | ||
| Fishing Enchantments | |||
| 61 | Decreases odds of catching worthless junk. | ||
| 62 | Increases rate of fish biting your hook. | ||
| Item Enchantments | |||
| 70 | Repair the item using experience orbs. | ||
Copied from: bukkit docs - Enchantments