> For the complete documentation index, see [llms.txt](https://general-breddok.gitbook.io/blockdisplaycreator-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://general-breddok.gitbook.io/blockdisplaycreator-wiki/information.md).

# 📝 Information

## ℹ️ Introduction

BlockDisplayCreator is a plugin that allows you to **create and customize Custom Blocks** using the **Display Entities** introduced in Minecraft **1.19.4**.\
With it, your server will gain unforgettable decorative possibilities and flexible mechanics!

## ✨ Features of BlockDisplayCreator:

* 🚀 **No mods or resource packs required!** - only Vanilla entities
* 🧱 **Customizable Blocks** — fully adjustable display system with simple import from [BdEngine](https://block-display.com/)
* 🌍 **Version Support** — works on all Minecraft versions starting from 1.19.4: stable and future-proof
* ⚡ **Asynchronous Loading** — smooth block loading without affecting server performance
* 🔄 **360° Rotation & Horizontal Placement** — complete control over block orientation
* 🎯 **Block Hitboxes (Interactions)** — any size, with click-triggered commands
* 🚧🟪 **Collisions** — give blocks physical solidity
* 🎵 **Fully Configurable Sounds** — customize block sound effects
* 🔑 **Per-Block Permissions** — fine-grained access control
* 🎁 **Multiple Drop & Placement Modes** — flexible handling of block behavior
* 🌈 **Gradients & PlaceholderAPI Integration** — dynamic and beautiful effects
* 🛡️ **WorldGuard & SuperiorSkyblock2 Integration** — custom flags and permissions for enhanced protection
* 🎭 **Custom Head-Textured Items** — perfect for decorative and unique blocks
* 📝 **Block & Entity Placeholders** — expand functionality for events and interactions
* 💬 **Extensive Message System** — fully customizable messages with placeholders
* ⛏️ **Placement & Break Commands** — automate actions on block placement or destruction
* 🖱️ **Quick Select (1.21.4+)** — middle-click to instantly pick blocks
* 📦 **Datapack Compatibility** — commands work in command blocks, entities carry unique Scoreboard tags
* 🔧 **Cross-Version Compatibility Options** — consistent behavior across all supported versions

## 📬 Support & Links

💡 Found a problem or have a question? Feel free to reach out on **Discord**:\
👉 [`general_breddok`](http://discordapp.com/users/986355535932706897)


---

# 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://general-breddok.gitbook.io/blockdisplaycreator-wiki/information.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.
