> For the complete documentation index, see [llms.txt](https://zen-10.gitbook.io/zen-studios/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zen-10.gitbook.io/zen-studios/thikecore/about.md).

# About

## ⚡ ThikeCore

![Version 1.0.0](https://img.shields.io/badge/version-1.0.0-blue.svg?style=for-the-badge) ![Supported Versions](https://img.shields.io/badge/minecraft-1.21.x%20--%2026.x-success.svg?style=for-the-badge\&color=2ed573) ![Bukkit](https://img.shields.io/badge/Platform-Bukkit-orange.svg?style=for-the-badge) ![Spigot](https://img.shields.io/badge/Platform-Spigot-yellow.svg?style=for-the-badge) ![Paper](https://img.shields.io/badge/Platform-Paper-lightgrey.svg?style=for-the-badge) ![Purpur](https://img.shields.io/badge/Platform-Purpur-purple.svg?style=for-the-badge)

**ThikeCore** is a high-performance cross-platform server initialization and environment-discovery automation engine. Built specifically to eliminate manual setup friction, ThikeCore instantly identifies your hosting environment's runtime specifications, cross-references upstream asset indexes, and deploys fully optimized server architectures in a single command.

***

### 🚀 Key Features

* **Dual-API Hybrid Routing:** Seamlessly queries the Modrinth v2 API for cloud assets, while deploying an intelligent failover layer to the Spiget API for legacy SpigotMC essentials (`Vault` & `EconomyShopGUI`).
* **Intelligent Version Mapping:** Automatically parses your engine builds across both standard generations (`1.21` to `1.21.11` via Java 21) and advanced pipeline architectures (`26.x` via Java 25).
* **Targeted Profile Generation:** Deploys bespoke plugin arrays instantly via structural presets (`economy` or `no-economy`).
* **Asynchronous Networking:** Non-blocking file transfers prevent thread stalling, keeping your main server tick loop completely responsive during environment setup.

***

### 📥 Installation & Setup

1. Drop the compiled `ThikeCore-X.X.X.jar` matching your runtime matrix into the server `/plugins/` directory.
2. Boot the server to allow the core to initialize, print its registry initialization layer banner, and generate the default configuration.
3. Modify `/plugins/ThikeCore/config.yml` to alter target deployment profiles or adjust your custom `user-agent` data headers if necessary.
4. Execute `/generate <profile>` from the console or an authorized terminal session to provision your environment.

***

### ⚙️ Core Configuration

The plugin manages deployment instructions using localized slugs parsed dynamically at execution time:

```yaml
settings:
  user-agent: "com.mcdevlab.thikecore/v1.0 (contact@mcdevlab.com)"

plugins:
  no-economy:
    - "essentialsx"
    - "discordsrv"
    - "chunky"
    - "combatlog"
    - "skinsrestorer"
    - "simple-voice-chat"
    - "luckperms"
    - "placeholderapi"
    - "vaultunlocked"
    - "fastasyncworldedit"
    - "viaversion"
    - "viabackwards"
    - "geyser"
    - "viarewind"
    - "tab-was-taken"
    - "multiverse-core"
    - "multiverse-inventories"
    - "multiverse-portals"
    - "packetevents"
    - "worldguard"
    - "grimac"
    - "lagfixer"
    - "essentialsx-spawn"
    - "skript"
    - "inventoryrollbackplus"

  economy:
    - "donut.core"
    - "orderium"
    - "donut-rtp"
    - "donut-auction"
    - "donutsell"
    - "donutbillford"
    - "economyshopgui"
```


---

# 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://zen-10.gitbook.io/zen-studios/thikecore/about.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.
