> For the complete documentation index, see [llms.txt](https://wiki.weedreborn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.weedreborn.com/beginners-guide/in-game-commands.md).

# In-game Commands

Use these commands in chat with the `@` prefix.

{% hint style="info" %}
Commands are grouped by access.
{% endhint %}

***

### Shared commands

These commands are available to both standard and VIP players.

* `@autoloottype` — Filter autoloot by item type.
* `@blockbc` — Block broadcast messages.
* `@hall` — Teleport to the Weed Hall.
* `@hourlypoints` — Check your Hourly Points balance.
* `@lgp` — Show visual skill range guides with colored markers.
* `@market` — Teleport to the Vending Area.
* `@noask` — Block incoming requests such as trade and party invites.
* `@rates` — Show the current server rates.
* `@resist` — Show your character's total resistance.
* `@unblockbc` — Unblock broadcast messages.
* `@viewdrops` — View drop information.

***

### Standard player commands

These commands are available without VIP.

* `@alootid` — Autoloot specific item IDs.
* `@autoloot` — Autoloot items by drop rate.
* `@autotrade` — Enter autotrade mode.
* `@changegm` — Transfer guild leadership.
* `@commands` — Show the list of available commands.
* `@go` — Warp to major towns.
* `@homfriendly` — Homunculus friendliness utility.
* `@hominfo` — Show homunculus details.
* `@homstats` — Show homunculus stats.
* `@iteminfo` — Show item details.
* `@killable` — Toggle killable status.
* `@mobinfo` — Show monster details.
* `@party` — Use party-related functions.
* `@petfriendly` — Pet friendliness utility.
* `@refresh` — Fix display or position desync.
* `@request` — Send a request to the GM team.
* `@resurrect` — Revive your character.
* `@time` — Show the current server time.
* `@whereis` — Show where a monster can be found.
* `@whodrops` — Show which monsters drop an item.

***

### VIP-only commands

These commands require VIP Subscription.

* `@allskill` — Unlock all available skills.
* `@autostore` — Store items automatically.
* `@checkvip` — Check your remaining VIP time.
* `@dye` — Change clothing color.
* `@feelreset` — Reset Star Gladiator Feel targets.
* `@font` — Change chat font style.
* `@guildstorage` — Open guild storage.
* `@hatereset` — Reset Star Gladiator Hate targets.
* `@hold` — Stop your character from moving.
* `@identifyall` — Identify all unidentified items.
* `@storage` — Open personal storage.
* `@storeall` — Move eligible items to storage.

For more VIP perks, see [VIP Subscription](/beginners-guide/vip-subscription.md).


---

# 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://wiki.weedreborn.com/beginners-guide/in-game-commands.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.
