NexusAuctionHouse
ModrinthSpigotMCThe easy auction house plugin you've looked for, and for free!
129.5k downloads 47 followers updated 14d ago
latest v2.2.9 Modrinth
Enjoy using NexusAuctionHouse? Discover its premium version here!
NexusAuctionHouse
A simple and optimized Auction House plugin
Requirements
- Java 25!
- A Minecraft server above 1.13
- Vault
- NexusCore
- An economy plugin (EssentialsX 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
Dependency information:
For Maven:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.SynkMC</groupId>
<artifactId>NexusAuctionHouse</artifactId>
<version>{VERSION}</version> <!-- Replace this -->
<scope>provided</scope>
</dependency>
For Gradle:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.SynkMC:NexusAuctionHouse:{VERSION}'
}
Versions
Release
2.2.6
Fixed a bug where some auctions would be impossible to purchase and some would be stuck in the AH gui
Release
2.2.4
Hotfix:
- Removed data saving when the plugin crashes (avoids auction wipes)
- Added an error message if the wrong version of NexusCore is present
Release
2.2.3
- Added individualized language picking
- Fixed an error on startup when dependencies are missing
- Added two bStats metrics: Auctions Volume and Money Earned
Release
2.2.2
- Fixed searching
- Fixed retrieved items with full inventory not going to item stash
- Migrated to NexusCore
- Updated AnvilGUI for new versions
- Fixed…
Release
2.2.1
- Added color support to sorts names
- Added a note in sorts.json to give more info about editing this file
- Removed color codes from Discord Webhooks embeds
Release
2.2
- Added min/max price limits
- Added a back button to the player auctions GUI (when opened from the menu)
- Fixed an error when an admin unlists a listing from…
Release
2.1.2
- Fixed a duplication bug
- Fixed the anvil GUI causing errors when opened
- Removed temporary unofficial changes

Comments 0
No comments yet. Be the first to share your thoughts.