Hey
I have read through every post and cant seem to find support on the issue I am having. I can get the plugin to send messages in to my discord from the server including global chat, team chat and login/logout info - the issue I am having is when trying to send a message from the discord channel to the server... the message gets deleted in the chat and never makes it to my Rust server. I am new to all of this so may need to provide more info but please see below:
Discord Chat:
"Chat Channel name or id": "discord-to-rust-chat",
"Team Channel name or id": "discord-to-rust-chat",
"Join / Leave Channel name or id": "discord-to-rust-chat",
"Server Time Offset (Hours)": 7.0,
"Add discord tag to chat": true,
"Use bot to display message": true,
"Send messages from server to discord": true,
"Send messages from discord to server": true,
"Discord tag text": "Discord",
"Discord tag color": "5f79d6",
"Ignore messages from users in this list (Discord ID)": [],
"Text Filter": {
"@everyone": "everyone",
"@here": "here"
},
"Ignored Commands": [
"!rust"
],
"Plugin Support": {
"AdminChat Settings": {
"Exclude from chat channel": false,
"Admin chat channel": "admin-chat",
"Admin Chat Prefix": "@",
"Enable AdminChat Plugin Support": true
},
"ChatTranslator Settings": {
"Discord Server Chat Language": "en"
Discord Core:
"Discord API Key": "(removed by user)",
"Enable Discord Extension Debugging": false,
"Bot Guild ID (Can be left blank if bot in only 1 guild)": "(removed by user)",
"Discord Join Code": "",
"Discord Server Name Override": "",
"Enable Commands In Bot Channel": true,
"Bot Channel Name or Id": "bot",
"Link / Unlink Announcement Channel Name or Id": "",
"In Game Chat Command": "dc",
"In Game Join Command": "join",
"In Game Leave Command": "leave",
"Discord Bot Join Command": "join",
"Discord Bot Plugins Command": "plugins",
"Discord Bot Help Command": "help",
"Discord Bot Leave Command": "leave",
"Discord Bot Commands Command": "commands",
"Enable Discord Server Join Notification": true,
"Enable Linking Discord To Rust": true,
"Use DiscordAuth": false,
"Use DiscordConnect": false,
"Use External Hooks": false,
"Discord Linking Code Characters": "0123456789",
"Discord Linking Code Length": 6,
"Time until heartbeat is considered to have timed out.": 120,
"Enable join command not being used in DM message (Non Bot Channel)": true,
"Enable join command not being used in DM message (Bot Channel)": true
Any help would be appreciated - i am going round in circles at the minute!