# Commands

Below is a comprehensive list of commands you can use in-game to enhance your experience. These commands cover everything from basic gameplay to advanced server features. If you need help, just refer to this page!

***

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

| Command    | Description                    |
| ---------- | ------------------------------ |
| /help      | Shows basic command list.      |
| /rules     | Displays server rules.         |
| /tutorial  | Opens beginner tutorial.       |
| /discord   | Shows Discord invite.          |
| /store     | Shows donation store link.     |
| /vote      | Shows vote links.              |
| /wiki      | Opens server wiki.             |
| /joinspawn | Toggle spawn on login.         |
| /spawn     | Teleport to spawn.             |
| /back      | Return to previous location.   |
| /dback     | Return to last death location. |
| /afk       | Sets player to AFK mode.       |
| /realname  | Shows real username.           |
| /near      | See nearby players.            |

***

### <mark style="color:yellow;">Teleport & Movement Commands</mark>

| Command    | Description                          |
| ---------- | ------------------------------------ |
| /rtp       | Random teleport.                     |
| /tpa       | Request to teleport to a player.     |
| /tpaccept  | Accept a teleport request.           |
| /tpdeny    | Deny a teleport request.             |
| /tpahere   | Request a player to teleport to you. |
| /tpatoggle | Toggle teleport requests.            |
| /arena     | Teleport to Arena world.             |
| /rpghub    | Teleport to RPG Hub world.           |
| /afkzone   | Teleport to AFK zone.                |

***

### <mark style="color:yellow;">Chat & Player Interaction</mark>

| Command   | De                         |
| --------- | -------------------------- |
| /msg      | Private message.           |
| /r        | Reply to last message.     |
| /emojis   | Shows emoji list.          |
| /teammsg  | Team chat message.         |
| /teamchat | Team chat toggle.          |
| /allychat | Ally chat toggle.          |
| /nick     | Set nickname.              |
| /realname | Reveal actual player name. |

***

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

| Command        | Description        |
| -------------- | ------------------ |
| /balance, /bal | Check your money.  |
| /pay           | Pay a player.      |
| /coinshop      | Opens coin shop.   |
| /shop          | Opens server shop. |
| /shopbulk      | Bulk shop system.  |
| /ah, /auction  | Auction House.     |
| /lottery       | Lottery system.    |

***

### <mark style="color:yellow;">Homes & Warps</mark>

| Command                               | Description           |
| ------------------------------------- | --------------------- |
| /sethome                              | Set a home point.     |
| /delhome                              | Delete a home.        |
| /homes                                | Home list.            |
| /warps                                | List of all warps.    |
| **/pwarp**, **/playerwarps**, **/pw** | Player-created warps. |

***

### <mark style="color:yellow;">Claims & Protection</mark>

| Command           | Description                  |
| ----------------- | ---------------------------- |
| /claiminfo        | Info about current claim.    |
| /claimlist        | List your claims.            |
| /trust            | Build trust.                 |
| /untrust          | Remove trust.                |
| /trustlist        | See trusted players.         |
| /accesstrust      | Access only (buttons/doors). |
| /containertrust   | Chest/furnace access.        |
| /permissiontrust  | Allow others to grant trust. |
| /setclaimflag     | Set claim flags.             |
| /unsetclaimflag   | Remove claim flags.          |
| /claimban         | Ban player from entering.    |
| /claimunban       | Unban player from claim.     |
| /claimbanlist     | View banned players.         |
| /abandonclaim     | Remove current claim.        |
| /abandonallclaims | Remove all claims.           |
| /unclaim          | Unclaim land.                |
| /claimexplosions  | Toggle explosions in claim.  |

***

### <mark style="color:yellow;">Backpacks & Inventory Utilities</mark>

| Command                 | Description          |
| ----------------------- | -------------------- |
| /bp, /bpack, /backpack  | Open backpack.       |
| /enderchest, /ec        | Open Ender Chest.    |
| /disposal, /trash       | Trash bin.           |
| /repair, /fix           | Repair items.        |
| /nv                     | Night vision toggle. |
| /ptime                  | Personal time.       |
| /pweather               | Personal weather.    |
| /wb, /workbench, /craft | Open crafting table. |
| /stonecutter            | Open stonecutter.    |
| /anvil                  | Open anvil.          |
| /condense               | Condense items.      |

***

### <mark style="color:yellow;">RPG, Skills, Levels & Quests</mark>

| Command             | Description         |
| ------------------- | ------------------- |
| /levels             | Player levels menu. |
| /skills             | RPG skills menu.    |
| /quests             | Quest menu.         |
| /dailyquests, /dq   | Daily quest list.   |
| /bpass, /battlepass | Battle Pass menu.   |
| /classes            | RPG classes.        |
| /factories          | Factory system.     |
| /playtimerewards    | Playtime rewards.   |

***

### <mark style="color:yellow;">Enchantments, Items & Tools</mark>

| Command                     | Text                         |
| --------------------------- | ---------------------------- |
| /ve                         | Remove vanilla enchantments. |
| /ce                         | Custom enchant menu.         |
| /besttools, /bt             | Auto-select best tools.      |
| /rf, /refill                | Auto refill slot             |
| /xpbottle                   | Convert XP to bottle.        |
| /toolskins, /toolskinsreset | Tool skins system.           |

***

{% hint style="warning" %}
If there are commands you **cannot use**, it means:

* You **do not have the required rank**, **or**
* Your **player level is not high enough** to access that command.

Please level up or check the ranks page for more information.
{% endhint %}


---

# 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.daisydreams.xyz/info/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.
