BanManager v5.13.0

Details

  • Filename
    BanManager.jar
  • Uploaded by
  • Uploaded
    Dec 17, 2016
  • Size
    2.90 MB
  • Downloads
    2,142
  • MD5
    2af2a9b3fd8c8ce629c8b7ce86fa5b13

Supported Bukkit Versions

  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2
  • CB 1.7.9-R0.1
  • 1.8.3
  • CB 1.7.2-R0.3
  • CB 1.7.2-R0.2
  • CB 1.7.2-R0.1
  • 1.7.4
  • 1.7.2

Changelog

  • Render colours within note messages
  • EXPERIMENTAL Configurable chat listener priority, requires a plugin reload or server restart to take affect
  • Fixed sub commands (e.g. /report Assign) being case sensitive
  • Added report [id] token to report teleport
  • Fixed issues with kicking players when onlineMode false
  • Added /reports info <id>
    • requires permission bm.command.reports.info
  • EXPERIMENTAL Added /bmrollback <player> <timeDiff> [types]
    • Reverses staff actions
    • NOTE Take care using this, whilst this has been tested, it will cause irreversible changes (ensure you have backups!)
    • Requires permission bm.command.bmrollback

    • timeDiff can be limited via timeLimits config options/perms

    • Deletes bans/mutes/notes/warnings made by the player within the time frame

    • Re-bans any players/ips that were unbanned during the time frame

    • Caveats: Notes and warnings can't be undeleted, any unbans/unmutes made via the -d flag can't be rolled back

  • Fixed an incorrect calculation (+ 1 day at the end of a month) on temp actions. Thanks to sigmaroot for the pull request.
  • Added ability to ban by names
    • /banname <name> <reason>, requires bm.command.banname permission

    • /tempbanname <name> <timeDiff> <reason>, requires bm.command.tempbanname

    • /unbanname <name> [reason], requires bm.command.unbanname

  • Added useSSL=false to JDBC connection URL, this adds compatibility with newer versions of MySQL. Thanks to ColorizedMind for the pull request.
  • Added duplicate name support to /bminfo
    • When multiple players found with the same name, a list is provided
    • Specify which player to lookup via /bminfo <player> <index>