DiscordSRV Integration
How it works
ChatPlus plugin use DiscordSRV Integration to allow players write or recive messages of a chat on Discord. Obviously that text channel can be configured as you want and you can set the permissions you want.
How to install
To configure DiscordSRV with ChatPlus you need first to configure DiscordSRV by following the documentation on their website. Then you have to create a category on your server called "ChatPlus" and configure it as you want. Most important to give full access to DiscordSRV bot. In that category you have to create a text channel called at the same way of the chat you want to plug. Example:

After that, enable your developer mode from user settings and copy the text channel ID:

Now open the config.yml of DiscordSRV plugin and search for "Channels" options. Now here you have to declare chats you want to use using ths format:
{......., "<chatId>": "<channelID>", "<chatId1>": "<channelID1>"}
E.g.
Channels: {"global": "000000000000000000", "not_chatplus": "32580471698750408517", "staff": "12580478698750308597", "gang": "42580378698790308597", "faction_teamblue": "12582478694750398599"}
How to use
Now a player, based on permission of text channel you setted, can send messages that in-game players receive and read messages that are automatically sended also on text channel of that chat, if configured. Everything is based on settings of chatplus config.yml.
Last updated