> For the complete documentation index, see [llms.txt](https://augustamc.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://augustamc.gitbook.io/wiki/towny/how-to-create-a-town.md).

# How To Create A Town

## **🏗️ How to Create a Town**

Creating your own town is simple—just make sure you meet the requirements before starting.

#### **Requirements**

* Enough money to pay the **town creation cost**
* Choose a location at least **X blocks away** from existing towns
* Have a unique town name that follows server rules

***

#### **Step-by-Step Guide**

1. **Stand in the chunk you want as your home block.**
2. Type:&#x20;
   1. /town new \<name>
3. Your town will be created and you become the mayor
4. Claim your first additional chunks using:
   1. /town claim
5. Set your town spawn:
   1. /town set spawn
6. Invite Residents:
   1. /town invite \<player>

***

## **🌱 Town Growth & Management**

Growing a town takes teamwork and planning. This section covers how towns expand, rank up, and stay organized.

#### **Claiming Land**

* Claims cost money from the town bank
  * /town claim
* Your town’s maximum size increases with **resident count or towny claim block vouchers.**
* Outposts allow you to claim land away from your main town
  * /town claim outpost

#### **Town Ranks**

Examples include:

* **Assistant** — helps manage claims
* **Builder** — manages plots
* **Recruiter** — can invite players
  * /town rank add \<player> \<rank>

#### **Plot Types**

* Residential
* Shop
* Farm
* Embassy
* Wilds
* Inns

Set a plot type with:

* /plot set \<type>

#### **Taxes & Upkeep**

Towns pay upkeep daily. Make sure your bank stays funded.

* /town deposit&#x20;
* /town set taxes

#### **Managing Permissions**

* Toggle explosion, fire, PvP, and mob settings
* Plot-specific permissions override town-wide ones
* Give individual players special access

#### **Growth Tips**

* Recruit regularly
* Keep a treasury buffer
* Organize builds by zoning your plots
* Host events to keep your town active

#### **Mayor Tips**

* Set up clear town rules early
* Use `/town set taxes` responsibly
* Create ranks for trusted members
* Keep money in the **town bank** for upkeep

  ```
  /town deposit <amount>
  ```

***

#### **FAQ**

**Can I rename my town?**\
Yes, with:

```
/town set name <newname>
```


---

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

```
GET https://augustamc.gitbook.io/wiki/towny/how-to-create-a-town.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.
