Main
Wiki
Overview
rChat provides a socket server wich is connected to the ingame chat. It has a very simple protocol. You can write clients for every platform which supports socket connections.
rChat comes with a build-in permission system. New users have to create a paircode, which has to be entered into the client first.
You can easily mute players who bugs you.
rChat is still in development. So please report bugs to the bitbucket bugtracker.
More details and documentation will be added soon.
Installation
- Download the latest version either from bitbucket or bukkit dev.
- Copy the plugin.jar to your plugins server.
- Start the server. Plugin will create default config files.
- (Optional) Open plugins/rChat/config.yml and change language and serverport.
- Grant firewall access on port 20070 or the port you configured
Usage
- Create a paircode with /rchat pair.
- Enter the generated paricode into your client.
- Connect the client to the server and start chat.

