BanManager v5.2.0

Details

  • Filename
    BanManager.jar
  • Uploaded by
  • Uploaded
    Mar 22, 2015
  • Size
    749.68 KB
  • Downloads
    2,207
  • MD5
    657d700b7861bfca58e33232413660b8

Supported Bukkit Versions

  • 1.8.1
  • CB 1.7.9-R0.2

Changelog

IF UPDATING FROM V4 READ THESE UPDATE INSTRUCTIONS FIRST

For v5 major changes, please read the v5.0.0 change log.

  • Added /bmsync <local || external> requires bm.command.sync permission to use.
  • Added auto complete of offline names to nearly all commands. Can be disabled in the config by setting offlineAutoComplete to false.
    • This has been designed to be memory efficient and fast.
  • Added basic offline mode support, simply set onlineMode in your config to false. Thanks to Tibo442 for this.
  • Added batch bans, mutes etc via , and | characters
    • E.g. /ban confuser|anotherConfuser|tooManyConfusers This is a ban reason
    • /alts confuser,anotherConfuser,tooManyConfusers
    • Each name will be executed as their own command each with feedback, meaning if one fails, it will not affect the rest.
    • Auto complete of offline names supports this
  • Added update checker, to disable set checkForUpdates to false. Those with bm.notify.update permission will be notified on join. This does NOT automatically update the plugin. Same functionality/behaviour as v4.
  • Allow custom date time format in /bminfo, check messages.yml
  • Added website message to /bminfo, configure in messages file, requires bm.command.bminfo.website permission to view.
  • Better handling of blacklisted mute command aliases, now includes the original command name too.
  • Fixed importing of temporary bans from banned-players.json, they are no longer permanent.
  • Better duplicate handling when syncing with external database.
  • Fixed NPE when checking time limits when none existed.
  • Permissible senders with bm.* now ignore time limits.