Infobook
Infobook is a Minecraft modification that implements interactive information books on the server side, created using the simple Markdown markup language. Server administrators gain a flexible tool for providing players with important information in a convenient and structured format.
Main Features
The mod allows server administrators to configure automatic display of books to players upon their first connection to the server. Users can also independently access informational materials through the /info command, making the system versatile for various usage scenarios.
Markdown Support
Infobook fully works with Markdown syntax, providing rich text formatting capabilities. You can use the following styling elements:
- italic text
- bold text
- underlined text
strikethrough text- ||obfuscated characters||
- Line breaks
<br/>
Special Links and Elements
In addition to standard capabilities, the mod supports unique functional elements:
Various types of links for convenient navigation:
External link
Internal page
Book navigation
[Command execution](comm:kill @s)
Text Styling
For giving text individual style, color and additional formatting is available:
<color ff0000>Red text</color>
<c 00ff00>Shorthand color</c>
<formatting 3l>Special formatting</formatting>
<f 4>Short formatting</f>
Page Organization
Each pair of empty lines automatically creates a new page, allowing information to be organized into sections. It's important to note that each line is processed independently due to the implementation specifics of Minecraft books and the used Markdown parsing library.