¡Únete al servidor de Discord Pelayori's Plugins!
Echa un vistazo a la comunidad Pelayori's Plugins en Discord. Pasa el rato con 1602 miembros y disfruta de chat de voz y texto gratis.
discord.gg
Features
display a users chat message across multiple ark servers
Unicode Support
Local & Remote Server Support
a lot more efficient than competitors using sqllite database
Description
make sure you configure this properly enabling your rcon ports and adding your server's ip : port to the RconServers in config
Configuration
JSON:
{
"CrossChatKey":"", //Setup a unquie key here it must be the same for every server listed below
"CrossChatMapNameInclude":true, //Include the map name in the uesrs chat message
"RconServers":[ //A list of servers to send the users chats to you can add as many as you want
"127.0.0.1:32300",
"127.0.0.1:32301",
"127.0.0.1:32302",
"127.0.0.1:32303",
"127.0.0.1:32304",
"127.0.0.1:32305"
],
"CrossChatMapNameOverride":""//override the servers map name CrossChatMapNameInclude must remain true, if you dont want to override the default map name leave it blank
}