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

# Overview - hnybShop

{% hint style="info" %}
**Buy plugin at:**&#x20;

* HyperFast Studio: <https://discord.gg/mqemSGne53>
  {% endhint %}

## Overview

> * 💰 Supports multiple currencies (Vault, Custom Economy)
> * 📈 Tier-based pricing system (sell more = higher prices)
> * 🛒 Modern shop GUI with category browsing
> * 🔢 Customizable number formats, messages and GUIs
> * 🌐 Supports multi-language (Vietnamese, English)
> * ✅ Easily create any categorys you want
> * ⚡ Optimized for **Paper** and **Folia** with thread-safe scheduling, smooth pagination, advanced search, sorting, and detailed item previews.

### Core Features

> * **Modern Shop GUI:** Clean, interactive interface for browsing and purchasing items by category
> * **Tier-based Pricing:** Dynamic pricing system where items become more expensive as you sell more
> * **Category Organization:** Items organized by End, Nether, Gear, Food, Spawner categories, ...
> * **Custom Items:** Support for command-based items like spawners with automatic command execution
> * **Multi-Currency Support:** Works with Vault economy or custom economy systems
> * **Inventory Management:** Smart inventory space checking before purchases
> * **Performance Ready:** Folia-safe, optimized for high concurrency servers


---

# 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://hnyb05.gitbook.io/hnybshop/overview-hnybshop.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.
