EnchantmentAPI v2.6

Details

  • Filename
    EnchantmentAPI.jar
  • Uploaded by
  • Uploaded
    Jun 10, 2013
  • Size
    27.03 KB
  • Downloads
    485
  • MD5
    23e24cd449b1bcc87decc17ae12277b9

Supported Bukkit Versions

  • CB 1.5.2-R0.1

Changelog

EnchantmentAPI v2.6 - 6-11-13
  • Added configurable options for enchantments (enable, weight, items)
  • Added the /addenchant command
  • Cleaned up the code
EnchantmentAPI v2.5 - 6-8-13
  • (Hopefully) Fixed equip/unequip detection when other players access your inventory
EnchantmentAPI v2.4 - 6-7-13
  • Fixed enchanting books
EnchantmentAPI v2.3 - 6-6-13
  • Fixed item names after enchanting
EnchantmentAPI v2.2 - 6-6-13
  • Added blue names for items enchanted with only custom enchantments
  • Added the PlayerInteractEntityEvent method for enchantments applyEntityEffect(Player, int, PlayerInteractEntityEvent)
  • Fixed a NPE when checking items without set items to enchant to
  • Fixed freezing when trying to apply too many enchantments at high levels
  • Fixed creative mode unable to enchant without experience
  • Fixed detecting damage by projectiles (such as shooting something with a bow)
EnchantmentAPI v2.1 - 6-5-13
  • Removed a debugging output (I have got to stop leaving those in)
  • Changed default output of getEnchantmentLevel to 1 from 0
EnchantmentAPI v2.0 - 6-5-13
  • Changed the enchantment table integration to blend in with vanilla enchanting
  • You can no longer enchant an item with custom enchantments on it (through an enchanting table)
  • The getEnchantmentLevel method now is only called for successful enchants
  • A second constructor was added for enchantments to specify the enchantment weight (chance of getting chosen)
  • Vanilla enchantments will have slightly different chances due to the new heuristics used for enchanting
EnchantmentAPI v1.8 6-4-13
  • Changed Java build path to Java 6 from Java 7
EnchantmentAPI 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)
EnchantmentAPI v1.6 - 6-2-13
  • Added a way to unregister enchantments
  • Fixed recognizing enchantments already registered
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.4 - 6-2-13
  • Added Miscellaneous Enchantment Effects
  • Added an enchantment level parameter to tool enchantments
  • Cleaned up the code
EnchantmentAPI v1.3 - 6-1-13
  • Added Armor Enchantment Effects
  • Added Tool Enchantment Effects
  • Changed the applyEffect method parameters for more control
EnchantmentAPI v1.2 - 5-31-13
  • Removed yet another debugging output that was accidentally left in
EnchantmentAPI v1.1 - 5-31-13
  • Removed a debugging output that was accidentally left in
EnchantmentAPI v1.0 - 5-31-13
  • Plugin released

Not all items work with the enchantment table yet
Custom enchantments behave strangely with anvils