v2.2

Details

  • Filename
    Catacombs.jar
  • Uploaded by
  • Uploaded
    Apr 19, 2012
  • Size
    567.80 KB
  • Downloads
    3,076
  • MD5
    dd6ddf98851b49d5c52244b364998180

Supported Bukkit Versions

  • CB 1.2.5-R1.0

Changelog

Release v2.2

  • Recoded the way the secret doors are built to resolve some intermittent door problems a couple of users have had.
  • Fixed code so that dungeons in worlds that aren't loaded on the server now don't crash with a null pointer exception.
  • Added API calls so dungeons or all the dungeons in a world can be late loaded (and unloaded) when the server is already running.
  • Extended the loot specification to allow enchanted items to be added to chests. Previously loot was specified using 3 fields separated by ':' (e.g 'dirt:75:3-6' which means a 75% chance of 3-6 dirt blocks). Now any additional fields after the first 3 will be taken as enchantments to add. Each enchantment consists of 2 parts separated by a '/'
  1. The enchantment type, this can be either the bukkit name (either case) from here http://jd.bukkit.org/doxygen/db/d2b/Enchantment_8java_source.html or the ID number (aka EID) http://www.minecraftwiki.net/wiki/Enchanting
  2. The enchantment level.

No checks are made on the number of enchantments, or the maximum levels, or the enchantment types or the item types, because I'm not here to deliberately limit what you can and can't add to chests. For example this is how to give a 100% chance of 1 diamond sword with sharpness(5) and aspect of fire(2) on it 'diamond_sword:100:1:damage_all/5:fire_aspect/2'

  • *KNOWN ISSUE*
  • AdvancedCombat disabled for the moment.