# Commands

<details>

<summary>Money Commands</summary>

#### Players can control payment behaviour from `/settings`&#x20;

{% hint style="info" %}
`100K` = 100,000   `1.5M` = 1,500,000   `2B` = 2,000,000,000
{% endhint %}

* `/balance [player]` view your (or another player's) money balance
* `/pay` end money to a player
* `/baltop [page]` top money leaderboard
* `/eco give` (admin) give money
* `/eco take` (admin) remove money
* `/eco set` (admin) set balance

</details>

<details>

<summary>Shard Commands</summary>

#### Players can control payment behaviour from `/settings`&#x20;

{% hint style="info" %}
`100K` = 100,000   `1.5M` = 1,500,000   `2B` = 2,000,000,000
{% endhint %}

* `/shards` view your shard balance
* `/sendshards` send shards to another player
* `/shardstop [page]` top shards leaderboard
* `/shards give` (admin) give shards
* `/shards take` (admin) remove shards
* `/shards set` (admin) set shards

</details>

<details>

<summary>Homes Commands</summary>

* `/home [name]` teleport to a home (opens GUI if no name given)
* `/sethome [name]` set a home at your current location
* `/delhome` delete a home

#### Rank-Based Home Limits

Permission                                         Max Homes\
default (no permission)                             3\
twocubecore.home.vip                             5\
twocubecore.home.vip+                           5\
twocubecore.home.mvp                           6\
twocubecore.home.mvp+                         7

</details>

<details>

<summary>Teleport (TPA) Commands</summary>

#### Players can control payment behaviour from `/settings`&#x20;

* `/tpa request` to teleport to a player
* `/tpahere` request a player to teleport to you
* `/tpaccept [player]` accept a pending request
* `/tpdeny [player]` deny a pending request
* `/tpacancel cancel` your own outgoing request
* `/tpauto toggle` auto-accept all incoming TPA requests

Extra information

* Requests expire after **60 seconds**.
* Players can disable incoming TPA / TPAHere requests from `/settings`.
* Confirm menus (optional GUI step) toggleable per-player in `/settings`.
* Teleport cooldowns configurable in `config.yml â†’ teleport-cooldown`.
* Bypass cooldowns: `twocubecore.bypass.cooldown`

</details>

<details>

<summary>RTP Commands</summary>

`/rtp [world]` teleport to a random safe location in specified world

</details>

<details>

<summary>Shop Commands</summary>

* `/shop` open the shop category GUI
* `/shop add [MONEY|SHARD]` (Admin) list held item in shop.

Extra Information

* Category-based GUI (End, Nether, Gear, Food, Redstone, Shards by default).
* Each item can be priced in Money or Shards.
* Purchase confirm menu: shows item, price, quantity adjust (Â±1, Â±10, =64).
* Per-item restrictions: e.g. Totem max qty 1, Ender Pearl max 16.

</details>

<details>

<summary>Sell &#x26; Worth Commands</summary>

* `/sell <hand|all|inventory>` sell items from hand / all slots / inventory
* `/sellhand` shortcut: sell item in hand
* `/sellgui` drag-and-drop sell GUI
* `/sellhistory` view your sell transaction history
* `/worth` check sell price of item&#x20;

Extra Information

* All sell prices come from `worth.yml`.
* Worth lore on items: `settings.worth-lore: true` in `config.yml`.
* Per-player worth lore toggle in `/settings Worth Display`.

</details>

<details>

<summary>Auction House Commands</summary>

* `/ah` browse all active player listings
* `/ah sell <price>` list the item you're holding for sale
* `/ah cancel` cancel your active listing
* `/ah history` view your buy/sell history
* `/ah help` show help
* `/ahadmin` \[items|history|clear] \[noreturn] admin listing controls
* `/ahadmin clearall [noreturn]` admin wipe all listings

</details>

<details>

<summary>Bounty Commands</summary>

* `/bounty` open bounty list GUI
* `/bounty add` add money to a player's bounty
* `/bounty remove <player>`  remove a bounty
* `/bounty info`  view a specific player's bounty
* `/bounty admin set <player>` set exact bounty amount (perm required)
* `/bounty admin remove <player>`  remove a bounty

Extra Information

* Minimum bounty: **$1.00**.
* Multiple players can stack bounty on the same target.
* Bounty is auto-claimed when the target is killed money sent to killer.
* Bounty placed-on-you alerts toggleable in `/settings Bounty Alerts`.

</details>

<details>

<summary>Server Admin Control Commands</summary>

* `/announcement` broadcast a styled announcement with sound \[admin]
* `/twocubestrike [reason]` issue a strike to a player
* `/fly [player]`&#x20;
* `/setwarp`
* `/delwarp`
* `/twocubeadmin <subcommands>`&#x20;

And More Commands&#x20;

</details>

<details>

<summary>Normal Commands</summary>

* /media
* /discord
* /rule
* /store
* /settings
* /stats
* /worth
* /sellhistory

</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/plugins/twocubecore-plugin/commands.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.
