2.3.0

Details

  • Filename
    ban-hammer-2.3.0-shaded.jar
  • Uploaded by
  • Uploaded
    Aug 23, 2013
  • Size
    221.71 KB
  • Downloads
    1,252
  • MD5
    11cd71b2f99c3619d04cea4464ee9bc0

Supported Bukkit Versions

  • 1.6.2
  • 1.6.1
  • 1.5.2

Changelog

Before reviewing this plugin please read this.

New features

  • Can now ban players silently; players will not be notified about the ban.
  • Can now kick players silently; players will not be notified about the kick.
  • Can now pardon players silently; players will not be notified about the pardon.

Improvements

  • Times now use new social style timestamps (e.g 2 days ago).
  • Localisation now automatic for times; currently includes french, german and russian.
  • Recent command now lists the most recent ban at the bottom of chat.
  • Configuration files fully documented.
  • Improved logging in debugging mode.
  • UndoCommand is now more reliable.

Bug fixes

  • Fixed issue where occasionally banned players were able to join under rare circumstances.
  • Disabled database caching due to a rare NPE caused by it.
  • Kick messages now broadcast correctly.

Breaking changes

  • Localisation format has changed. If you have modified any localisation files you will need to update.
  • API has changed. Now use getPlayerRecordManager and getBanRecordManager to review bans and banned players. To create new bans use the new BannedPlayerBuilder attached to the PlayerRecordManager.