
Allows you to dynamically add commands that open customizable book GUIs
This mod is aimed at allowing servers to create books that allow you to inform players through a simple book GUI.
The mod has three main components that you can include for every piece of text you add:
Sidenote: A link takes precedence over a command, make sure to only include a command or a link.
If you do not wish to include a color, a command or a link, you can omit them in the config file.
This mod also allows you to dynamically add commands to access the different books, which can also be configured in the JSON files.
The default config looks as follows:
{
"Pages": [
{
"text": [
{
"text": "Visit our store:\n",
"color": "1B41FF"
},
{
"text": "Click me",
"link": "https://www.minecraft.net/en-us",
"color": "CDFF00"
}
]
}
]
}
If you wish to add a new command using this mod, you need to create a new file with the same format as the default config. Upon restarting your server, they will be loaded in.
In the following example, a website and store command will load:
