DiscordSRV

DiscordSRV

86.8k Downloads

Role aliases

Opened this issue ยท 3 comments

commented

Hey there.
On our discord server we have roles which are using another font to look a bit better. For this suggestion I'd like to use the example role: "๐”‡๐”ข๐”ณ๐”ข๐”ฉ๐”ฌ๐”ญ๐”ข๐”ฏ".

So, Minecraft supports quite a few type of fonts but it's still rather limited. Especially fonts which would look cool on discord can not be used because the game will make them show as unknown letters. (A ? like sign.) My idea was to create an alias like thing. It'd work just like the colour link such as DiscordChatChannelColorTranslations: { "99AAB5": "&f", "17ac86": "&3", etc. So for example:
DiscordChatRoleNameTranslations: { "๐”‡๐”ข๐”ณ๐”ข๐”ฉ๐”ฌ๐”ญ๐”ข๐”ฏ": "Developer", "๐”‡๐”ข๐”ณ๐”ข๐”ฉ๐”ฌ๐”ญ๐”ข๐”ฏ1": "Developer1" etc.

commented

could be considered a duplicate of #339 but could also be implemented as a separate feature for PlaceholderAPI, for example (that wouldn't go through any regex processing)

commented

To add on to this idea, but guiding it to an already accessible feature:
Improve upon ChannelRegex to have multiple pairs of regex.
["regex1":"replacement1","regex2":"replacement2"]

commented

Implemented