> 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/welcome-to-sempermc.md).

# Welcome to SemperMC

## Welcome to SemperMC

SemperMC is a competitive Lifesteal SMP built around survival, progression, territorial power and player conflict.

Build a team, claim your land, complete quests, challenge custom bosses and rise through the server’s progression systems.

### Server Information

* **Server Version:** Minecraft Java 1.21.11
* **Java and Bedrock Support**
* **Gamemode:** Lifesteal SMP
* **Server Address:** `play.sempermc.net`
* **Discord:** `discord.gg/sempermc`
* **Store:** `sempermc.net`

{% hint style="info" %}
This wiki is actively being expanded. Some systems may change as SemperMC continues development.
{% endhint %}

### Start Here

#### New to the server?

Begin with **Your First 30 Minutes** for a guided introduction to survival, claiming land and earning your first money.

#### Protect your base

Read **Lands and Claims** before building anything valuable.

#### Learn the Lifesteal system

Read **Hearts and Elimination** to understand heart loss, heart limits and what happens when a player runs out.

#### Need a command?

Open **Important Commands** for a categorized list of player commands.

### What Makes SemperMC Different?

#### Lifesteal

Defeat other players to grow stronger, but protect your own hearts carefully.

#### Lands and Nations

Claim territory, build settlements and organize with other players.

#### Heartbound Progression

Advance through ten Heartbound levels and unlock permanent progression rewards.

#### Custom Bosses

Fight Bloodfang, Voidstalker and the Rift Duelist for ranked damage rewards.

#### Relics and Equipment

Earn specialized relics, profession tools, weapons and armor sets through gameplay.

#### Rotating Token Shop

Spend Semper Tokens on a rotating ten-week selection of rewards.

***

**Survive. Conquer. Endure. Semper.**


---

# 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/welcome-to-sempermc.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.
