> For the complete documentation index, see [llms.txt](https://chunkedworld.gitbook.io/chunkedworld/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chunkedworld.gitbook.io/chunkedworld/reference/command-reference.md).

# Command Reference

Every player command on ChunkedWorld, grouped by what it does

Almost everything here is also available by clicking [Chonky](/chunkedworld/getting-started/chonky-your-companion.md) on your island, which is the recommended route for Bedrock and mobile players.

## Island

| Command          | Use                                             |
| ---------------- | ----------------------------------------------- |
| `/cw`            | Main island menu                                |
| `/cw home`       | Return to your island                           |
| `/cw upgrade`    | Buy your next island chunk                      |
| `/cw gen`        | Buy Chunk Generators (wilderness)               |
| `/cw settings`   | PvP, visitor access, friends                    |
| `/cw visit`      | Visit another player's island                   |
| `/cw movechonky` | Relocate Chonky                                 |
| `/cw reset`      | Reset your island (destructive, confirms first) |
| `/cw recover`    | Recover an expired island                       |

See [Expanding and Managing Your Island](/chunkedworld/your-island/expanding-and-managing.md) and [Island Lifecycle](/chunkedworld/your-island/island-lifecycle.md).

## Progression

| Command   | Use                                              |
| --------- | ------------------------------------------------ |
| `/q`      | Rank quests - the ones that count toward rank-up |
| `/tasks`  | Daily Tasks - the rotating daily board           |
| `/rankup` | Rank up when your quest goal is met              |

See [Quests](/chunkedworld/progression/quests.md), [Daily Tasks](/chunkedworld/progression/daily-tasks.md), and [Ranks](/chunkedworld/progression/ranks.md).

## Economy

| Command    | Use                                        |
| ---------- | ------------------------------------------ |
| `/shop`    | Buy and sell                               |
| `/sellall` | Sell matching inventory contents instantly |
| `/sellgui` | Drag-and-drop sell window (VIP)            |
| `/ah`      | Auction House                              |
| `/bal`     | Your balance                               |

See [Shop, Selling, and Auction House](/chunkedworld/economy/shop-selling-and-auction-house.md).

## ChunkRush

Only usable while a [ChunkRush](/chunkedworld/events/chunkrush.md) event is running.

| Command          | Use                                     |
| ---------------- | --------------------------------------- |
| `/rush join`     | Opt in during the countdown window      |
| `/rush leave`    | Return to your island                   |
| `/rush spectate` | Watch the event after claiming or dying |

## Other

| Command         | Use                                                          |
| --------------- | ------------------------------------------------------------ |
| `/vote`         | Vote links                                                   |
| `/daily`        | Daily login reward                                           |
| `/skills`       | mcMMO skills                                                 |
| `/tutorial`     | Server tutorial menu                                         |
| `/discord link` | Link your Minecraft account to Discord for a one-time reward |
| `/sb`           | Toggle the scoreboard                                        |

See [Voting](/chunkedworld/crates-and-keys/voting.md) and [Discord and Community](/chunkedworld/getting-started/discord-and-community.md).

{% hint style="info" %}
If a command in this list doesn't work for you, it may be gated behind a rank you haven't reached yet. Nether and wilderness access unlock at Freeman, the End at Freeman+. See [Ranks](/chunkedworld/progression/ranks.md).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://chunkedworld.gitbook.io/chunkedworld/reference/command-reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
