Role aliases
Opened this issue ยท 3 comments
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.
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)
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"]