KillTheBat v2.13

Details

  • Filename
    killthebat.jar
  • Uploaded by
  • Uploaded
    Jul 19, 2013
  • Size
    19.96 KB
  • Downloads
    422
  • MD5
    7c6dcfc2cfc1599ad3246cee9673fd29

Supported Bukkit Versions

  • 1.6.2

Changelog

Version 2.13

  • Added "angry" setting to the wolf configuration. When setting "angry: yes", an angry wolf will be spawned.
  • Added "horsecolor", "horsevariant" and "horsestyle" for configuring the horse.
  • Added "horsearmor" for setting the horse's armor (note: The armor will drop when the horse dies).
  • Added "saddle" setting to the horse configuration. You may now spawn the horse without a saddle.

Horse configuration examples:

Spawning a black-dotted white horse with saddle, a diamond armor and a leaping effect:

  EntityHorse:

    displayname: "&5Jumpy"
    health: 100
    saddle: true

    horsecolor: WHITE
    horsevariant: HORSE
    horsestyle: BLACK_DOTS

    horsearmor: 
      ==: org.bukkit.inventory.ItemStack
      type: DIAMOND_BARDING

    effect:
      type: 8
      duration: 10000
      amplifier: 3

Spawning a mule with no saddle, no armor and no additional effect:

  EntityHorse:

    displayname: "&5Steve"
    health: 20
    saddle: no

    horsevariant: MULE

    effect:
      type: 0

Spawning an undead horse with a saddle:

  EntityHorse:

    displayname: "&2Hell Mount"
    health: 50
    saddle: yes

    horsevariant: UNDEAD_HORSE

    effect:
      type: 0

This update will work with older / existing config files.