A Velocity plugin that blocks banned players from connecting, based on LiteBans database
[database]
host = "localhost"
port = 3306
name = "litebans"
user = "litebans"
pass = "yourpassword"
[database.pool]
minimum-idle = 5
maximum-pool-size = 10
connection-timeout = 30000
[randomid]
seed = 114514
offset = 12500
You can also put your litebans messages.yml into plugin config folder
Under AGPL-3.0