
PolarBooks
Allows you to dynamically add commands that open customizable book GUIs
- Загрузки
- 157
- Подписчики
- 1
- Обновлён
- 10 декабря 2025 г.
- Лицензия
- MIT
Опубликован 30 мая 2025 г.
PolarBooks
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:
- text itself
- A link, if you wish for the text to lead to a website
- A color for the text.
- A command to run upon clicking the text.
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"
}
]
}
]
}
The configs work as follows:
By adding a new dictionary inside "pages" (A dictionary is anything wrapped in {}), you will add a new page with the text components you add in the text list.
When you run the command to get the book, it will automatically load all the pages and text contents inside it.
🛠️ Adding new commands
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:

❓ Need Help?
Ченджлог
1.3Релиз1.21.1 · 10 декабря 2025 г.
Adds /bookscanner to permission level 1 and above (Operator), which scans a book and automatically saves them for you! No more need for trial and error, just write it in game!
1.2Релиз1.21.1 · 23 ноября 2025 г.
This new version allows you to run commands when you click a piece of text! The command runs through the player, if you wish to make several books which the user can move between you can simply add "command" to the text JSON file and run a different book command, perfect for making a centralized /help book which branches out!
1.1-SNAPSHOTРелиз1.21.1 · 1 октября 2025 г.
Config update to simplify usage. Commands will now be registered under the same name as the file in which they are located, and the contents of the files are slightly changed.
1.0-SNAPSHOTРелиз1.21.1 · 31 мая 2025 г.
Initial release. Basic functionalities involved.
Комментарии
Загружаем…

