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

# Auction

**Version:** <mark style="color:$primary;">**26.1.x**</mark>\
**Is Folia Supported?** Yes, we support Folia and you can use plugin on paper versions as well as on Folia!

<figure><img src="/files/Yn6iQ9diEFRqVtFOuQlh" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Installation Guide&#xD;

{% endstep %}

{% step %}

### Upload JAR File to Your Server&#xD;

Start by uploading "**Auction.jar**" file to your Server's > **plugins folder**.\
![](/files/ldmbo90jPo5Q15v9hK8k)
{% endstep %}

{% step %}

### Dependencies

• [<mark style="color:$primary;">Vault</mark>](https://www.spigotmc.org/resources/vault.34315/) (Free) \
• Install any economy plugin e.g EssentialsX\
• License Key Required, get License Key in Discord: [<mark style="color:$primary;">Join</mark>](https://discord.gg/5YD33GZfnr)
{% endstep %}

{% step %}

### Start your Server&#xD;

When you turn on the server, you will see that the plugin needs a license key, all you have to do is join this [<mark style="color:$primary;">Discord</mark>](https://discord.gg/tT6mvrgtw6), open a ticket and ask for Auction License Key.
{% endstep %}

{% step %}

### License Key&#xD;

Follow this guide to know where and how to activate your license key in the plugin. \
\
Enable License Key in Following filepath: `Sever\plugins\Auction\config.yml` \
![](/files/qIzh9h2JZFLOiULTc1Xz)
{% endstep %}
{% endstepper %}

<details>

<summary>Commands</summary>

These are the commands you need to know while using the plugin. \
• `/ah` - **Open Auction GUI.** \
• `/ah sell <price>` - **Sell an item at Auction while holding the item in your hand.** \
• `/fastbuy toggle` - **Toggle FastBuy option for Auction.** \
\
**Permssion for FastBuy Command:**\
`auction.fastbuy`

</details>

<details>

<summary>Max Listings</summary>

**Max Listings Permission**\
**Controls** how many items a player can **list** in the **auction at once.**\
\
**Permissions:**\
`auction.slots.plus` = 45 Slots\
`auction.slots.plusplus` = 90 Slots\
`auction.slots.plusplusplus` = 90 Slots<br>

</details>

<details>

<summary>Shard Shop</summary>

**If you want to configure the available items in the shard shop and their prices, you can do it by following this filepath:**\
`server\plugins\Auction\shardshop.yml` \
\
**Note:** If you use our latest Auction and Order plugins, the shards database is automatically merged into a separate `server\Shards` **folder**, so you don't have to worry!\
\- [<mark style="color:$primary;">Auction | NEW</mark>](https://builtbybit.com/resources/auction-new.112376/) ✅\
\- [<mark style="color:$primary;">Auction - Legacy</mark>](https://builtbybit.com/resources/auction-legacy.105788/) ❌

</details>


---

# 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://akiisx-studios.gitbook.io/akiisx-studios-docs/documentation/plugins/auction.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.
