Simple Ban System
A simple system for banning and kicking players for your game, if you are too tired to implement one yourself.

How To Use
Add the 'IKickable' interface on your player component

To make use of banning, add the 'BanManager' component anywhere in the scene and use it's methods.
Please note that you WILL have to implement your own secure way of handling game bans if you wish to use it's functionality.