By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Im guessing i shouldnt include the server with the plugin on it in the config to avoid duplicate messages in the chat on that server. is this correct or not?
same error here, do you find a solution?Since updating the API to 3.2 our logs now show this error on all servers in our cluster:
08/03/19 20:38 [RconCrossServerChat][error] Config Read Error: Unknown exception
08/03/19 20:38 [RconCrossServerChat][error] Plugin Disabled please add a CrossChatKey
08/03/19 20:38 [API][info] Loaded plugin RconCrossServerChat V1.7 (Cross Server chat using RCON)
Double checked our configs and nothing has changed and the CrossChatKey is defined and json validates.
{
"CrossChatKey":"KingKeezy",
"CrossChatMapNameInclude":true,
"RconServers":[
"127.0.0.1:32330",
"127.0.0.1:32331",
"127.0.0.1:32332"
],
"CrossChatMapNameOverride":"",
"Async":true
}
Does the Cross Server Key need to be your RCON password? I get no errors with:
Code:{ "CrossChatKey":"KingKeezy", "CrossChatMapNameInclude":true, "RconServers":[ "127.0.0.1:32330", "127.0.0.1:32331", "127.0.0.1:32332" ], "CrossChatMapNameOverride":"", "Async":true }
However the messages arent sent to the other servers...
They are the same across all three of them.Nope you dont need RCON password. but make sure that youre
CrossChatKey is the same
They are the same across all three of them.
Just cant seem to figure out why its not working, I know its something that i probably need to do but cant put my finger on it.
127.0.0.1 is this youre IPv4 Address?
"127.0.0.1:32330",
"127.0.0.1:32331",
"127.0.0.1:32332"
You should put on these youre IPv4
And 32330 32331 32332 do you use these ports for youre server?
We use essential cookies to make this site work, and optional cookies to enhance your experience.