> 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/claim-your-first-base.md).

# Claim your first base

In PyonMC, we offer a robust land claiming system that allows players to protect their territory from griefing and unauthorized access. To utilize this system, you'll need a <img src="/files/Hsf4Jhgy2r7LJ0GEe4HP" alt="" data-size="line"> [**Golden Shovel**](https://minecraft.fandom.com/wiki/Shovel). This guide will walk you through the process of claiming land and managing your claims.

### How to obtain golden shovel?

You have multiple ways to obtain a Golden Shovel, which is essential for land claiming. Here are the two primary methods:

{% tabs %}
{% tab title="Buy shovel at gems shop" %}

1. You'll need to open minecraft [**console commands** and **slash commands**](https://minecraft.fandom.com/wiki/Commands) then you can type *<mark style="color:yellow;">**`/gems shop`**</mark>* into the console and press **Enter**. <br>
2. The Gem Shop menu will appear, displaying a range of items and perks available for purchase using your gems.

<figure><img src="/files/vIPDQyJIbd0RNdQae4fQ" alt="" width="375"><figcaption><p>Gems shop</p></figcaption></figure>

3. &#x20;Look for the Golden Shovel, which is essential for land claiming. The cost for the Golden Shovel in the Gem Shop is **5 gems**.
4. To purchase items from the Gem Shop, simply click on the item you want to buy, and the required number of gems will be deducted from your balance.

{% hint style="warning" %}
As a new player on PyonMC, you'll receive a warm welcome in the form of **20 free gems** when you join the server for the first time. These initial gems allow you to start claiming land right away.
{% endhint %}

> For more information on gems and their uses, feel free to ask fellow players or consult our community and staff for assistance. We're here to ensure you have a fantastic time on PyonMC!
> {% endtab %}

{% tab title="Crafting your own shovel" %}
You can craft a Golden Shovel using <img src="/files/pDctLqlwGuLBfOPVUmia" alt="" data-size="line"> [**crafting table**](https://minecraft.fandom.com/wiki/Crafting_Table) and materials readily available in the game. To craft a Golden Shovel, you'll need the following:

* 2 **stick**
* 1 **golden ingot**

<figure><img src="/files/9HHzmyCJBr1OnTBrotsT" alt=""><figcaption><p><a href="https://minecraft.fandom.com/wiki/Shovel">how to craft golden shovel</a></p></figcaption></figure>

Combine these materials on a crafting table to create your Golden Shovel. Crafting provides an accessible way to obtain the tool if you prefer a hands-on approach or if you need additional shovels beyond your initial one.
{% endtab %}
{% endtabs %}

### Claiming land

Claiming land on PyonMC is easy and essential for protecting your territory. Follow these steps to create your claim:

<div data-full-width="true"><figure><img src="/files/smstaapkyOy8xs0qlBB4" alt=""><figcaption></figcaption></figure></div>

1. **Define the First Corner:** Right-click on the ground where you want the first corner of your claim to be. This action sets the initial point of your claim.

<figure><img src="/files/UFu2jLDV1yPGilqvxuP5" alt=""><figcaption></figcaption></figure>

2. **Set the Second Corner:** While still holding the Golden Shovel, walk to the location where you want the second corner of your claim to be.

{% hint style="danger" %}
**Claim Size Requirement:** Keep in mind that claims on PyonMC need to be over **50 square blocks** in size (e.g., 5x5 or equivalent). Claims smaller than this size may not be valid.
{% endhint %}

3. **Confirm Your Claim:** Right-click at the spot where you want the second corner of your claim. A confirmation message will appear, indicating that your claim has been successfully created.

With these simple steps, you can establish a secure area for your builds and resources, ensuring they remain safe from griefing and unauthorized access. Make sure your claims meet the size requirement to enjoy the full benefits of land protection.


---

# 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/claim-your-first-base.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.
