ItemAPI 2.0

Details

  • Filename
    ItemAPI.jar
  • Uploaded by
  • Uploaded
    Apr 9, 2016
  • Size
    195.97 KB
  • Downloads
    733
  • MD5
    b27cfaa34da1fc09987bbdee1d208b91

Supported Bukkit Versions

  • 1.9

Changelog

v1.0 ===

Initial ItemAPI release

v1.1 ===

: Added custom enchantments framework
: Config option to choose to let ItemAPI handle custom enchantments
: Config option to disable individual custom enchantments
: Custom enchants persist through Anvil usage
: +Enchantment Absorption (absorbs 1% damage per level cumulative on all armor pieces)
: +Enchantment Double Strike (chance to deal double damage)
: +Enchantment Night Bane (bonus damage during the night)
: +Enchantment Light Seeker (bonus damage during the day)
: +Enchantment Shield (+gold hearts for brief time)
: +Enchantment Slow (apply slowness for brief time)
: +Enchantment Strength (bonus strength buff for brief time)
: +Enchantment Blaze (sets target on fire)
: +Enchantment Area Blaze (sets target in area on fire)
: +Enchantment Shocks (strikes lightning on target)
: +Enchantment Area Blaze (strikes lightning in area)
: +Enchantment Life Steal (steals configurable % of damage dealt)
: +Enchantment Poison (adds 3 seconds of poison per level)
: +Enchantment Area Poison (adds 3 seconds of poison to all in an area)
: +Enchantment Wither (adds 3 seconds of wither per level)
: +Enchantment Area Wither (adds 3 seconds of wither to all in an area)

v1.2 ===

: Added framework to dynamically add custom enchants through config.yml
: OP Command '/iapi' will show all available loaded enchants
: OP Command '/iapi <enchant_name>' will apply/increment <enchant> to item in hand

v2.0 ===

: Fixed issue with 'addEnchant' not adding correct level
: Made considerable updates for 1.9 compatibility
: Removed some debug messages which were still unintentionally displayed to players