# Custom Blocks

## Custom Blocks

Custom blocks are a feature within Custom Enchants+ that allows users to open up a [GUI](/plugins/custom-enchants+/guis.md) by right-clicking the block. Each custom block has its own material already assigned to it. Custom blocks can be placed down or removed within [commands](/plugins/custom-enchants+/commands-and-permissions.md). Each custom block is directly correlated to a GUI. A custom block will not work if the world they are in is disabled.

![](/files/-M6j9nZg0pyu61B9E-ay)

### Types

| Custom Block                                                 | Material          |
| ------------------------------------------------------------ | ----------------- |
| [Anvil](/plugins/custom-enchants+/guis.md#the-anvil)         | ANVIL             |
| [Enchanter](/plugins/custom-enchants+/guis.md#the-enchanter) | ENCHANTING\_TABLE |
| [Tinkerer](/plugins/custom-enchants+/guis.md#the-tinkerer)   | CAULDRON          |

### Placing & Removing

Each custom block has its own placement [command ](/plugins/custom-enchants+/commands-and-permissions.md)and removal command. Custom blocks can not be removed by breaking them.

###

### Data Files

Each custom blocks has its own .yml file to be saved to.

| Custom Block | File Name      |
| ------------ | -------------- |
| Anvil        | anvilData.yml  |
| Enchanter    | tableData.yml  |
| Tinkerer     | tinkerData.yml |


---

# 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://wiki.darrionatplugins.com/plugins/custom-enchants+/custom-blocks.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.
