# About plugin

TailsLib - is a library for creating custom thing like in ItemsAdder plugin by LoneDev. First versions of this plugin was created when i needed custom items but i didn't know about any of plugins that could help me.

TailsLib tries to provide powerfull open source solution for customizing your server with many custom things.

## Upcoming updates

For latest version of TailsLib (0.0.1-beta) plugin have support of:

* Custom Items
* Custom Blocks

In future versions im planning to add:

* Custom Effects
* Custom Mobs
* Scripting Support (Lua or Kotlin DSL, maybe both)

In ideas now im have to add:

* Animation engine

## Quick start

### For users

For admins that wanna know how to setup a plugin or how to use it

{% content-ref url="user-guide" %}
[user-guide](https://tailslibdocs.thisistails.ru/user-guide)
{% endcontent-ref %}

### For developers

For developers who want to start creating their own blocks and items.

{% content-ref url="custom-items" %}
[custom-items](https://tailslibdocs.thisistails.ru/custom-items)
{% endcontent-ref %}

{% content-ref url="custom-blocks" %}
[custom-blocks](https://tailslibdocs.thisistails.ru/custom-blocks)
{% endcontent-ref %}


---

# 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://tailslibdocs.thisistails.ru/about-plugin.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.
