# AliienCore

### 🪐 What is AliienCore?

**AliienCore** is the heartbeat of all my plugins. It is a high-performance, open-source Java library specifically engineered for **Paper/Folia (Java 21)** and designed to eliminate the "boilerplate" of Minecraft development.

Instead of rewriting item-builders, color-parsers, and config-loaders for every single plugin, we centralized all that logic into one shared engine. This ensures that every Aliien plugin is faster, more stable, shares a consistent user experience, and is easier to maintain.

***

### 🔓 Why Open Source?

We believe that the best software is built in the light. By making **AliienCore** open source, we aim to:

* **Foster Innovation:** Allow the community to build upon our foundations and create their own plugins using our high-level API.
* **Ensure Quality:** With more eyes on the code, bugs are found faster, and optimizations are pushed further.
* **Stay Transparent:** You should always know exactly what is running on your server. Open source gives you safety over what you are injecting into your server.
* **Public Usage:** You are completely free to use this library in your own plugins/resources (scroll down for license information)

***

### 🤝 How to Contribute

Whether you are a veteran developer or just starting your coding journey, we welcome all contributions! **AliienCore** is a community-driven project, and we value your input.

#### 🛠️ Ways to Help:

* **Feature Requests:** Have an idea for a new utility? Open an **Issue** on GitHub!
* **Bug Reports:** Found an edge-case error? Let us know so we can squash it for everyone.
* **Code Contributions (Pull Requests):** 1. **Fork** the repository to your own account. 2. **Branch** out and write your new feature or fix. 3. **Submit a Pull Request (PR)** with a clear description of your changes.
* **Documentation:** Not a coder? Improving our documentation or adding tutorials is just as valuable!

### 📜 Our License

AliienCore is released under the **MIT License**. This means you are free to use it, modify it, and even include it in your own commercial projects. All we ask is that you keep the original copyright notice.

***

> You can find the source code by [clicking here](https://github.com/aliien15/AliienCore).


---

# 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://aliien.gitbook.io/aliien-docs/all-plugins/aliiencore.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.
