HomeJavaModsxQuest
xQuest
ModsJava

xQuest

by jn_willfrydev · on Modrinth

A modern and fully configurable quest add-on for Minecraft servers. Designed to be lightweight, aesthetically pleasing, and easy to use, without requiring…

⬇ Download on Modrinth

xQuest ⚔️ | Advanced Quest System

Version Minecraft Java

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.

banner


🔥 Key Features


📥 Installation

  1. Download the xQuest .jar file.
  2. Place it in your server's /plugins folder.
  3. Ensure you have PlaceholderAPI and Vault installed (Optional, but recommended).
  4. Restart your server.
  5. Done! The database and config will be created automatically.

📜 Commands and Permissions

💡 Note: Both the main command and permissions are editable in config.yml.

Command (Default) Permission (Default) Description
/xquest xquest.use Opens the main quest menu.
/xquest reload xquest.admin Reloads the configuration and quests.

You can change xquest.use to false in the config if you want everyone to access it without permissions.


🛠️ Configuration (Snippet)

The config.yml file is the heart of the plugin. Here is an example of how to create a quest with a custom head:

quests:
  example_quest:
    name: "&fQuest &8• &dSlayer"
    type: KILL
    target: "ENDER_DRAGON"
    amount: 1
    slot: 12
    # Icon using Base64 texture
    icon: "TEXTURE-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Im..."
    rewards:
      - "eco give %player% 5000"
      - "msg %player% &aYou killed the dragon!"
    lore:
      - "&7Defeat the final boss."
      - ""
      - "&e⚡ Progress: &f%progress%/%total%"
      - "&c✦ Reward: &c5000 Coins"

Available Quest Types:

👨‍💻 Credits

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more