KillTheBat v2.6

Details

  • Filename
    killthebat.jar
  • Uploaded by
  • Uploaded
    May 28, 2013
  • Size
    16.03 KB
  • Downloads
    399
  • MD5
    6b3d9b2381a88ec5c82938a75c91d92c

Supported Bukkit Versions

  • CB 1.5.2-R0.1

Changelog

Version 2.6

  • Mobs will no longer have a chance to drop their equipment (armor and weapon).
  • Added "effect" configuration option to specify an additional effect for each mob type (e.g. Strength). For example:
        effect:
          type: 5
          duration: 10000
          amplifier: 5
    
  • Added "turninto" configuration option. If specified, a new type of mob will spawn when the existing mob dies. For example:
        turninto:
          type: Spider
          getbetter: yes
    
    The "getbetter" option will increase the health of the new mob based on the health of the old (now dead) mob.
  • Added Skeleton, Spider and CaveSpider mobs to the configuration file, which demonstrate the new options above.