KolensQuestsMenu ✦ Premium (but FREE) Quest GUIs for PikaMug's Quests
Elevate your server's questing system with premium, interactive, and beautifully designed user interfaces.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Elevate your server's questing system with premium, interactive, and beautifully designed user interfaces.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
✦ Why KolensQuestsMenu?
Most quest plugins rely on spammy chat messages and confusing text prompts. KolensQuestsMenu bridges the gap by hooking directly into PikaMug's Quests (v5.x) to give your players a clean, visual, and highly immersive GUI interface. From tracking objectives in real-time to browsing storylines and category filters, this is the ultimate upgrade for your RPG, Survival, Skyblock, or Factions server.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
✦ Key Features
1. Dynamic Quest Hub (/questmenu or /qm)
- Player Profile Head: Displays player head skins loaded dynamically with real-time progress stats (Quest Points, active count, completed count).
- Active Previews: Up to 7 active quests are showcased directly on the main page with stage info and visual completion progress percentages.
- Categorized Sorting: Easy access to your custom-made categories (e.g., Storylines, Dailies, Side Quests).
2. Beautiful Quest Browser
- Automated Status Indicators: Items representing quests adapt color and design based on player progress:
- ⬤ ACTIVE (Compass with an enchanted glow)
- ● AVAILABLE (Green book ready to accept)
- ✖ LOCKED (Red book showing missing requirements)
- ✔ COMPLETED (Gold apple detailing cooldown status)
- Dynamic Page Selector: Clean paginated navigation with previous/next arrows for servers with hundreds of quests.
3. Detailed Stage & Objective View
Clicking a quest displays a comprehensive layout:
- Auto-wrapped Descriptions: Clean book summary formatting.
- Interactive Objective Progress: Shows active steps with high-fidelity visual progress bars (▰▰▰▰▱▱▱▱▱▱ 40%).
- Prerequisites & Rewards: Clear lists displaying Money, Exp, Items, prerequisite quests, and commands run upon completion.
- Actionable Buttons: Instantly Accept or Abandon (with safety confirmation) quests directly in the UI.
4. Interactive Mechanics
- Categories & Daily Rotations: Group quests and setup daily limits (e.g., showcase a random selection of 15 daily quests rotated every 24 hours).
- Immersive Sound Effects: Customized sounds for opening menus, clicking, accepting, completing stages, or abandoning quests.
- Aesthetic Double-Borders: A stunning purple-to-magenta stained-glass layout to give the GUIs a premium RPG feel.
- Real-time Auto-Refresh: Schedulers keep objective counts and cooldown timers updated live without needing to close and reopen menus.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
✦ Commands & Permissions
Commands & Aliases
You can use /qm, /questhub, or /questgui in place of /questmenu.
- /questmenu — Opens the Quest Hub dashboard.
- /questmenu active — Opens your active quests menu.
- /questmenu completed — Opens completed quests archive.
- /questmenu browse — Opens the paginated Quest Browser.
- /questmenu reload — Reloads the configuration (Admins only).
Permissions
- kolensquestsmenu.use — Required to open any quest menu (Granted to everyone by default).
- kolensquestsmenu.admin — Required to use reload commands (Granted to Operators by default).
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
✦ Simple Installation & Setup
- Download the KolensQuestsMenu.jar file.
- Make sure you have Quests by PikaMug (v5.x) installed on your server.
- Drag and drop KolensQuestsMenu.jar into your server's plugins/ folder.
- Restart your server or load the plugin.
- Configure your titles, categories, and sound effects in plugins/KolensQuestsMenu/config.yml.
- Use /questmenu reload to apply configuration updates in real-time.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
✦ Configuration Layout (config.yml)
Code (YAML):
# Menu Inventory Titles
menu:
hub-title : "&5✦ &dQuest Hub &5✦"
active-title : "&6✦ &eActive Quests &6✦"
completed-title : "&2✦ &aCompleted Quests &2✦"
details-title : "&b✦ &3Quest Details &b✦"
browser-title : "&5✦ &dQuest Browser &5✦"
categories-title : "&5✦ &dCategories &5✦"
# Quest Categories
categories:
Main Story:
icon : BOOK
description : "&7The main storyline quests"
quests : [story_quest_1, story_quest_2 ]
Side Quests:
icon : MAP
description : "&7Optional side adventures"
quests : [quest_id_3, quest_id_4 ]
Daily:
icon : CLOCK
description : "&7Daily challenges that reset"
quests : [daily_1, daily_2, daily_3 ]
# Sound Effects (Uses Spigot sound names)
sounds:
menu-open : UI_BUTTON_CLICK
menu-click : UI_BUTTON_CLICK
quest-accept : ENTITY_EXPERIENCE_ORB_PICKUP
quest-complete : UI_TOAST_CHALLENGE_COMPLETE
quest-abandon : ENTITY_VILLAGER_NO
# General Settings
settings:
uncategorized-show : true
auto-refresh-ticks : 40 # Dynamic GUI updates (40 ticks = 2 seconds)
daily-limit : 15 # Maximum randomized dailies visible at once
daily-reset-hours : 24.0 # Cooldown before daily quests rotate
Need help configuring or want to report a bug? Join our official support channel:
Join my Discord Community
FastStats:
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 26.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Kolen's Quests Menu is a free Minecraft Java mod. Compatible with Minecraft 26.2. Downloaded 9 times (via Spigot). Download it and open it directly in the game.