MythicMobs v0.8.0

Details

  • Filename
    MythicMobs.jar
  • Uploaded by
  • Uploaded
    Feb 17, 2014
  • Size
    248.09 KB
  • Downloads
    730
  • MD5
    305b10b6e1fa76d61caab75b79d0157b

Supported Bukkit Versions

  • CB 1.7.2-R0.3
  • CB 1.7.2-R0.2
  • CB 1.7.2-R0.1

Changelog

Beta Release v0.8.0

This has not been tested thoroughly. All feedback is appreciated. As this is a beta build I will not be providing full documentation for it yet as I have not yet completed it or decided absolutely how I might do things. This build is intended for people who want to help me test things and make suggestions.

New Features

  • Mobs can now have mounts (limit 1 for now)! Using the Riding: attribute with the name of another MythicMob, i.e.
Herobrine:
  Mobtype: witherskeleton
  Display: '&4Herobrine'
  Health: 50
  Riding: MrEd

Lots of compatibility with other plugins!

  • added BarAPI support
  • added Heroes support
  • added LanguageAPI support
  • added PhatLoots support
  • added Vault support

New Skills

  • BarTimer Creates a bar with the specified message, for # seconds. REQUIRES BarAPI

- bartimer [radius]:[seconds]:'Message' <health> <chance>

New Drop Types

  • added heroesexp # - grants # XP for Heroes to the killer. Requires Heroes.
  • added phatloot [phatloot_name] - The boss will generate loot from the supplied PhatLoot and drop the items. Requires PhatLoots.
  • added money # - Grants money using Vault. Requires Vault and a corresponding economy plugin.

New Mob Options

  • added AlwaysShowName option (default false) - Whether to always show the mob's display name, or only when it's being looked at.
  • added PreventItemPickup option (default true) - Prevents mobs such as zombies from picking up player's dropped items.
  • added PreventBlockInfection option (default true) - Prevents Silverfish from infecting stone blocks.
  • added HorseTamed option (default true) - Causes horses to be tamed or not.

Item Improvements

  • $player and $boss can now be used in item lores, and will show the mob's name and the killer's name when the item drops.

Bug Fixes

  • Fixed a bug or two with the Damage skill
  • Fixed the Firework and RadiusFirework effects
  • Lots of other bug fixes