# Community (Private) Servers

Players can select a region (location) for the community server. Server regions:

* EU (EU Central)
* NA (North America)
* AS (Asia Central)

### There are 3 types of custom server in Tribals:

### Tier 1 - Pricing: $9.99

* The ability to create a private server.
* Supports up to 30 players.
* Manage players (kick, ban)
* Make announcements (Shown in chat as, "Server: Message...")
* Use admin commands! ("/give musket", "/heal", "/spawn bear", "/teleport A1", etc.)

### Tier 2 - Pricing: $14.99

* Everything in[ Tier 1](#tier-1)
* Modify moderator role(s)
* Modify starter items (Default: Stone)
* Set server type (PVP or PVE)
* Modify building wheel and customize it (Default: Standard[ building models](/tribals.io-wiki/structures.md) and [Toolbox](/tribals.io-wiki/structures/toolbox.md))
* Modify the ANY stat of ANY item.

### Tier 3 - Pricing: $19.99

* Everything in[ Tier 1](#tier-1) and [Tier 2](#tier-2).
* Supports more than 30 players.

Custom servers are shown under "COMMUNITY" tab in Servers window.

### Private Server Commands

The list of commands that private server admins can use:

* /tp \<grid | username> - Teleports caster to a map grid or next to a player. \
  Usage: `/tp A1` or `/tp PlayerName`
* /staffmode - Initiates the staff mode. It makes the caster invisible, and invulnerable to any damage.  Cast it again to turn it off.\
  Usage: `/sm` or `/staffmode`
* /spawn NPCName - Spawns a NPC near you.\
  **Usage:** `/spawn Pirate`
* /kick  - Kicks a player from the server.\
  Usage: `/kick PlayerName`
* /chatban - Bans a player from the server chat.\
  Usage: `/chatban PlayerName`
* /invsee - Lets the caster see a target player inventory. \
  Usage: `/invsee PlayerName`
* /baseinfo - Provides the owner of the targeted base. Caster must be next to the base, and focusing to one of its building elements.\
  Usage: `/baseinfo` while looking to the building
* /give \<item & amount> - Gives an amount of item to the caster. It can only give as the max stack count such item can have.\
  Usage: `/give shit 100`
* /clear (all) - Clears the hands and inventory of the caster. Useful to get rid of garbage. \
  Usage: To clear just hands and quick use inventory`/clear`\
  To clear whole inventory `/clear all`
* /heal - Heals the caster to full health, hunger, thirst and speed impairing effects.\
  Usage: `/heal`
* /time \<morning|day|night|freeze|unfreeze> - Sets the server time to specified date or pauses/plays the day cycle.\
  Usage: Setting the time `/time morning-day-night`\
  To pause/unpause the time: `/time freeze` `/time unfreeze`
* /rain - Sets it to rain. Rain fastens the decay rate on buildings. Casting it again stops it.\
  Usage: `/rain`

<figure><img src="/files/rhHnJWH99zS0vBjUGEG0" alt=""><figcaption><p>Community Server screen</p></figcaption></figure>


---

# 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://wiki.tribals.io/tribals.io-wiki/community-servers.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.
