{"id":172645,"date":"2026-06-10T01:16:11","date_gmt":"2026-06-09T22:16:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/"},"modified":"2026-06-10T01:16:11","modified_gmt":"2026-06-09T22:16:11","slug":"xquest","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/","title":{"rendered":"xQuest"},"content":{"rendered":"<p># xQuest \u2694\ufe0f | Advanced Quest System<\/p>\n<p>![Version](https:\/\/img.shields.io\/badge\/version-1.0.0-blue) ![Minecraft](https:\/\/img.shields.io\/badge\/minecraft-1.16.5%2B-green) ![Java](https:\/\/img.shields.io\/badge\/java-17-orange)<\/p>\n<p>**xQuest** is a modern and fully configurable quest plugin for Minecraft servers. Designed to be lightweight, aesthetic, and easy to use, without the need for complicated external databases.<\/p>\n<p>![banner](https:\/\/cdn.modrinth.com\/data\/cached_images\/2d804d698a862bc7866ca931168fe383624dc707_0.webp)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcf8 Dashboard Screenshots<\/p>\n<p>| Main Dashboard | Quest in Progress | Completed Quest |<br \/>\n|:&#8212;:|:&#8212;:|:&#8212;:|<br \/>\n| ![Panel](https:\/\/media.discordapp.net\/attachments\/1379336464269312022\/1446187573516046336\/image.png?ex=693312a2&#038;is=6931c122&#038;hm=f6baa53d9bdf9339a6a00c4665f67ecb705dfd797be85e59841eebaa0b6e4aa7&#038;=&#038;format=webp&#038;quality=lossless) | ![Quest](https:\/\/cdn.discordapp.com\/attachments\/1379336464269312022\/1446187967948394516\/image.png?ex=69331300&#038;is=6931c180&#038;hm=c6ea57a10a5ae49b3cd6a3272385dda0688c19aff22109cf17e456efbd4b2dc0&#038;) | ![Completed](https:\/\/cdn.discordapp.com\/attachments\/1379336464269312022\/1446187857495457903\/image.png?ex=693312e6&#038;is=6931c166&#038;hm=d408e3ec2ca44632a1c3b23426b55de9e1af17f392e3e27bb546bd5d7033d39b&#038;) |<\/p>\n<p>*(The visual design is 100% configurable via `config.yml`)*<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd25 Key Features<\/p>\n<p>* **\u26a1 Local Database (H2):** No MySQL needed. The plugin automatically creates its own high-performance local database.<br \/>\n* **\ud83c\udfa8 Premium Design:**<br \/>\n    * Full support for **HEX Colors** (&#038;#RRGGBB).<br \/>\n    * Fully editable GUI menus.<br \/>\n    * Support for **Custom Heads** (Base64) and Player Heads (`HEAD-Name`).<br \/>\n* **\u2699\ufe0f Fully Configurable:**<br \/>\n    * Edit main **Commands** (e.g., use `\/missions` instead of `\/xquest`).<br \/>\n    * Customize all **Permissions**.<br \/>\n    * Modify sounds, titles, action bars, and fireworks.<br \/>\n* **\ud83c\udfc6 Progress System:**<br \/>\n    * Visual Top #1, #2, #3 in the quest lore.<br \/>\n    * Automatic &#8220;Completed&#8221; indicators (Replaces the prize line).<br \/>\n    * Console-executable rewards.<br \/>\n* **\ud83d\udd0c Hooks \/ Compatibility:**<br \/>\n    * **PlaceholderAPI:** Use variables in texts.<br \/>\n    * **Vault:** Economy support.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1.  Download the **xQuest** `.jar` file.<br \/>\n2.  Place it in your server&#8217;s `\/plugins` folder.<br \/>\n3.  Ensure you have **PlaceholderAPI** and **Vault** installed (Optional, but recommended).<br \/>\n4.  Restart your server.<br \/>\n5.  Done! The database and config will be created automatically.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc Commands and Permissions<\/p>\n<p>> \ud83d\udca1 **Note:** Both the main command and permissions are **editable** in `config.yml`.<\/p>\n<p>| Command (Default) | Permission (Default) | Description |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/xquest` | `xquest.use` | Opens the main quest menu. |<br \/>\n| `\/xquest reload` | `xquest.admin` | Reloads the configuration and quests. |<\/p>\n<p>*You can change `xquest.use` to `false` in the config if you want everyone to access it without permissions.*<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Configuration (Snippet)<\/p>\n<p>The `config.yml` file is the heart of the plugin. Here is an example of how to create a quest with a custom head:<\/p>\n<p>&#8220;`yaml<br \/>\nquests:<br \/>\n  example_quest:<br \/>\n    name: &#8220;&#038;fQuest &#038;8\u2022 &#038;dSlayer&#8221;<br \/>\n    type: KILL<br \/>\n    target: &#8220;ENDER_DRAGON&#8221;<br \/>\n    amount: 1<br \/>\n    slot: 12<br \/>\n    # Icon using Base64 texture<br \/>\n    icon: &#8220;TEXTURE-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Im&#8230;&#8221;<br \/>\n    rewards:<br \/>\n      &#8211; &#8220;eco give %player% 5000&#8221;<br \/>\n      &#8211; &#8220;msg %player% &#038;aYou killed the dragon!&#8221;<br \/>\n    lore:<br \/>\n      &#8211; &#8220;&#038;7Defeat the final boss.&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;e\u26a1 Progress: &#038;f%progress%\/%total%&#8221;<br \/>\n      &#8211; &#8220;&#038;c\u2726 Reward: &#038;c5000 Coins&#8221;<br \/>\n&#8220;`<\/p>\n<p>## Available Quest Types:<\/p>\n<p>&#8211; BREAK (Break blocks)<\/p>\n<p>&#8211; KILL (Kill entities)<\/p>\n<p>&#8211; CONSUME (Eat\/Drink)<\/p>\n<p>&#8211; WALK (Walk distance)<\/p>\n<p>&#8211; SWIM (Swim distance)<\/p>\n<p>&#8211; FISH (Catch fish)<\/p>\n<p>&#8211; CRAFT (Craft items)<\/p>\n<p>&#8211; BREED (Breed animals)<\/p>\n<p>## \ud83d\udc68\u200d\ud83d\udcbb Credits<br \/>\n* Developed by xPlugins. Made with \u2764\ufe0f for the Minecraft community.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A modern and fully configurable quest add-on for Minecraft servers. Designed to be lightweight, aesthetically pleasing, and easy to use, without requiring complicated external databases.<\/p>\n","protected":false},"featured_media":172646,"template":"","meta":{"_minecraft_slug":"xquest","_minecraft_project_id":"ZwjVaJE9","_minecraft_author":"jn_willfrydev","_minecraft_license":"Apache-2.0","_minecraft_downloads":184,"_minecraft_follows":8,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"xquest.zip","_minecraft_size_bytes":10642978,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T13:04:20.939177Z","_minecraft_date_created":"2025-12-12T03:11:32.656249Z","_minecraft_date_modified":"2026-04-14T00:01:53.256356Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/xquest","_minecraft_icon_attachment_id":172646,"_minecraft_imported_at":"2026-06-09T22:16:11+00:00","_minecraft_import_hash":"5516f6d6ed41b56be2f622c9fc7893aa","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,866,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-172645","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>xQuest - 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\/xquest\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"xQuest - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A modern and fully configurable quest add-on for Minecraft servers. Designed to be lightweight, aesthetically pleasing, and easy to use, without requiring complicated external databases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xquest\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xquest\\\/\",\"name\":\"xQuest - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xquest\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xquest\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xquest-icon-c6d1bf005350af0913bfd8687fb9a2cb445e3bc5_96.webp\",\"datePublished\":\"2026-06-09T22:16:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xquest\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xquest\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xquest\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xquest-icon-c6d1bf005350af0913bfd8687fb9a2cb445e3bc5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xquest-icon-c6d1bf005350af0913bfd8687fb9a2cb445e3bc5_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xquest\\\/#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\":\"xQuest\"}]},{\"@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":"xQuest - 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\/xquest\/","og_locale":"en_US","og_type":"article","og_title":"xQuest - Minecraft","og_description":"A modern and fully configurable quest add-on for Minecraft servers. Designed to be lightweight, aesthetically pleasing, and easy to use, without requiring complicated external databases.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/","name":"xQuest - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xquest-icon-c6d1bf005350af0913bfd8687fb9a2cb445e3bc5_96.webp","datePublished":"2026-06-09T22:16:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/xquest\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xquest-icon-c6d1bf005350af0913bfd8687fb9a2cb445e3bc5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xquest-icon-c6d1bf005350af0913bfd8687fb9a2cb445e3bc5_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xquest\/#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":"xQuest"}]},{"@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\/172645","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:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/172646"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=172645"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=172645"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=172645"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=172645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}