Hi,
is it possible to show the full Discord Name with #tag and connected Steam ID?
In that case i cannot find a player with the name "Gumba".
Maybe you could add both information to this output string? :)
Adding Full Discord Name and Steam ID to the message?Solved
Please read this section of the plugin docs https://umod.org/plugins/discord-core-roles#notification-tags
Hi,
i forgot to answer.
I tried out the tags and it works fine. I am using this config now:
...
"Discord Message Added Override Message": "Player {player.name} (Steam:{player.id}) ({discord.name}#{discord.discriminator}) has been added to the group: {group.name}",
"Discord Message Removed Override Message": "Player {player.name} (Steam:{player.id}) ({discord.name}#{discord.discriminator}) has been removed from the group: {group.name}"
...It is easier to see now if players have a different names in discord and ingame :)
Locked automatically