# Land Claims

The plugin we use for claiming land is Lands. Claiming is enabled in the overworld, nether, and the Badlands but is disabled in Resource World and The End.

A feather can be used to identify if a chunk is claimed and a golden hoe can be used for selecting an area. Commands associated with Lands can be found [here](/mctantrum-wiki/general/commands/claim-related-commands.md).

You can obtain Claim Chunks by claiming your 3 hour <mark style="color:blue;">**/rewards**</mark>. You get 1 claim chunk every 3 hours. You also have a chance of getting Claim Chunks by opening the Vote Crate. They currently have a 25% chance to drop, but this may be increased in the future. You can have a maximum of 1,500 Claim Chunks.

Lands will fall according to incremental playtime. The breakdown:

<table><thead><tr><th width="153">Playtime</th><th width="200">Days before claim fall</th></tr></thead><tbody><tr><td>15 minutes</td><td>3</td></tr><tr><td>2 hours</td><td>7</td></tr><tr><td>12 hours</td><td>30</td></tr><tr><td>2 days</td><td>60</td></tr><tr><td>5 days</td><td>90</td></tr><tr><td>8 days</td><td>120</td></tr><tr><td>14 days</td><td>150</td></tr><tr><td>25 days</td><td>180</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://reasonfounddecoy.gitbook.io/mctantrum-wiki/general/land-claims.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
