Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Creators
Details
📜 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:
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 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 |