# Public API Documentation

Welcome to the documentation of the public API of the McPlayHD.net Minecraft server.

If you are not a developer, you might be here by accident and you could try [McPlayHD.net](http://mcplayhd.net/) instead.

If you know how to use an API then you are at the right place to learn about our API and we are excited about the content that you are going to create with the help of it.


---

# 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://api.mcplayhd.net/master.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.
