> For the complete documentation index, see [llms.txt](https://wiki.honeyglow.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.honeyglow.gg/survival/server-commands-and-features.md).

# Server Commands & Features

***

### 🍯 Essentials (The Basics)

These are the most common commands you will use daily to navigate the world and interact with other players.

| *<mark style="color:$warning;">**Command**</mark>* | *<mark style="color:$warning;">**Description**</mark>* |
| -------------------------------------------------- | ------------------------------------------------------ |
| `/spawn`                                           | Return to the main lobby/starting point.               |
| `/sethome [name]`                                  | Save your current location as a "home".                |
| `/home [name]`                                     | Teleport to one of your saved homes.                   |
| `/tpa [player]`                                    | Request to teleport to another player.                 |
| `/tpaccept`                                        | Accept a teleport request from someone else.           |
| `/msg [player] [message]`                          | Send a private message to a specific player.           |
| `/pay [player] [amount]`                           | Send money from your balance to another player.        |
| `/bal`                                             | Check your current honey-coins (balance).              |

***

### 💼 Jobs (Work & Earn)

Joining a job is the primary way to earn money and experience on the server.

| Command            | Description                                         |
| ------------------ | --------------------------------------------------- |
| /jobs browse       | Open the menu to see all available jobs.            |
| /jobs join \[job]  | Join a specific job to start earning rewards.       |
| /jobs stats        | View your current job levels and XP progress.       |
| /jobs info \[job]  | See detailed payment info for a specific job.       |
| /jobs leave \[job] | Leave your current job.                             |
| /jobs limit        | Check your daily money-earning limit.               |
| /jobs top \[job]   | View the highest-ranking players in a specific job. |

***

### 📜 Quests (Challenges)

Complete tasks to earn exclusive items, keys, and resources.

| Command        | Description                                       |
| -------------- | ------------------------------------------------- |
| /quests        | Open the main Quest GUI to see all challenges.    |
| /quests daily  | View your available daily tasks.                  |
| /quests weekly | View your available weekly tasks.                 |
| /quests active | See the progress of your currently active quests. |
| /quests log    | View a history of your recently completed quests. |

***

### 🌟 Levels (Global Progression)

As you play and interact with HoneyGlow, you will increase your global level.

| Command         | Description                                           |
| --------------- | ----------------------------------------------------- |
| /levels         | Open the Leveling menu to view your progress.         |
| /levels rewards | Claim rewards for reaching specific level milestones. |
| /levels top     | See who are the most experienced players in the hive. |

***

### 👑 Ranks (Ranking Up)

Use your earned money and level to climb the social ladder of the server.

| Command       | Description                                              |
| ------------- | -------------------------------------------------------- |
| /rankup       | Check requirements and buy the next available rank.      |
| /ranks        | List all available ranks and their specific perks.       |
| /rankup check | See exactly what you are missing to reach the next rank. |

***

### 🆘 Need Help?

If you have questions about a specific command or feature, don't hesitate to reach out:

* **In-game:** Ask a staff member or use /helpop \[message].
* **Discord:** Open a support ticket at [discord.gg/honeyhive](https://www.google.com/url?sa=E\&q=https%3A%2F%2Fdiscord.gg%2Fhoneyhive).


---

# 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.honeyglow.gg/survival/server-commands-and-features.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.
