KillTheBat v2.7

Details

  • Filename
    killthebat.jar
  • Uploaded by
  • Uploaded
    Jun 17, 2013
  • Size
    17.52 KB
  • Downloads
    527
  • MD5
    bc3e7dfa352e3493828e98b236703391

Supported Bukkit Versions

  • CB 1.5.2-R1.0

Changelog

Version 2.7

  • Fix creature death-event bug.
  • Added the option to add custom drops such as enchanted books or items with lore. For example, a Pig Zombie which drops an enchanted book and a special stone:
      PigZombie:
     
        displayname: "&5Deranged Zombie"
    
        drops:
    
          - ==: org.bukkit.inventory.ItemStack
            type: ENCHANTED_BOOK
            meta:
              ==: ItemMeta
              meta-type: ENCHANTED
              enchants:
                ARROW_DAMAGE: 5
    
          - ==: org.bukkit.inventory.ItemStack
            type: DIAMOND
            meta:
              ==: ItemMeta
              meta-type: UNSPECIFIC
              display-name: "Pig's Gift"
              lore:
                - 'Type: Special Stone'
    

  • Added /killthebat reload command, which reloads the configuration file (useful when testing new creatures).
  • Added /killthebat tp <player> command, which teleports all creatures in the area to <player>'s location (only applies to creatures which were spawned using the plugin)
  • Added /killthebat target <player> command, which sets <player> as the target of all creatures in the area. (only applies to creatures which were spawned using the plugin, useful on passive monsters)
  • Added command alias /ktb

This update will work with older / existing config files.