EnchantmentAPI v1.7

Details

  • Filename
    EnchantmentAPI.jar
  • Uploaded by
  • Uploaded
    Jun 3, 2013
  • Size
    14.18 KB
  • Downloads
    333
  • MD5
    70e2b1f91fcb5cf3c7ab655e2e0d1492

Supported Bukkit Versions

  • CB 1.5.2-R0.1

Changelog

EnchantmentAPI v1.0 - 5-31-13
  • Plugin released
EnchantmentAPI v1.1 - 5-31-13
  • Removed a debugging output that was accidentally left in
EnchantmentAPI v1.2 - 5-31-13
  • Removed yet another debugging output that was accidentally left in
EnchantmentAPI v1.3 - 6-1-13
  • Added Armor Enchantment Effects
  • Added Tool Enchantment Effects
  • Changed the applyEffect method parameters for more control
EnchantmentAPI v1.4 - 6-2-13
  • Added Miscellaneous Enchantment Effects
  • Added an enchantment level parameter to tool enchantments
  • Cleaned up the code
EnchantmentAPI v1.5 - 6-2-13
  • Added Equip/Unequip effects
  • Added a way to get the enchantments of an item
  • Added a way to remove enchantments
  • Fixed overwriting the same enchantment that has a lower level
EnchantmentAPI v1.6 - 6-2-13
  • Added a way to unregister enchantments
  • Fixed recognizing enchantments already registered
Enchantment API v1.7 6-3-13
  • Added an itemHasEnchantment(ItemStack item, String enchantName) helper method
  • Changed getEnchantments(ItemStack item) to return a map of the enchantments and their levels
  • Fixed many aspects of equip and unequip effects (problems with creative inventory, chests, and items breaking)