2.3.0
Details
-
Filenameban-hammer-2.3.0-shaded.jar
-
Uploaded by
-
UploadedAug 23, 2013
-
Size221.71 KB
-
Downloads1,292
-
MD511cd71b2f99c3619d04cea4464ee9bc0
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
andgetBanRecordManager
to review bans and banned players. To create new bans use the newBannedPlayerBuilder
attached to the PlayerRecordManager.