Thor 4.0

Details

  • Filename
    Thor.jar
  • Uploaded by
  • Uploaded
    Oct 31, 2013
  • Size
    16.64 KB
  • Downloads
    544
  • MD5
    60d209b4da3c2534450b47aab0f50c5f

Supported Bukkit Versions

  • CB 1.6.4-R2.0

Changelog

Version 4.0

  • Fixed
    • durabilityEnabled check was being performed too late, such that if the item was nearly used up already it might still disappear.
    • also print tenths of seconds on cool down message to players, avoiding strange "wait 0 seconds" messages.
    • don't play thunder when tool used up unless it has a specific name.
    • only destroy one of the item, not the whole stack, when it is used up.
  • Added
    • new powers wither, pigman, bats
    • item power config, takes Material string name, will eventually replace itemID
      • item name and lore to Thor's hammer.
      • this makes Thor dependent upon Bukkit 1.4.5 or greater, when the itemMeta API was added
      • this with enchantment must match along with item type for it to be recognized
    • Global config items cooldownEnabled, targetingEnabled, craftingEnabled
    • allow for sneaking to disregard Thor power use in case item normally has a use (ex. feeding a wolf with a bone)
  • == Ver 1.75 ==
    • Reports as version 3.1
    • Revived from the dead after pestering (AKA Upgraded to 1.4.2-R0.2)
    • Implemented the additions of filbert66, including:
    • Hammer pimped out with glowing stuff
    • Using command can impact durability (enable/disable in config)
    • Added creature spawning
    • More optimized
    • Fireball command works
    • Added cooldown settings and mob quantities
    • thor/give no longer gets rid of your held item
  • == Ver 1.5 ==
    • Revived from the dead after seeing the competition (AKA Upgraded to 1.2.3-R0.2)
    • Added fire command
    • Added wolves command
    • Added Config File
      • Allows Hammer Pick Item
      • Allows Trigger Action selection (Right click/Left Click)
  • == Initial Release ==
    • Initial Bukkit Release

- angry wolves don't attack anyone, even though eyes turn red. - [https://bukkit.atlassian.net/browse/BUKKIT-1358|Bukkit has a bug] with setTarget(). Tried many options, but no solution. -