> 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/getting-started/frequently-asked-questions.md).

# Frequently Asked Questions

Can Java and Bedrock players join?

Yes. Java players should use `play.sempermc.net`. Bedrock connection details are kept current in the Discord.

### How do I protect my base?

Use `/lands`, claim the chunk containing your storage and review role permissions before trusting anyone.

### How do I earn money?

Sell approved resources through `/shop`, trade through `/ah`, complete quests, place in boss fights, vote and participate in events.

### What are Tokens?

Tokens are SemperMC's progression currency. View your balance and shop through `/tokens`.

### Do quests reset?

The main quest lines are permanent. Higher tiers unlock after earlier tiers are completed.

### Does Heartbound consume hearts?

No. Heartbound checks your hearts, kills and playtime but does not remove hearts when you claim a stage.

### Where do PvP relics come from?

The main PvP relics are awarded through Heartbound.

### Where do profession tools come from?

They are earned through high-tier profession quests and selected boss placements.

### Do drop multipliers stack?

No. The highest applicable multiplier wins, subject to the server-wide cap.

### Why did my custom tool not multiply a drop?

Spawner mobs, custom mobs, placed ore, immature crops, fishing treasure and other abuse-prone sources may be excluded.

### Where do I use keys?

At `/warp crates`.

### How do I report a bug or player?

Open a Discord support ticket with your username, time, location and any screenshots or video.

### Which page is authoritative when something changes?

The current in-game menu, `/rules` and official announcements take priority over an older wiki value.


---

# 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/getting-started/frequently-asked-questions.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.
