Pebble's Bookerino
The mod was inspired by the InfoBook project.
This mod allows creating books directly on the Minecraft Fabric server using a combination of Markdown and MiniMessages. For convenient text formatting, I recommend using the MiniMessages Formatter. All book configuration files should be located in the /config/pebbles-bookerino folder.
Available Commands
The following commands are provided for working with books:
/book reload— reloads book configuration (operators only)/book open <filename>— opens a book with the specified filename
Configuration Example
Here's what an example book configuration might look like:
<blue>This is page 1
<red>red text!</red>
This is page 2
Double line break means a new page
Go to the next page to see the supported formatting.
<i>italic</i>
<b>bold</b>
<u>underline</u>
<st>strikethrough</st>
<br/>
<click:open_url:'https://google.com/'>link</click>
<click:run_command:'/kill @s'>command</click>
<green>color</green>
Use formatter <u><aqua><click:open_url:'https://webui.advntr.dev/'>[here]</click></aqua></u>!