Good day! I understand that the above asked about feedback discord-->server.
I have configured the server --> discord and works great. But how to do to be able to write in discorde and displayed on the server, I don't understand. Prompt, please, in more detail. Thank you.
I'm a bit unclear as you said you have it working from Server -> Discord, but that you want to write in Discord and show it on the server? That appears to be the same thing? The above response to djkrose does exactly that?
But to try and make that example more clear.
Create a new event, and set it with these parameters.
Type: Player Public Chat
Conditional: STARTSWITH:!say||CHECKDISCORDROLE:>=Discord Admins
Script: say "[{player_name}]: {0}"
Then, when you want to say something on the server, from discord, type:!say This is going to appear in the 7D2D game chat.
If you want your game chat to be displayed in Discord. Then edit the last event for Player Public Chat, it has an order of 9999 on it.
Add to the Script: .DSAY:<{player_name}> {player_chat}
That will display any chat the players type in the game, in Discord.
Those two options will cover both Game Server -> Discord and Discord -> Game Server.