# Extra Information

<details>

<summary>Ranks</summary>

A player's rank defines their permissions and status on the server. All players begin with the **default rank**. There are two additional rank types

* **Premium Ranks** – purchasable by players through the Coinshop.
* **Staff Ranks** – assigned manually to team members; not obtainable by regular players.

Available Ranks: (Ranked from lowest to highest)

Default,Mythic,Legend,Hero,Knight,Adventurer,Staff,Mod,Headmod,Admin,Devloper,Manager,Co.owner,Owner

<mark style="color:$primary;">**Commands:**</mark>

Both Premium and Staff ranks are part of the **rank track**, and players should only have **one** rank on the track at a time. To maintain this structure, we recommend using the following command when changing a player's rank:

* `/lp user %player% parent settrack rank %rank%` Give money to a specific player.

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/)
* [PlayerPoints](https://www.spigotmc.org/resources/playerpoints.80745/)

</details>

<details>

<summary>Money</summary>

Money is the primary currency in the setup. Players can use it to trade with NPCs and with each other. It’s a valuable resource that plays a central role in progression and can be both earned and spent in a wide variety of ways

<mark style="color:yellow;">**Commands:**</mark>

* `/eco give %player% %amount%` Give money to a specific player.
* `/eco take %player% %amount%` Take money from a specific player.
* `/eco set %player% %amount%` Set a specific player's balance to a specific amount.

<mark style="color:red;">**Plugins used for this feature:**</mark>

* [Essentials](https://essinfo.xeya.me/)
* [Vault](https://www.spigotmc.org/resources/vault.34315/)

</details>

<details>

<summary>Level</summary>

A player's level reflects their overall progress and dedication. All players start at level **1**, and their level increases as they play and earn Level XP through various activities on the server.

Levels are automatically calculated based on a player’s Level XP. Therefore, if you want to manually change a player’s level, you must first adjust their Level XP.

<mark style="color:orange;">**Commands:**</mark>

The following is the recommended command for giving Level XP. It will automatically calculate and update the player’s level:

* `/levelxpgive %player% %amount%` Give Level XP to a player.

You can also use the direct commands for Levels and Level XP:

* `/lp user %player% parent settrack level %level%` Set a player's level.
* `/levelxp give %player% %amount%` Give Level XP to a player.
* `/levelxp take %player% %amount%` Take Level XP from a player.
* `/levelxp set %player% %amount%` Sets a player's LevelXP.

***

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/)

</details>

<details>

<summary>Coins</summary>

Coins are the premium currency in the setup. They are primarily intended to be sold through your server store (e.g., Tebex) for real money but can also be earned through in-game activities.

Coins are used in the **Coinshop** to purchase various perks such as ranks and cosmetics. The system is designed so you only need to sell Coins on your store — players then spend them in-game. This approach ensures full **EULA compliance** for your server

<mark style="color:orange;">**Commands:**</mark>

* `/coins give %player% %amount%` Give coins to a specific player.
* `/coins take %player% %amount%` Take coins from a specific player.
* `/coins set %player% %amount%` Set a specific player's balance to a specific amount.

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [PlayerPoints](https://www.spigotmc.org/resources/playerpoints.80745/)

</details>

<details>

<summary>Crates</summary>

Crates offer unique rewards to players—but you'll need a Crate Key to open one! Keys are awarded through various in-game activities across the setup. You can also manually give Crate Keys to players using a command.

Available Crates: Vote,Air,Lava,Pruple,Frezee

<mark style="color:orange;">**Commands:**</mark>

* `/crates key give %player% %crate% %amount%` Give crate keys to a player.

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [ExcellentCrates](https://www.spigotmc.org/resources/excellentcrates-%E2%AD%90-advanced-free-crates-plugin.48732/)
* [Nightcore](https://modrinth.com/plugin/nightcore)

</details>

<details>

<summary>Claiming</summary>

The setup uses the **SimpleClaimSystem** plugin for land claiming, which is **chunk-based**—players claim land one chunk at a time. All claim-related features are accessible through the `/claiming` GUI for players.

Claiming is governed by two separate limits:

* Claim Limit – the total number of separate claims a player can make. This is typically determined by their rank.
* Chunk Limit – the total number of chunks a player can claim across all claims. This limit can be increased by purchasing additional chunks from Landlords.

Both limits are controlled via permissions.

<mark style="color:orange;">**Commands:**</mark>

* `/AdjustBonusClaimBlocks`  Adds or subtracts bonus claim blocks for a player.         &#x20;

***

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [GriefPrevention](https://www.spigotmc.org/resources/griefprevention.1884/)
* [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/)

</details>

<details>

<summary>PlayerWarps</summary>

Playerwarps offers players a way to set public spawnpoints that all players can join. The number of playerwarps a player can have set at once is treated as a currency-based limit, rather than being rank-dependent. You can increase or decrease a player's playerwarp limit using the commands below:

<mark style="color:orange;">**Commands:**</mark>

* `/adminplayerwarps give %player% %amount%` Increase a player's playerwarp limit.
* `/adminplayerwarps take %player% %amount%` Decrease a player's playerwarp limit.

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [PlayerWarps](https://modrinth.com/plugin/axplayerwarps)
* [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/)

</details>


---

# 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.twocube.in/server-setups/survivalrpg-setup/extra-information.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.
