BattleArena_v3.6.9.6

Details

  • Filename
    BattleArena.jar
  • Uploaded by
  • Uploaded
    Oct 16, 2012
  • Size
    801.75 KB
  • Downloads
    1,420
  • MD5
    b563deab78f379ae212d4e1294420bfb

Supported Bukkit Versions

  • CB 1.3.2-R1.0

Changelog

New Features:

  • item spawns can now have enchanted values.
    • Example: /aa addSpawn diamond_sword sharp:3 fire:2 <index number>

Fixes

  • Fixes for spawning arrows, spiders, and other items that could potentially match an item and an entity
  • Fixes for certain commands not saving changes to arenas immediately.
  • Fix for team heads that I introduced in v3.6.9.4
  • Other bug fixes

Warning Mob spawning serialization had to change very slightly but it will remove your mob spawns from arenas.

You can either remake the mob spawns, or if you want you can edit your arenas.yml config to make the change yourself. spawn: spider:1 becomes spawn: spider 1 Example:

'11':        
    spawn: Wolf:1

becomes

'11':        
    spawn: Wolf 1