# Welcome

{% hint style="info" %}
Looking for support? [Click here](https://discord.com/invite/Ms7uAAAtcT) to join our Discord Server.
{% endhint %}

<figure><img src="https://2455753790-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqkqbNNw6D3PqsSZRgSFa%2Fuploads%2FVZtl3FC3orq1B7mWb0ZX%2Flogo500x500.png?alt=media&#x26;token=dd509581-97e7-4090-b5d4-b50df6161776" alt="" width="250"><figcaption><p> </p></figcaption></figure>

## Plugin description

Plugin is created to assist with creating text components with or without animations. You can use built-in animations, download extensions or create your own with plugin's API.

## Facts & Requirements

{% hint style="warning" %}
Plugins supports all versions above 1.12 (1.13 - Latest).
{% endhint %}

{% hint style="info" %}
This plugin uses NMS for sending Title and Action-bar packets. If function uses NMS, it'll be marked as '❖'.
{% endhint %}

{% hint style="success" %}
Plugin doesn't need any plugin dependency, everything is built-in.
{% endhint %}

{% hint style="danger" %}
Plugin uses bStats (You can turn this function off in bStats configuration)
{% endhint %}

## Built-in plugin functions

Those functions are built-in in main plugin. Of course you're able to download additional extension, or create your own with plugin's API.

* **Text component dispatcher** *(Allows you to send players text components)*\
  ❖ **Title message** *(Dispatching animations or default titles)*\
  ❖ **SubTitle message** *(Dispatching animations or default subtitles)*\
  ❖ **Actionbar message** *(Dispatching animations or default actionbars)*\
  \&#xNAN;**-** **BossBar message** *(Dispatching animations or default bossbars)*\
  \&#xNAN;**-** **Chat message** *(Dispatching animations or default messages)*
* **External extension loader** *(Allows you to load & create your own extensions)*
* **Debug and fallback catcher** *(Allows you to prevent plugin errors)*
* **RGB and Gradient support** *(Allows you to use HEX and Gradient colors)*
* **Smart bar function** *(Allows you to display static action bar - Animated or not)*
* **Notification manager** *(Allows you to display animated notifications)*
* **Interactive message builder** *(Allows you to create interactable chat messages)*
* **Fully configurable** *(Allows you to configure anything in plugin)*
* **Smart implementations** *(Plugin is created with performance in mind)*
* **Dynamic tasks** *(Plugin allows creators to use their own or pre-built tasks)*
* **Smart command handler** *(Plugin has smart command manager)*\
  *-* **Animation command** *(Allows you to send animations)*\
  *-* **Notification command** *(Allows you to send notifications)*\
  *-* **Interactive message command** *(Allows you to send messages)*\
  *-* **Plugin functions command** *(Allows you to manage plugin)*
* **Open plugin API** *(Allows you to use plugin from another code)*

{% hint style="danger" %}
**Before asking question, try to use CTRL+F5. This wiki is constantly updated!**
{% endhint %}


---

# 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://m3ii0.gitbook.io/amazingtitles_core_1/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.
