> For the complete documentation index, see [llms.txt](https://docs.ecosmp.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecosmp.net/guides/player-ads.md).

# Player Ads

This feature allows players to create ad messages that show automatically in chat. They are intended for players to advertise shops, towns, player warps, etc.&#x20;

## How To Create An Ad

* Use the command **`/ad set <message>`** in-game. **Ads cost $5,000** in-game money and will run for **7 days**!
* It is recommended to include a clickable command in your ad using brackets. For example, **`/ad set Come buy some diamonds at [/pw diamond]`**.
* If you are VIP or Legend Rank, you can use color codes, HEX colors, and mini message formatting in your ad to make it stand out.\
  \- Side Note: you can test out different designs on this website <https://webui.advntr.dev/> or read more about MiniMessage formatting on this website <https://docs.advntr.dev/minimessage/format.html>

## Other Player Ad Commands

* See all commands using **`/ad`**
* Edit your ad using **`/ad edit <message>`**&#x20;
* Remove your ad using **`/ad remove`**
* See all current player ads using **`/ad list`**
* Toggle seeing player ads in chat using **`/ad toggle`**


---

# 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:

```
GET https://docs.ecosmp.net/guides/player-ads.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.
