# Towns (Land Claim)

On this page, you'll find a variety of guides along with a list of commands to help you navigate your town easily, whether you're a mayor or a resident.

{% hint style="info" %}
If you want to view a complete list of commands, you can use **/town help** on the server.
{% endhint %}

## How do I create a town?

Creating a town is simple and free! Follow the steps below to get your town started and begin claiming land for your community:

1. **Create Your Town**
   * Use the command:\
     `/town create [name]`\
     Replace `[name]` with your desired town name. This will create a new town and officially mark your territory.
2. **Claim Land**

   * After your town is created, you can claim land using the command:\
     `/claim`\
     This command will claim the **chunk** you are currently standing in.
   * To view chunk borders, press **\[F3 + G]** on your keyboard. This will help you see exactly where your claimed chunks are.

   **Note:** You can claim land in any of the **build worlds**.
3. **Set Your Town Spawn**
   * Once you've claimed your first chunk, it's recommended to set your town's spawn point by typing:\
     `/town setspawn`\
     This will allow you to quickly return to your town anytime by using the command:\
     `/town spawn`

## **Leveling Up Your Town**

Your town starts at **level 1**, but you can increase its level to unlock additional features and benefits:

1. **Deposit Money**
   * To level up your town, you’ll need to deposit in-game money. Use the command:\
     `/town deposit [amount]`\
     Replace `[amount]` with the money you wish to deposit into your town's funds.
2. **Level Up**
   * After depositing, level up your town by typing:\
     `/town level`\
     Increasing your town's level unlocks:
   * More **land claims**
   * The ability to **invite more members**
   * **Increased crop growth rates**
   * **Higher monster spawner spawn rates**

For more details, you can check out the in-game **/town menu**.

## **Town Claims and Plots**

Once your town is established, you can manage specific **town plots** and invite others to build within your claimed land.

1. **Create a Town Plot**
   * To convert a regular claim into a Town Plot that can be used for building, type:\
     `/town plot`\
     This will designate the chunk as a plot for building or other activities.
2. **Add Players to a Plot**
   * To allow someone to build in a plot, use:\
     `/town plot add [player]`\
     Replace `[player]` with the player's name.
   * Note that players don’t need to be a part of the town to claim plots; they can still build if granted access to a plot.
3. **Managing Town Plots**
   * **Designate Managers:** You can designate someone as a "manager" of a town plot, which allows them to add others. Use:\
     `/town plot add [player] manager`
   * **Remove Players from Plots** If you need to remove someone from a plot, type:\
     `/town plot remove [player]`
   * **View Plot Members** To see a list of players who have access to a plot, use:\
     `/town plot list`
4. **Town Farm Claims:**
   * If you want to designate a plot as a **town farm claim**, stand in the area and type\
     `/town farm`

### &#x20;**Key Commands**

* **Create a Town:** `/town create [name]`
* **Claim Land:** `/claim`
* **Set Spawn Point:** `/town setspawn`
* **Deposit Money to Level Up:** `/town deposit [amount]`
* **Level Up Town:** `/town level`
* **Create Town Plot:** `/town plot`
* **Add Players to Plot:** `/town plot add [player]`
* **Manage Plot:** `/town plot add [player] manager`
* **Remove Players from Plot:** `/town plot remove [player]`
* **Farm Claim:** `/town farm`

Now you can create your own thriving community, manage land, and invite others to be a part of your town. Whether you’re building a peaceful city, a bustling marketplace, or a fortress, your town can grow and evolve based on your decisions!

{% hint style="info" %}
Mob spawners and crops in town farms spawn at enhanced rates depending on your town's level. Any member of your town can break and place farm blocks, interact with mobs, and access containers within the town farms. However, they do not have permission to build or break most structures.
{% endhint %}


---

# 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://dgzyt.gitbook.io/eluria-mc/survival/towns-land-claim.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.
