ManelNavola / MCInteractive

Making Twitch interact with Minecraft!
1 stars 2 forks source link

Chat Format Customization - Suggestion #8

Open Brickgard opened 3 years ago

Brickgard commented 3 years ago

I've loved what MCI can do, but was disappointed when I couldn't customize the chat formatting in-game. (I'm quite picky with my chat formatting and coloring, and without customization MCI's output stands out quite... sorely)

Currently, chat outputs as: '[MCI] <{username}> {chat message}' A config option to allow something like '☼ [{username}] {chat message}'

Essentially, a lang.yml file would be sweet, with the options to modify the text formatting and output. Alternatively, config options for the colors (and maybe text fill like the [MCI] default badge) would help a lot too.

Such as: (my attempt to "expose" the default settings)


chat:
  chat-color: &7
  chat-color-highlight: &f
  badge-default: '[MCI]'
  badge-mod: '&c[Mod]'```