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

# Survival

## Survival

Survival combines custom terrain, land claims, economy features, and optional PvP.

Use this page as your starting point. Then open the topic you need.

### Browse Survival topics

* [Getting Around](/gamemodes/survival/getting-around.md) — terrain, Resource World, `/rtp`, homes, player warps, and the live map
* [Claims](/gamemodes/survival/claims.md) — claim blocks, trust commands, claim flags, and subdivides
* [Voting](/gamemodes/survival/voting.md) — vote rewards, Vote Party, Vote Rank, and `/votefly`
* [Crates](/gamemodes/survival/crates.md) — crate types and where each key comes from
* [Spawners](/gamemodes/survival/spawners.md) — spawner crafting, Mob Heads, and available core prices
* [Crops](/gamemodes/survival/crops.md) — custom crops, seeds, harvest tiers, and dynamic sell prices
* [Limits](/gamemodes/survival/limits.md) — chunk limits and disabled farming methods
* [PvP](/gamemodes/survival/pvp.md) — PvP settings, arena rules, duels, and bounties

### Quick start

If you are new to Survival, start here:

1. Use `/rtp` to find a place to build.
2. Claim your land with a **Golden Shovel**.
3. Set a home with `/sethome [name]`.
4. Vote daily for extra rewards.

### At a glance

* Main Overworld size: `50,000 x 50,000`
* Main Nether and End size: `25,000 x 25,000`
* Resource World size: `2,500 x 2,500`
* PvP: Off by default
* Keep Inventory: On by default


---

# 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.lemoncloud.org/gamemodes/survival.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.
