Changelog:
- Added the ability to insert links in books using the syntax:
Code:(<text>)[<link>]
- Added support for embedding commands in books, allowing users to execute commands by clicking on text with the syntax:
Code:(<text>){<command>}
- Added hex color support in the rules interface, making it more colorful and visually appealing. For example, use &#f5424e to apply a hex color.
- Added hover text functionality in books, enabling informative tooltips to appear when hovering over text. Example:
Code:(text)[link]<text>
Changelog:
- Fixed a bug that prevented players from dropping items after closing a book interface.
- Added a new custom permissions feature for interacting with items in the rules menu:
YAML:13: material: WRITABLE_BOOK name: '&c&lServer Rules' lore: - '&7View all server rules organized' - '&7by category to help you play properly' - '' - '&a→ Click to view rules categories' # Define which category to open (must match a category ID below) category: "rules" permission: "rulesgui.view.rules" #◀ New line
