EssentialsDiscordLink: Sync usernames & adjust /link output. #6039
Unanswered
codebycam
asked this question in
Ideas and Feature Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have two suggestions for the Discord Link module. They aren't large, so I just figured I'd open the one discussion for them, but let me know if you'd prefer two separate discussions.
Syncing Usernames
Having a configuration option to sync usernames when a player links their Discord account. This would change their Discord nickname to suit their Minecraft username. An example of how it would replace the names on Discord's end:
Camm
->CAMM_
Camm
->Camm [CAMM_]
You could expand on this to update the Discord nickname on a regular basis if you wanted to support display names of players in Minecraft, though in my opinion just syncing the Minecraft username is ideal.
Changing the
/link
outputI use MiniMessage to adjust the
discordLinkLinked
message so it's easier for people to copy and paste the code. However, this doesn't really work well because it copies/link code
, then people paste that in Discord and it just sends a message/doesn't actually prompt the link command in Discord.It would be great if the placeholder in the command output only contained the code opposed to
/link + code
. This way people would be copying the code itself and would still need to write/link
in Discord.Here's my custom message for it:
Thanks for reading!
Beta Was this translation helpful? Give feedback.
All reactions