# Plots

<figure><img src="/files/YlGqFg3PuA1Fm8IeRWhO" alt=""><figcaption></figcaption></figure>

Plots are small pieces of land inside a town. For you to better understand what it is, they're basically the Town's **claimed World Chunks**.

### Why do I need to set up plots? (for mayors)

* Only **YOU** can build or break blocks in your plots.
* Your chests are locked.
* You can assign which blocks/items are only allowed to be used by residents in your plots.
* If you don't set plots, all town residents have access to the whole town's items, **including yours**.

## Plot Types

<table><thead><tr><th>Plot Type</th><th>Command Line</th><th width="190">Purpose</th></tr></thead><tbody><tr><td>Shop Plots</td><td><code>/plot set shop</code></td><td>Allows players to setup chest shops. Mayors often charge a higher Tax for these plots to increase the town's income.</td></tr><tr><td>Farm Plots</td><td><code>/plot set farm</code></td><td>Allows residents to destroy crops even if they don't own the plot, but they can't break other blocks in the plot. Great for Town farms!</td></tr><tr><td>Arena Plots</td><td><code>/plot set arena</code></td><td>Automatically enables PVP inside the plot, even if PVP is turned off for the rest of the town.</td></tr><tr><td>Jail Plots</td><td><code>/plot set jail</code></td><td>This is where "Jailed" players are sent. If a Mayor or Sheriff jails a criminal, they will be teleported here and <strong>cannot leave</strong> until their time is up.</td></tr><tr><td>Wilds Plot</td><td><code>/plot set wilds</code></td><td>Allows residents to break specific natural blocks <em>(trees, ores, flowers)</em> but prevents them from building. Use this for a dedicated town forest/mine.</td></tr><tr><td>Inn Plots</td><td><code>/plot set inn</code></td><td>Allows any traveler to use a bed to set their home or sleep. It's a great way to welcome new players before they join the town permanently.</td></tr><tr><td>Bank Plots</td><td><code>/plot set bank</code></td><td>Used to do bank-related tasks for the town e.g. depositing/withdrawing money. The players will be restricted to only use the Town bank in bank plots. If there are no bank plots setup, the town's Home block is considered the Bank plot.</td></tr><tr><td>Outpost Plots</td><td><p><code>/t claim outpost</code></p><p><code>/plot set outpost</code></p></td><td>This is a special plot that is not connected to your main town blocks. It allows you to claim land far away (near a dungeon, or a structure) for a <a href="/pages/4rmd7qJ2pxc8eFTjWPEr#mayors-town-price-guide">higher cost</a>.</td></tr></tbody></table>

## Plot Taxes

You can set different taxes for different plots! This is to make sure your town has funds always to stay intact.

* `/t set shoptax <amount>` - to set your Shop Plot Tax amount.
* `/t set farmtax <amount>` - to set your Farm Plot Tax amount.
* `/t set plottax <amount>` - to set the Tax price per resident's owned plot.


---

# 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://docs.paraiso-mc.net/wiki/towns/plots.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.
