作者:rebot | 分类:模组
Minecraft 版本: 1.16.5
平台: forge
标签: social utility
Overhauls the game's 14 year old text formatting syntax.
This mod allows you to use markdown-like syntax to format your text in
minecraft:
*italic text* -> italic text
**bold text** -> bold text
***bold + italic*** -> bold + italic
__underline__ -> underline
~~strikethrough~~ -> strikethrough
this **is** bold -> this is bold
this __*is* multiple things__ -> this is multiple things
The terminating set of symbols is optional, e.g. **hello will still be
bold.
If you put a star at the start of the name of an item in an anvil, it
will cancel out the italic
<img
src="https://media.forgecdn.net/attachments/530/267/example-formatting.PNG"
width="300" />
This mod allows you to colour your text with custom colours:
[#ff0000]red text -> red text
[#ff00FF]pink text -> pink text
**[#00ff00]bold green text** or [#00ff00]**bold green text**-> bold green text
The codes are case-insensitive.
This feature has been replaced by new syntax, but still works.
The mod allows you to use named colours instead of the normal single
letters.
The names are white, black, blue, green, aqua (or cyan), red, purple,
gray and yellow.
The names are case-insensitive.
To use the dark version of the colour (except white and black), put "d",
"dark" or "deep" before or after the name. You can optionaly use a space
or underscore between the name and the prefix/suffix. For example,
§[dark_blue], §[deepblue], §[blue d], §[dblue] all make dark
blue text
§[gold], the name MCWiki gives the colour, can also be used for dark
yellow.
You can also use:
§[s] for strikeout text,§[b] for bold text,§[o] for obfuscated text,§[u] for underlined text,§[r] for §r (reset)Format options can be chained without needing multiple §s. For
example, §[red][u][i]text will show red, bold, underlined text. You
need to put the colour before the bold and underline. This is because
the colour code resets the style to be coloured, but not italic, bold,
etc. This is a minecraft thing, and also applies to vanilla formatting
codes.
If you want to use this mod on a server, this mod will have to be
installed on it, or the server must otherwise allow you to send '§' in
chat, or the server will automatically kick you when you use formatting.
请登录后举报
暂无评论,抢个沙发吧~