> For the complete documentation index, see [llms.txt](https://wiki.sempermc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.sempermc.net/progression/quests.md).

# Quests

SemperMC has 96 registered permanent quests covering starter guidance, professions, exploration and bosses.

### How Quests Work

* Open `/quests`.
* Choose up to five normal active quests.
* Starter quests guide new players without replacing long-term goals.
* Higher tiers require completion of the earlier tier.
* Permanent quest lines do not reset daily.
* Rewards scale through money, XP levels, Tokens, keys and selected custom gear.

Use `/quests started` to view active objectives.

### Categories

#### Starter

Learn important commands such as `/spawn`, `/discord`, `/rtp`, `/warp afk`, `/shop`, `/vote`, `/lands` and `/quests started`.

#### Mining

* Coal Miner
* Gem Hunter
* Iron Seeker
* Stoneworker

#### Farming

* Angler
* Harvester
* Rancher

#### Hunting

* Monster Hunter
* Nether Hunter
* Undead Slayer

#### Industry

* Builder
* Enchanter
* Smelter

#### Exploration

* Active Citizen
* Pathfinder

#### Boss Mastery

* Bloodfang Mastery
* Voidstalker Mastery
* Rift Duelist Mastery

### High-Tier Gear

Selected profession and boss objectives award specialized tools, weapons or keys.

Natural-block and eligible-mob checks prevent progress from placed ore, spawners and other abuse-prone sources.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.sempermc.net/progression/quests.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
