BanManager v5.3.0
Details
-
FilenameBanManager.jar
-
Uploaded by
-
UploadedApr 11, 2015
-
Size777.41 KB
-
Downloads2,446
-
MD5628002dac323af8cf614f72a32429ea0
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.
- Added bm.notify.denied.player bm.notify.denied.ip permissions, players with those perms now can see a message when a banned player attempts to join.
- Offline name completion no longer blocks the server on startup.
- Added missing index on warnings.
- Added player notes NOTE this creates a new table, therefore if you need a non-default table name, ensure you disable the local database before starting the server with this update to allow for the new config nodes to be created for you to modify.
- /addnote <player> <message>
- /notes <player>
- Permissions:
- bm.command.addnote
- bm.command.notes
- bm.notify.notes
- When a player joins the server, those with bm.notify.notes.join will see all notes associated with the player.
- This can be useful for identifying siblings or general information for other staff.
- Due to permission look ups only natively working on online players, offline exemptions have been added. Check the newly generated exemptions.yml for more info.
- Fixed bypass duplicate ip and muted blacklist commands not correctly removing items on reload.
- Added punishAlts config option, disabled by default
- On join, if a player matches an ip of a punished player the joining player has the same ban or mute applied to them.
- Added back clean up from v4 to purge old data. Config options are in days.
- Better reload support, whilst /reload is still not recommended due to memory leaks, BanManager should now function fine with plugin managers disabling and re-enabling it.
- Better duplication checks for external syncing.
- Added /bmexport <players || ips>, requires bm.command.export to use.
- Generates vanilla-esque json files within the BanManager directory