Skip to content
bowwychan edited this page Aug 4, 2019 · 7 revisions

Misc > FancyChat changes the font type of the messages you send.

.fancychat enable <0/1>

.fancychat font <Font ID or Name> - specify the font (default: FULL_WIDTH)

There're 7 available fonts:

Font Type Example
n/a n/a Normal sample text
0 FULL_WIDTH Look how special I am! 123
1 CIRCLE ⓄⓞⓞⓄ ⓣⓗⓐⓣ'ⓢ ⓢⓞⓜⓔ ⓕⓐⓝⓒⓨ ⓢⓣⓤⓕⓕ ①②③
2 PARENTHESES ⒨⒜⒨⒜, ⒤'⒨ ⒟⒭⒰⒩⒦!
3 SMALL ᵀʰᶦˢ ᶦˢ ᶰᵒᵗ ᵃˢ ᶦᵐᵖᵒʳᵗᵃᶰᵗ ᵃˢ ʸᵒᵘ ᵗʰᶦᶰᵏ 123
4 LEET i'm 3lite h4ck3r, i will h4kk 3v3ryb0dy
6 WAVE TRue MemE TexT
7 RANDOMCASE truE MEmE tExT

Advanced options:

.fancychat prefix <prefixes RegExp> - define command prefixes using RegExp. If a message start with this, it will be regarded as a command (default: /|//|\\! - will trigger on / // !). To add Baritone to the mix: /|//|\\!|#

.fancychat command0Arg <commands RegExp> - commands where everything is chat text (e.g. /reply doesn't require a recipient name). (default: r|reply)

.fancychat command1Arg <commands RegExp> - commands where the first argument will be left untouched (e.g. /tpa FriendName). (default: pm|tell|msg|message|w|whisper|nick|mail)

Quick RegExp rules:

  1. There're some special characters like | and - etc. Only use alphabet letters if you have no idea!

  2. You can add a command separated by | - e.g. pm|tell|msg|home|tpa|whisper

Clone this wiki locally