This plugin allows the admins to control how users can access and interact within the server using the android "MC Chat" app. Right now it's a fairly simple plugin with no commands. Once running, when a player using the app joins the server it will check for a bukkit permission and kick if the player doesn't have it. Over time, more stuff will be added to provide better control or experience to app users.
Once the plugin is added to the plugin folders, you will need to configure the permissions. Inside your permissions file, you'll want to add "mcchat.use" to every group/user that will be allowed to access your server with the app. If a user doesn't have that permission he'll get kicked out after joining with the app. Users with "mcchat.notify" permission will get a message when the user is kicked.
1 2 3 | Messages: NotAllowed: MC Chat is forbidden on this server # Kick reason message when user is not allowed to use the app Notification: §eKicked "§f%player%§e" for using MC Chat # Notification sent to uses with "mcchat.notify" message when a player is kicked |