Skip to content
Syrent edited this page Oct 2, 2023 · 3 revisions

SIMPLE Mode doesn't work in book GUI

You need to manually modify the book click commands in the language files as shown below: Example:
"<click:run_command:'/report $player $category $reason'><hover:show_text:'<dark_green>Description: <gradient:gray:white>$description \n\n<yellow>Click to report!'><gold>● <red>$name</hover></click>""
to:
"<click:run_command:'/report $player $reason'><hover:show_text:'<dark_green>Description: <gradient:gray:white>$description \n\n<yellow>Click to report!'><gold>● <red>$name</hover></click>"

Plugin doesn't work on 1.16 and 1.17

This is because the plugin doesn't support legacy MiniMessage versions, and therefore, it cannot be used on these versions. Consider upgrading your server to the latest Paper version.

Plugin Doesn't Work on Java Versions Older Than 17

The plugin makes use of the latest Paper features and APIs, so you must use the latest version of Java. Otherwise, the plugin will not function correctly.

Clone this wiki locally