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

# @ Released Commands | Eden Classic

Commands Available in-game

<figure><img src="https://4233597142-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1XQD6hnqXmfV5PITdQKD%2Fuploads%2FLHqYO68aYb3JDZSXBvOX%2Fserver%20information%20(2).gif?alt=media&amp;token=fd110f41-3da5-4890-b355-ff32c90c3824" alt=""><figcaption></figcaption></figure>

| Commands      | Information                                                       |
| ------------- | ----------------------------------------------------------------- |
| @commands     | Displays a list of @ commands available to the player.            |
| @time         | Displays the local server time, along with day/night information. |
| @security     | Additional security for your account.                             |
| @rates        | Displays the server rates.                                        |
| @refresh      | Fix visual glitches or bugs in your client.                       |
| @noask        | It prevents other players from sending you requests/invitations.  |
| @iteminfo     | Displays item information (type, price, weight, drops).           |
| @mobinfo      | Displays monster information (rates, stats, drops, MVP data).     |
| @whereis      | Displays the maps in which monster normally spawns.               |
| @whodrops     | Displays a list of mobs which drop the specified item.            |
| @showexp      | Toggles the display of experience gain messages.                  |
| @uptime       | Show server uptime since last map server restart.                 |
| @hominfo      | Displays homunculus stats in different formats.                   |
| @homtalk      | Command what the player's homunculus will say.                    |
| @pettalk      | Command what the player's pet will say.                           |
| @lgp          | Lite Graphics Plugin.                                             |
| @packetfilter | Helps reduce lag, or visual spam during events.                   |
| @duel         | Invites a player to a duel.                                       |
| @accept       | Accepts an invitation to a duel.                                  |
| @leave        | Rejects an invitation to a duel.                                  |


---

# 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://eden-classic.gitbook.io/eden-classic-docs/released-commands-or-eden-classic.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.
