"Joining Message Enabled": false,
"Leaving Message Enabled": false,and no one has this permission
"Permission": "smartchatbot.messages",You really shouldn't have the IP address in there. I mean that's dangerous stuff if that goes out to the server like it did.
Merged post
Ok, I guess that permission has nothing to do with the join leave, but here's my full block
"Joining Message": [
"Welcome, {name} ({id}, {ip})!",
"Hello, dear {name} ({id}, {ip})!"
],
"Leaving Message": [
"Bye, {name} ({id}, {ip})!\nReason: {reason}",
"{name} ({id}, {ip}) left the game. Reason: {reason}"
],
"Joining Message Enabled": false,
"Leaving Message Enabled": false,I assume it's not meant to show if I've set it like this. I have some pretty annoyed players.Merged post
I see this is related to https://umod.org/community/592-smart-chat-bot/2637-new-update-missing-check
But damn, when putting the players IP address in the message that's a pretty nasty situation.