> For the complete documentation index, see [llms.txt](https://docs.pyonmc.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pyonmc.my.id/start-here/join-pyonmc-server.md).

# Join PyonMC server

### How to Join PyonMC.my.id Server

{% hint style="warning" %}
Make sure you're using Minecraft version 1.20.1 or higher to join PyonMC.my.id for the best experience.

\
Minecraft Edition support:

* Java Edition (Recommended)
* Bedrock Edition
  {% endhint %}

{% tabs %}
{% tab title="Java Edition (Recommended)" %}

1. **Launch Minecraft:** Ensure you have Minecraft Java Edition installed and updated to at least version 1.20.1.
2. **Open the Multiplayer Menu:** After launching Minecraft, from the main menu, click on the "Multiplayer" option.
3. **Add a New Server:**
   * Click the "Add Server" button to add PyonMC.my.id to your server list.
   * Enter a name for the server (e.g., "PyonMC").
   * In the "Server Address" field, enter <mark style="color:blue;">**`PyonMC.my.id`**</mark>.
4. **Join the Server:**
   * Click "Done" to add the server to your list.
   * Select the PyonMC server from your server list.
   * Click "Join Server" and get ready to embark on your Minecraft adventure!
     {% endtab %}

{% tab title="Bedrock Edition" %}

1. **Launch Minecraft:** Make sure you have the Bedrock Edition of Minecraft installed and updated to at least version 1.20.1.
2. **Open the Play Menu:** From the main menu, click on "Play."
3. **Add Server:**
   * Click the "Servers" tab on the right.
   * Click the "Add Server" button.
4. **Configure the Server:**
   * Enter a name for the server (e.g., "PyonMC").
   * In the "Server Address" field, enter <mark style="color:blue;">**`Bedrock.PyonMC.my.id`**</mark>.
   * Adjust any additional settings as needed.
5. **Join the Server:**
   * Click "Save" to add the server to your list.
   * Select the PyonMC server from your server list.
   * Click "Join Server" and prepare for your epic Bedrock Minecraft adventure!
     {% endtab %}
     {% endtabs %}

#### Once again Welcome to PyonMC.my.id!

You've successfully joined the PyonMC server! 🎉

You can Explore the vast landscapes, mine precious resources, and build the base of your dreams. Don't forget to watch out for creepers! 💣

***

> If you encounter any issues or have questions, feel free to reach out to our community or staff for assistance.


---

# 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://docs.pyonmc.my.id/start-here/join-pyonmc-server.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.
