90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Infobook is a mod that adds a serverside markdown-based information book.
You can configure whether you want it to show to players on the first join, and you can access the books by using the /info
command.
Markdown documentation
Infobook is controlled primarily by markdown, here are the things we support
*italic*
**bold**
__underline__
~~strikethrough~~
||obfuscated||
<br/>
[link](https://google.com/)
[page](page:1)
[book](book:root)
[command](comm:kill @s)
<color ff0000>color</color>
<c 00ff00>color but short</c>
<formatting 3l>formatting</formatting>
<f 4>formatting but short</f>
Two newlines act as a new page
Note: Each line acts separate from one another, due to a limitation of Minecraft's written books and the library used to parse markdown.
Links
Details
Licensed MPL-2.0
Published 2 years ago
Updated 2 years ago