# Welcome

🎉 **Welcome to the MMOBlock Documentation!** 🎉

We're thrilled to have you here. Whether you're a server administrator, a plugin developer, or just a curious Minecraft enthusiast, this documentation is designed to help you make the most out of MMOBlock.

#### What is MMOBlock?

MMOBlock is a powerful Bukkit plugin that enhances your Minecraft server with custom entities, blocks, and interactive gameplay elements. With integrations to popular plugins like ModelEngine, MMOItems, ItemsAdder, and PlaceholderAPI, MMOBlock brings a new level of immersion and engagement to your server.

#### What You'll Find Here

* **Installation Guide**: Step-by-step instructions on how to install and set up MMOBlock on your server.
* **Configuration**: Detailed explanations of the `config.yml` file and how to customize it to fit your server's needs.
* **Commands**: A comprehensive list of commands available in MMOBlock, along with their usage and permissions.
* **Features**: An in-depth look at the features of MMOBlock, including custom entities, block placement, holograms, animations, and more.
* **Integration**: How MMOBlock works with other plugins to provide a seamless experience.
* **Troubleshooting**: Common issues and how to resolve them, along with debugging tips.

#### Get Started

To get started, navigate to the [Installation Guide](https://anikosr.gitbook.io/mmoblock-docs/getting-started) to set up MMOBlock on your server. If you're already familiar with the basics, dive into the [Configuration](https://anikosr.gitbook.io/mmoblock-docs/getting-started/configuration-file) section to customize your experience.

#### Support and Community

If you have any questions or need further assistance, don't hesitate to join our community on [Discord](https://discord.com/invite/jYtf6yhdws).

We hope you enjoy your journey with MMOBlock and that this documentation helps you create amazing experiences on your Minecraft server.

Happy gaming!


---

# 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://anikosr.gitbook.io/mmoblock-docs/welcome.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.
