BanManager v5.5.0

Details

  • Filename
    BanManager.jar
  • Uploaded by
  • Uploaded
    Jun 2, 2015
  • Size
    1,019.31 KB
  • Downloads
    3,315
  • MD5
    c19f88536fe5d32b4b2b8e2c7c33066d

Supported Bukkit Versions

  • CB 1.7.9-R0.2
  • 1.8.3

Changelog

IF UPDATING FROM V4 READ THESE UPDATE INSTRUCTIONS FIRST

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

  • Fixed typo in unbanip notify message causing an NPE
  • Added bm.command.bminfo.others permission for ops
  • Fixed duplication errors during external sync
  • Added flags to /bminfo to see a players history as well as record ids (to use with /bmdelete)
    • /bminfo confuser -bans -mutes -warnings -kicks -notes -time 1y
    • /bminfo confuser -b -m -w -k -n -t 1y
    • Requires permissions:
      • bm.command.info.history.bans
      • bm.command.bminfo.history.mutes
      • bm.command.bminfo.history.warnings
      • bm.command.bminfo.history.kicks
      • bm.command.bminfo.history.notes
  • Added kick count to /bminfo
    • Requires adding [kicks] variable to info.stats.player in messages.yml
  • Fixed NPE when players join caused by maxOnline config option
  • Added /bmdelete <type> <ids> to remove records
    • bmdelete notes 1 2 6 10
    • Requires permissions
      • bm.command.delete
      • bm.command.delete.banrecords
      • bm.command.delete.kicks
      • bm.command.delete.muterecords
      • bm.command.delete.notes
      • bm.command.delete.warnings
  • /notes now shows all notes of players online, requires bm.command.notes.online
  • Allow existing bans and mutes to be overridden, requires .override permission for each command
    • e.g. bm.command.ban.override
  • Changed mention of user to player in command descriptions, aesthetic fix
  • Added missing offline mute perms for ops
  • Fixed IP notify message placeholder for the ip denied join message, thanks to @anders for the PR
  • Fixed incorrect permission for /bmactivity