📄 Introduction
In this section, you’ll find the list of commands available in MiniBook. These commands allow you to create, manage, open, and distribute custom books to players, including support for premium books and permissions.
⌨️ Management and information commands
| 💬 Command |
💡 Example |
📄 Description |
| /minibook help |
/minibook help |
Displays a list of all available MiniBook commands. |
| /minibook reload |
/minibook reload |
Reloads the plugin configuration and reloads all books from disk. |
| /minibook info |
/minibook info |
Shows plugin information such as version, author, and recent changes. |
| /minibook list |
/minibook list |
Displays a list of all registered books with their titles and authors. |
📚 Book management commands
| 💬 Command |
💡 Example |
📄 Description |
| /minibook create <id> "<title>" "<author>" |
/minibook create rules "Server Rules" "Staff" |
Creates a new book template with the specified ID, title, and author. |
| /minibook delete <id> |
/minibook delete rules |
Deletes an existing book by its ID. |
📖 Book interaction commands
| 💬 Command |
💡 Example |
📄 Description |
| /minibook open |
/minibook open rules |
Opens the specified book for yourself. |
| /minibook open |
/minibook open rules xDrygo |
Opens the book for a specific player. |
| /minibook open * |
/minibook open rules * |
Opens the book for all online players. |
| /minibook give |
/minibook give rules |
Gives the specified book item to yourself. |
| /minibook give |
/minibook give rules xDrygo |
Gives the book item to a specific player. |
| /minibook give * |
/minibook give rules * |
Gives the book item to all online players. |
🔐 Premium books & permissions
Some books can be marked as premium, meaning they require a specific permission to be opened or given.
- If a book is premium, players must have the configured permission to use
/minibook open or /minibook give for that book.
- Administrators with
minibook.admin or server operators bypass all permission checks.
📜 Explanation
- General use: MiniBook commands allow server administrators to manage custom written books in a clean and centralized way.
- Book creation: Use
/minibook create to generate a new book template that can later be edited via configuration files.
- Opening vs giving:
/open directly opens the book GUI, while /give provides the physical book item.
- Global actions: Using
* as a target applies the action to all online players.
- Reloading:
/minibook reload lets you apply changes without restarting the server.