Simple Quests

Serversided questing system

11,17k

Simple Quests

<p align="center"> <a href="https://files.minecraftforge.net/net/minecraftforge/forge/"> <img alt="forge" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_vector.svg"> </a> <a href="https://neoforged.net/"> <img alt="neoforge" height="56" src="https://raw.githubusercontent.com/intergrav/devins-badges/8494ec1ac495cfb481dc7e458356325510933eb0/assets/cozy/supported/neoforge_vector.svg"> </a> <a href="https://fabricmc.net/"> <img alt="fabric" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg"> </a> </p>

<p align="center"> <a href="https://discord.gg/8Cx26tfWNs"> <img alt="discord-singular" width="148" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-singular_vector.svg"> </a> <a href="https://ko-fi.com/flemmli97"> <img alt="kofi-singular-alt" width="140" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/kofi-singular-alt_vector.svg"> </a> <a href="https://www.patreon.com/Flemmli97"> <img alt="patreon-singular" width="140" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/patreon-singular_vector.svg"> </a> </p>

---

📜 Simple Quests

Just another questing mod? Yes kinda... But this time it's completely server sided.

Simple quests provides a unique questing system that sets it apart from current existing ones by being able to be run purely on the server. This means you can slap this mod on the server and clients, vanilla ones included, can simply join without worrying about anything else.

All quests are created and handled via datapacks. Head over to the [wiki]() to see how to create a quest datapack.

The mod supports a wide varienty of task types such as item submission, mob killing tasks, xp submission, advancement completions etc.

Do note that this mod only gives you the ability to create quests. It does NOT include any quests on its own!

Usage

Players can accept quest using the /simplequests quests command which opens the following menu containing all registered quests:

image

From here the player can select which quest to do. Quests are not automatically accepted.

Some tasks require a submition such as e.g. item tasks. In that case having the requirements and then using using /simplequests submit submits them.

Commands

A list of commands can be found below. For users the last two commands are of lesser importance as if you are using the gui those will be automatically handled

Each command also has an assigned permission node in form of `simplequests.command.<subcommand>`.

Commands are in form `/simplequests <command>`:

|Command | Description |----|:----| quests | Shows the quest menu submit | Submits things like items to the current active quests. current | Shows the current quests accept <id> | (select <id> <subquest_id>) | Accepts the quest with the given id <br> select: Selects the sub quest from the given selection quest reset <id> | Resets the given quest

Admincommands:

Additionally as an admin these are the admin commands.

|Command | Description |----|:----| quest [category] | Shows the quests with the given category submit <type> | Submit to the current quests with the given trigger resetAll <player> | Resets all data for the given player resetCooldown <player> | Resets quest cooldowns for the given player admin | Switch to admin mode. Currently only allows viewing subquests in the menu reload | Reloads the config unlock <player> <id> | Unlocks the quest for the given player

ADS