
QuestsGUI (Alpha) is a plugin which displays clickable interfaces over select commands and administrative menus within the free Quests plugin (required). It's never been easier for you and your peers to create, modify, and conquer quests! As of the latest version, the following GUIs are available:
Quests Editor (/quests editor) has all numeric prompts fully configurable.

More images...
Quests Actions (/quests actions) has all major prompts configurable, but most minor prompts haven't been implemented yet.

Quests Journal (/quests journal) is an alternative to the standard book journal and may be enabled by setting command.journal.enable: true in QuestsGUI's config file.

Quests List (/quests list) displays all available quests. Accepting quests from this menu may be enabled by setting click-to-take: true in QuestsGUI's config file.

Each and every GUI item is configurable! Note that material names vary depending on Minecraft version:
- For MC 1.13 and up materials list, see https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
- For MC 1.8 to 1.12 materials list, see https://helpch.at/docs/1.12.2/index.html?org/bukkit/Material.html
Code (YAML):
- SKULL_ITEM|2
The value of '2' indicates a Zombie head, rather than a Skeleton head. MC 1.13 and up will ignore this value.
Submit feature/bug reports using the "Discuss This Resource" link.

Setup is a two-step process:
- Install minimum required version of Quests. Set up permissions as desired.
- Download the QuestsGUI jar and place it in your server's /plugins folder. Restart the server!