BattleKits v1.9.1

Details

  • Filename
    BattleKits.jar
  • Uploaded by
  • Uploaded
    Dec 22, 2012
  • Size
    93.71 KB
  • Downloads
    2,978
  • MD5
    2ec1c80909e1121a7ced89d0beda5fcb

Supported Bukkit Versions

  • CB 1.4.6-R0.1

Changelog

BUG REPORTS WELCOMED

v1.9.1

  • Compile for 1.4.6

v1.9

  • Remove CraftBukkit dependency
  • Update to latest recommended build
  • Fix restriction issues
  • Start adding language support (not yet finished though)

v1.8.4

  • Update to very latest CB + Bukkit builds
  • Add soup fill command and configurable cost
  • Fix some bugs

v1.8.2

  • Fix Jenkins building old code
  • Fix crafting issue
  • Move to permissions for restriction events

v1.8.1

  • Fix WG NPE that stopped the entire plugin from starting

v1.8

  • Multi-world setting support (enable restrictions and other settings in certain worlds)
  • Bypass permissions for restrictions
  • Rewards for kills (command support)
  • Support console and allow players to specify target for the kit
  • New config structure

1.6 & 1.7 were internal beta versions

v1.5.1

  • Compile with 1.4.5 CB & Bukkit

v1.5

  • Fix sending command syntax back after successful use
  • Fix instant soup bug (you can't nest keys under something which has a value np98765 :D )
  • Add TagAPI support for colored name plates (use tagPrefix setting in kit)
  • Fix eclipse messing stuff up

v1.4.3

  • Fix bad folder structure
  • More stable

v1.4.2

  • Development build (but has been tested to a certain extent)
  • Add MapleFighter's fillall command (fills all bowls of soup)
  • Fix big permissions bug
  • Add source code in JAR
  • Compile with jenkins
  • Full change list: https://github.com/np98765/BattleKits/commits/master

v1.3.3

  • Fix anyone being able to destroy config file
  • Fix anyone being able to reload config file
  • New list
  • New aliases (/bk, /battlekits, /kit)

v1.3.2

  • Allow armour to be enchanted
  • Allow multiple enchantments per item
  • Support kit costs with vault

v1.3.1

  • Fix auto-update config setting
  • Now simply a true/false setting

v1.3

  • Pretty big update!
  • Name items with new 1.4 naming API (see archer kit for example, supports color codes)
  • Dye leather armor items with any hex color (see archer kit)
  • Ability to change some game behavior:
  hide-death-messages: false
  disable-dropping-items: false #With Q/drag out of inv
  disable-player-drops-on-death: false
  disable-crafting: false
  disable-player-xp-drop: false
  disable-mob-xp-drop: false
  disable-block-xp: false #XP on block break (e.g. coal)
  disable-inventory-interaction: false
  disable-pickup-items: false
  disable-block-break: false
  disable-block-place: false
  show-kit-info-on-respawn: true
  override-disable-respawn-kits: false
  • Add one-per-life kit restriction
  • Add auto kit respawn (player needs permission BattleKits.auto.kitName)
  • Add support for user to specify commands to run when kit is given:
    commands: #Executed on kit give
      - 'tell <player> Enjoy your kit :)' #Commands executed as console
  • Add support for on-give-message that is executed when the kit is given to the player:
on-give-message: '&cGo and shoot some targets!'
  • Clean code up

v1.2

  • Update to 1.4.2
  • Multi-world exclusions
  • Auto-updater & opt-out
  • Rename entire project due to naming issues

v1.1.1

  • Redid the config layout to prepare for future changes
  • Added chainmail armor
  • Minor edits

v1.1

  • Complete rewrite
    • The ability to define your own kits!

v1.0.1

  • Recompiled with CB 1.3.1-R2.0

v1.0

  • Initial release