{"id":174469,"date":"2026-06-10T02:24:29","date_gmt":"2026-06-09T23:24:29","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/"},"modified":"2026-06-10T02:24:29","modified_gmt":"2026-06-09T23:24:29","slug":"zyraquests","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/","title":{"rendered":"zyraquests"},"content":{"rendered":"<p># \ud83d\udcdc ZyraQuests<\/p>\n<p>> **A fully custom quest plugin with beautiful GUI menus, 6 objective types, flexible rewards, and native ZyraJobs integration \u2014 built for Spigot 1.21.**<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Overview<\/p>\n<p>**ZyraQuests** lets you create any quest you can imagine directly from a single YAML file \u2014 no commands, no in-game editor required. Players browse quests through polished inventory menus, track their progress in real time via action bar indicators, and earn XP, items, or custom commands as rewards.<\/p>\n<p>Works perfectly standalone, and unlocks extra features when paired with **ZyraJobs**.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udda5\ufe0f GUI Menus<\/p>\n<p>ZyraQuests is built around three fully interactive inventory menus:<\/p>\n<p>**\ud83d\udccb Quest Browser** \u2014 Browse all quests sorted by category (Mining, Farming, Hunting, Brewing, General). Each quest shows its difficulty color, objectives count, your current status (not started \/ in progress \/ completed), and a live XP progress bar if active. Paginated for large quest collections.<\/p>\n<p>**\ud83d\udd0d Quest Detail** \u2014 Opens on click. Shows the full quest description, each objective with its own progress bar, all rewards previewed as items, and the Accept \/ Abandon button. Border color changes based on difficulty (green = Easy, yellow = Medium, red = Hard, orange = Legendary).<\/p>\n<p>**\u26a1 Active Quests** \u2014 See all your quests in progress at a glance, with per-objective progress bars. Quick-navigate back to any quest&#8217;s detail view.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Creating Quests<\/p>\n<p>Everything lives in `quests.yml`. One quest looks like this:<\/p>\n<p>&#8220;`yaml<br \/>\nquests:<br \/>\n  diamond_hunter:<br \/>\n    display-name: &#8220;Diamond Hunter&#8221;<br \/>\n    description:<br \/>\n      &#8211; &#8220;The real treasure lies deep below.&#8221;<br \/>\n      &#8211; &#8220;Find and mine diamonds.&#8221;<br \/>\n    icon: DIAMOND<br \/>\n    category: MINING<br \/>\n    difficulty: HARD<br \/>\n    repeatable: false<br \/>\n    objectives:<br \/>\n      &#8211; type: MINE_BLOCK<br \/>\n        block: DIAMOND_ORE<br \/>\n        amount: 10<br \/>\n        display: &#8220;Mine Diamond Ore&#8221;<br \/>\n      &#8211; type: REACH_JOB_LEVEL<br \/>\n        job: miner<br \/>\n        level: 20<br \/>\n        display: &#8220;Be Miner Level 20&#8221;<br \/>\n    rewards:<br \/>\n      &#8211; type: XP<br \/>\n        amount: 20<br \/>\n      &#8211; type: JOB_XP<br \/>\n        job: miner<br \/>\n        amount: 1000<br \/>\n      &#8211; type: ITEM<br \/>\n        material: DIAMOND_PICKAXE<br \/>\n        amount: 1<br \/>\n        name: &#8220;&#038;b&#038;lDeep Earth Pickaxe&#8221;<br \/>\n        lore:<br \/>\n          &#8211; &#8220;&#038;7Forged from the deepest veins.&#8221;<br \/>\n&#8220;`<\/p>\n<p>That&#8217;s it \u2014 reload with `\/qadmin reload` and the quest is live.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfaf Objective Types<\/p>\n<p>| Type | What it tracks |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `MINE_BLOCK` | Breaking specific blocks underground |<br \/>\n| `HARVEST_CROP` | Harvesting fully grown crops |<br \/>\n| `KILL_MOB` | Killing any entity by type |<br \/>\n| `BREW_POTION` | Brewing potions at a brewing stand |<br \/>\n| `COLLECT_ITEM` | Picking up or crafting specific items |<br \/>\n| `REACH_JOB_LEVEL` | Reaching a level in ZyraJobs *(ZyraJobs required)* |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf81 Reward Types<\/p>\n<p>| Type | Effect |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8211;|<br \/>\n| `XP` | Give vanilla experience levels |<br \/>\n| `JOB_XP` | Add ZyraJobs XP to a specific job *(ZyraJobs required)* |<br \/>\n| `ITEM` | Give an ItemStack with optional custom name &#038; lore |<br \/>\n| `COMMAND` | Run any console command with `%player%` placeholder |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd17 ZyraJobs Integration<\/p>\n<p>ZyraQuests integrates with **ZyraJobs** as a soft-dependency \u2014 install both plugins and the integration activates automatically. No configuration needed.<\/p>\n<p>When ZyraJobs is present:<br \/>\n&#8211; `JOB_XP` rewards give XP directly into the player&#8217;s job level<br \/>\n&#8211; `REACH_JOB_LEVEL` objectives track job progression in real time<br \/>\n&#8211; If ZyraJobs is absent, `JOB_XP` rewards fall back to vanilla XP automatically<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc8 Player Experience<\/p>\n<p>&#8211; \ud83d\udd14 **Level-up style chat message** when a quest is completed, listing all rewards<br \/>\n&#8211; \ud83d\udcfa **Screen title** on completion<br \/>\n&#8211; \ud83d\udcca **Action bar progress** updates every time an objective advances<br \/>\n&#8211; \ud83d\udd0a **Sounds** on quest accept and completion<br \/>\n&#8211; \ud83d\udd01 **Repeatable quests** \u2014 configure any quest to be completable multiple times<br \/>\n&#8211; \ud83c\udf10 **Server broadcast** on completion (optional, disabled by default)<br \/>\n&#8211; \ud83d\udcac **Join message** reminding players of their active quests<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udff7\ufe0f Quest Difficulties<\/p>\n<p>| Difficulty | Color | Border |<br \/>\n|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;-|&#8212;&#8212;&#8211;|<br \/>\n| Easy | \ud83d\udfe2 Green | Lime glass |<br \/>\n| Medium | \ud83d\udfe1 Yellow | Yellow glass |<br \/>\n| Hard | \ud83d\udd34 Red | Red glass |<br \/>\n| Legendary | \ud83d\udfe0 Orange | Orange glass |<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>**`config.yml`** \u2014 Global settings:<br \/>\n&#8211; `max-active-quests` \u2014 how many quests a player can track at once (default: 3)<br \/>\n&#8211; `actionbar-progress` \u2014 show action bar updates on objective progress<br \/>\n&#8211; `sounds` \u2014 toggle all sounds<br \/>\n&#8211; `broadcast-completion` \u2014 announce completions server-wide<br \/>\n&#8211; All chat messages fully customizable with color codes<\/p>\n<p>**`quests.yml`** \u2014 All quests. Add, remove, or edit quests freely. No restart needed \u2014 just `\/qadmin reload`.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/quests [category]` | Open the quest browser |<br \/>\n| `\/qadmin reload` | Reload config and all quests |<br \/>\n| `\/qadmin list` | List all quest IDs |<br \/>\n| `\/qadmin give <player> <id>` | Force-start a quest for a player |<br \/>\n| `\/qadmin complete <player> <id>` | Force-complete a quest |<br \/>\n| `\/qadmin reset <player> [id]` | Reset one quest or all quests |<br \/>\n| `\/qadmin info <player>` | View a player&#8217;s quest progress |<\/p>\n<p>Tab-completion is supported on all commands.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `zyraquests.use` | Everyone | Access to `\/quests` |<br \/>\n| `zyraquests.admin` | OP | Access to `\/qadmin` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>&#8211; **Minecraft**: 1.21.x<br \/>\n&#8211; **Server software**: Spigot or Paper 1.21+<br \/>\n&#8211; **Java**: 21+<br \/>\n&#8211; **No required dependencies**<br \/>\n&#8211; **Optional**: ZyraJobs (for `JOB_XP` rewards and `REACH_JOB_LEVEL` objectives)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udd1d Part of the Zyra Suite<\/p>\n<p>ZyraQuests is designed to work alongside **ZyraJobs** as a unified gameplay ecosystem. Install both for the full experience \u2014 quests that reward job XP, objectives that track job levels, and a consistent GUI style across both plugins.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc64 Credits<\/p>\n<p>Made with by **sti_moi** \u2014 *zyrajobs&#8217;s group*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>free quest plugin for your minecraft server<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"zyraquests","_minecraft_project_id":"FK83oXMS","_minecraft_author":"stimoi","_minecraft_license":"MIT","_minecraft_downloads":4,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"zyraquests.zip","_minecraft_size_bytes":77171,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:28:31.235074Z","_minecraft_date_created":"2026-04-11T21:18:23.132136Z","_minecraft_date_modified":"2026-03-13T11:32:33.836339Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/zyraquests","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-09T23:24:29+00:00","_minecraft_import_hash":"33fa8f144c71ecd0a19451d66f67c082","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,127,129],"mod_loader":[130,132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-174469","mod","type-mod","status-publish","hentry","mod_category-bukkit","mod_category-paper","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>zyraquests - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"zyraquests - Minecraft\" \/>\n<meta property=\"og:description\" content=\"free quest plugin for your minecraft server\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zyraquests\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zyraquests\\\/\",\"name\":\"zyraquests - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-09T23:24:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zyraquests\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zyraquests\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zyraquests\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"zyraquests\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"zyraquests - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/","og_locale":"en_US","og_type":"article","og_title":"zyraquests - Minecraft","og_description":"free quest plugin for your minecraft server","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/","name":"zyraquests - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-09T23:24:29+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/zyraquests\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"zyraquests"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/174469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=174469"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=174469"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=174469"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=174469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}