
Simple Quests
Another quest mod? Yes! But this time it's completely server-side.
This mod provides a quest system that only requires installation on the server. Quests are configured through datapacks - see the wiki for details on creating quest datapacks.
The mod was created primarily for vanilla-style servers rather than heavily modded packs.
Each quest consists of a list of tasks that the player must complete. Supported task types include: item submission, mob killing, experience submission, and advancement completion.
Players can accept quests using the /simplequests show
command, which opens a menu with all available quests. Note that this is an example menu - the mod does not provide pre-made quests by default.
Use the /simplequests submit
command to submit completed tasks.
Main Commands
All commands have corresponding permission nodes in the format simplequests.command.<subcommand>
:
- show - opens the quest menu
- accept
- accepts a quest with the specified ID without using the menu - submit - submits completed tasks for current active quests
- current - shows a list of current active quests
- reset
- resets an active quest
Admin Commands
- reload - reloads the configuration file
- resetCooldown
- resets quest cooldowns for the specified player - resetAll
- resets all progress for the specified player