v0.9.2

Details

  • Filename
    DungeonBuilder.jar
  • Uploaded by
  • Uploaded
    Feb 12, 2012
  • Size
    130.28 KB
  • Downloads
    2,982
  • MD5
    a711693c246c1b2d9b393ad564d17a69

Supported Bukkit Versions

  • CB 1.1-R3

Changelog

Version 0.9.2 (2/12/2012)

  • Fixed an issue with the '*' permission node
  • Added commands for ignoring block types while loading
  • Improved block priority behavior when loading dungeons
  • Added scripting support for customizing monster behavior
  • Fixed an issue with players still being considered in the dungeon with respawn priority set to monitor.

Version 0.9.1 (1/28/2012)

  • Fix a loading issue with dungeons and multiple worlds.
  • Improved heroes party support
  • Removed old permission check logic from block place events

Version 0.9.0 (1/15/2012)

  • Attempt to address redstone loading issues
  • Introduced staggered dungeon loading to reduce server strain
  • Fixed a bug with teleporters and triggers working in worlds they werent supposed to
  • Permission checks are now performed on block damage as well as block break
  • Add commands for requiring monster deaths before the exit block activates
  • Add commands for running script functions when monster spawns die
  • Party sizes now support minimum and maximum values
  • Experimental support for Heroes parties.

Version 0.8.6 (12/30/2011)

  • Fixed a duping issue with the player inventory
  • Added a convenience command for managing inventory behavior
    • /clearInventoryConfig

Version 0.8.5 (12/28/2011)

  • Added commands for sharing dungeons
    • /shareDungeon
    • /unshareDungeon
    • /showCoOwners
    • /renameDungeon
  • Added commands for setting dungeon cooldowns
    • /setDungeonCooldown
    • /showDungeonCooldown
    • /resetPlayerCooldown
  • Added commands for managing player's inventories
    • /permitInventoryItem
    • /restrictInventoryItem
    • /keepInventoryItem
    • /listInventoryItems
  • Fixed some scripting behavior issues
  • Added configuration variable for enabling normal monster spawns

Version 0.8.2 (12/23/2011)

  • Improved support for attachable objects. Fixed issues with sugar cane.
  • Support for saving and loading minecarts
  • Support for saving enchanted items in chests
  • Added commands for setting an exp reward for completing the dungeon
    • /setExpReward
    • /showExpReward

Version 0.8.1 (12/13/2011)

  • Reworked the behavior for queuing dungeons
    • Parties are no longer automatically created when players step on the teleporter for a dungeon, users are now required to manually create a party of the correct size ahead of time.
    • I felt that the functionality for automatically creating parties was making things hopelessly complex and confusing for the players.
  • Players are now asked if they want to join a party before they are added to it
  • Players that disconnect from the server while in a dungeon now have 60 seconds to log back in or else they will be removed from the dungeon and it will become available to other players. This was technically introduced in a previous release but was not functioning properly in all cases.
  • Stepping on the exit teleporter no longer teleports the entire party out
  • There is a new command '/startdungeon' that will allow players with the correct permission queue for a dungeon remotely.
  • Disabled normal monster spawns in dungeons