# Getting Started

Welcome to the official wiki for the Shards plugin! This guide contains everything you need to know, from initial setup and configuration to commands and developer integration.

### Requirements

* **Minecraft Version:** 1.20+ (Recommended: 1.21+)
* **Required Plugins:** WorldGuard
* **Optional Plugins:** PlaceholderAPI, ShopGUIPlus

### Installation

1. Download the Shards plugin
2. Place the `.jar` file in your server's `plugins` folder
3. Start/restart your server
4. Configure your `config.yml` with your license key
5. Set up your WorldGuard regions for AFK shard generation


---

# 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://shards.pikz.dev/general/readme.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.
