ad2017gd / DiscordRichText

Enable Discord rich text formatting for plugin users. Seamless for non-users.
MIT License
3 stars 0 forks source link

DiscordRichText - BetterDiscord plugin

Enable discord rich text formatting for plugin users. Seamless for non-users. Works using custom-made invisible base16 encoder and decoder. (num_base16e, ascii_base16d etc.)

Usage

All formatted messages must be preceded by the [formatted] tag. Implemented tags:

Example

[formatted][marquee][h2]--- Welcome to my server! ---[/h2][/marquee]

[center][color #ff0000][h3]Rules[/h3][/color]
...
...
...
[/center]

[center][color #ff00ff][h3]Channels[/h3][/color]
...
...
...
[/center]

[marquee]------Have fun!------[/marquee]

image

image