v0.8.1

Details

  • Filename
    DungeonBuilder.jar
  • Uploaded by
  • Uploaded
    Dec 13, 2011
  • Size
    108.03 KB
  • Downloads
    1,473
  • MD5
    d07417ca99c605982e01d520a662dec6

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

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

Version 0.8.0 (10/23/2011)

  • Added new command system. Type "/db" to get started. All old commands are still supported.
  • Superperms are now enabled by default to support new command system.

Version 0.7.8 (10/16/2011)

  • Added additional commands for party management
  • /addPartyMember - used for initial party creation and adding members
  • /kickPartyMember - remove players from the party
  • /leaveParty - leave your current party
  • /disbandParty - remove all members from the party
  • Reworked behavior of dungeon starting points to be more robust
  • It should now be possible to publish two dungeons on the same location. Players will enter the first available dungeon.

Version 0.7.7 (10/8/2011)

  • Fixed some rounding issues with dungeon creation
  • Adding a missing permission node to the main wildcard permission
  • Fixed some deprecated function calls for build 1240
  • Updated economy plugin support
  • Increased proximity check range

Version 0.7.6 (9/24/2011)

  • Updated economy plugin support

Version 0.7.5 (9/22/2011)

  • Updated permissions to work with 1.8.1

Version 0.7.4 (9/4/2011)

  • There is now a 60 second timeout for players who leave the server while in a dungeon. If they do not rejoin before the timeout expires the will be booted from the dungeon the next time a player attempts to start it.
  • Added support for superperms. See Configuration for information on how to enable.
  • Added support for creating script triggers. These are locations in the dungeon that will call a particular script function. See scripting documentation for more information
  • There is a new configuration setting that allows you to configure respawn priority when a player dies in the dungeon, or disable it altogether. See Configuration for more information.
  • Added support for dungeon templates. This will allow you to create a dungeon file that can be exported to other servers or loaded by other players. See Command Listing for further information.
  • Fixed some logic errors in how blocks were sorted and loaded. This should fix some issues with torches and other attachable objects not loading properly.
  • There is a new argument for deleting the dungeon that allows you to clear the dungeon before deleting.