Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 901 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 901 Bytes

markcraft

Server-side mod that brings markdown to Minecraft chat!

Supports all standard formatting, as well as @mentions and any combination of those. (Mentions are purely visual at the moment and do not alert other players)
It also has special support for colouring using backticks (`). `cThis text would be red`. The character after the first backtick determines the colour. See Here for all characters.

**bold** -> bold
*italic* -> italic
***bold-italic*** -> bold-italic
~~strikethrough~~ -> strikethrough
||obfuscated|| -> ÚòiÐGıÆæ:n
__underline__ -> u͟n͟d͟e͟r͟l͟i͟n͟e͟
`3Colour` -> Colour (but green)
@arug -> @ChiefArug

__**~~`d*Everything*`~~**__ -> Everything (but pink)

These character sets are also fully configurable!