Not sending messages from DiscordNot An Issue
... it send Messages to Discord but not from Discord to RUST !
(BOT hass all AdminPermissions, all Settings are correct)
You're going to have to provide a lot more information to provide assistance.
  1. Is DiscordCore configured?
  2. Are you authed to DiscordCore or setup DiscordCore to use another auth system you're authed with?
  3. What chat plugins are you using?
  4. Are there any messages in the console?
1. yes
2. no
3. no other chat plugins, i use this https://umod.org/plugins/discord-server-stats and https://umod.org/plugins/discord-status , all it works without any problems
4. no

your plugin works, but it send Messages ONLY to Discord but NOT from Discord to RUST, it delete all Messages (https://umod.org/community/discord-chat/20389-bot-deletes-message-as-soon-as-it-posts-it) ALL Bots have full Permissions / AdminRights, so i think, its a PluginBUG, not any wrong Settings)
Yeah, point #2 is your issue then. There is no way for the bot to know what your steam account is and can't send a message to the server as you until you auth with DiscordCore or another auth system and enable that auth system in DiscordCore.
confused ... what i must do exactly  ? why other bots with DiscordCore works without any Problems and why sen ONE way is working, but not back ?
You need to Auth with a discord auth system. Everything else works because it doesn't need to know whose discord account belongs to which in the game player. There is no way for a Discord Bot to grab a person's steam id which is unique per server player. Players need to auth themselves to form a link between their discord id and steam id in these plugins to be able to perform actions as that player.
step - by - step, how i do this ?
... for sending message from game to discord ALL user must do the same ?
No we don't really care about the link there because it's just displaying the chat in a channel. It's going from discord to the server where we need to know who it is.
... all done, but same error:

ggg.png


send from discord to game OK, send from Game to DISCORD no Message comes ! BOT has AdminRights ...
Can you share your configs for DiscordCore & DiscordChat. Be sure to remove your BotToken from DiscordCore before sending.
MJSU
Can you share your configs for DiscordCore & DiscordChat. Be sure to remove your BotToken from DiscordCore before sending.

CORE

{
  "Discord API Key": "",
  "Enable Discord Extension Debugging": false,
  "Bot Guild ID (Can be left blank if bot in only 1 guild)": "",
  "Discord Join Code": "dVTFVTw2Dq",
  "Discord Server Name Override": "",
  "Enable Commands In Bot Channel": true,
  "Bot Channel Name or Id": "723829165295534110",
  "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
}

CHAT

{
  "Chat Channel name or id": "723829165295534110",
  "Team Channel name or id": "723829165295534110",
  "Join / Leave Channel name or id": "",
  "Server Time Offset (Hours)": 0.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": true,
      "Admin chat channel": "723829165295534110",
      "Admin Chat Prefix": "@",
      "Enable AdminChat Plugin Support": false
    },
    "ChatTranslator Settings": {
      "Discord Server Chat Language": "en"
    }
  }
}
Everything looks to be correct. Can you add me on discord MJSU#0814. Want to send you a debug version so we can figure out what's going on.
MJSU
Everything looks to be correct. Can you add me on discord MJSU#0814. Want to send you a debug version so we can figure out what's going on.

ok, u can visit my discord unter: http://DISCORD.NiPh.net

Locked automatically