Описание
**Enjoy using NexusAuctionHouse? Discover its premium version [here](https://synkdev.cc/plugins/nahp/)!**
# NexusAuctionHouse
A simple and optimized Auction House plugin
## Requirements
- **Java 25!**
- A Minecraft server above 1.13
- [Vault](https://www.spigotmc.org/resources/vault.34315/)
- [NexusCore](https://modrinth.com/plugin/nexuscore)
- An economy plugin ([EssentialsX](https://essentialsx.net/) recommended)
## Commands and permissions
- /ah - opens the Auction House menu
- /ah reload - reloads the configuration - nah.command.reload
- /ah search - Search for items in the Auction House
- /ah sell - list an item on the Auction House
- /ah logs - opens the list of sold items - nah.menu.logs
- /ah toggle - toggles the AH on or off - nah.command.reload
- /ah (unban)ban - bans or unbans the item in your hand from the Auction House - nah.command.ban, nah.command.unban
- /ah expired - opens the list of expired items - nah.command.expired
- /ah sorts - opens the item sorting menu - nah.command.sorts
## Features
- Searching
- Sorting
- Admin control
- Listing/buying fee
- Expiry
- Logging for admins
- Item banning
- Webhook notifications
- Slots cap customization
- Configurable date format
- Customizable item sorts
- AnvilGUI input
## Developer API
The plugin now features a developer API.
The JavaDocs can be found [here](https://synkdev.cc/storage/javadocs/nah)
### Dependency information:
#### For Maven:
```xml
jitpack.io
https://jitpack.io
com.github.SynkMC
NexusAuctionHouse
{VERSION}
provided
```
#### For Gradle:
```groovy
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.SynkMC:NexusAuctionHouse:{VERSION}'
}
```
Real-time statistics powered by bStats
Trusted by networks worldwide • Updates every 30 minutes