MessageIt-BanManagerAddon
I am no longer supporting this project. Use it at your own risk.
What does it do?
MessageIt-BanManagerAddon allows you query your BanManager database to disallow muted players from sending messages with MessageIt 0.0.5 and above.
Installation:
(Java 8 recommended)
1) Make sure you have MessageIt installed.
2) Stop your BungeeCord server.
3) Drag and drop the .jar you downloaded to the plugins/ directory within your BungeeCord server.
4) Start your server.
Configuration:
When you first start your BungeeCord server with MessageIt installed, it will generate a configuration located in yourserver/plugins/MessageIt-BanManagerAddon/config.yml. From here, you can configure your existing BanManager database. MessageIt-BanManagerAddon WILL NOT touch or replace any of your ban/mute data. It only reads it.
An example configuration:
Commands:Code (YAML):mysql:
username: username
password: password
address: localhost
database: minecraft
port: '3306'
#This is your table that you use for mutes in BanManager
mutes-table: bm_player_mutes
options:
#This applies to people that have the messageit.sendtostaff permission
muted-players-can-send-to-staff: true
muted-message: '&cYou are muted.'
None.
Permissions:
messageit.sendtostaff - give to players that you want to receive messages from muted players.

MessageIt-BanManagerAddon 0.0.1
A plugin that uses BanManager to make sure muted players don't send messages with MessageIt.