Enjoy using NexusAuctionHouse? Discover its premium version here!
A simple and optimized Auction House plugin
The plugin now features a developer API.
The JavaDocs can be found here
<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>
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.SynkMC:NexusAuctionHouse:{VERSION}'
}
Unsupported
Required
Terms for using, modifying and redistributing this product.
26.06.2026 · Modrinth
Centralized more features on Core. Fixed a bug with item sorts.
Screenshots and images from the original Modrinth page.



Published versions and original Modrinth files.
26.06.2026 · 5 164 downloads
Centralized more features on Core. Fixed a bug with item sorts.
05.06.2026 · 5 684 downloads
Fixing API events
31.05.2026 · 1 537 downloads
Small changes regarding the release of NAH+
02.04.2026 · 12 814 downloads
Added 26.1 support
22.01.2026 · 20 121 downloads
Fixed a bug where some auctions would be impossible to purchase and some would be stuck in the AH gui
28.12.2025 · 25 887 downloads
Added 1.21.11 support
19.12.2025 · 16 171 downloads
Hotfix:
- Removed data saving when the plugin crashes (avoids auction wipes)
- Added an error message if the wrong version of NexusCore is present
18.12.2025 · 6 354 downloads
17.12.2025 · 5 983 downloads
19.08.2025 · 11 204 downloads
13.08.2025 · 1 317 downloads
07.08.2025 · 1 204 downloads
03.08.2025 · 864 downloads
Temporary fix to add 1.21.6+ support.
Unsupported on Spigot and Bukkit.
17.06.2025 · 6 261 downloads
05.06.2025 · 1 845 downloads
03.06.2025 · 669 downloads
05.05.2025 · 4 112 downloads
Fixed a bug on events making all related features broken.
29.04.2025 · 1 109 downloads
23.04.2025 · 962 downloads
25.02.2025 · 3 173 downloads
Added a permission to the /ah command.
Note: the players can use the command by default. It is only blocked if the permission is specifically set to false.
14.10.2024 · 2 897 downloads
Adapted the plugin to support SynkLibs 1.7
13.10.2024 · 139 downloads
Changed the command handler to a more optimized solution
13.10.2024 · 123 downloads
Fixed errors and crashes when using certain commands.
12.10.2024 · 147 downloads
10.10.2024 · 192 downloads
29.09.2024 · 213 downloads
31.08.2024 · 350 downloads
Added Vault as plugin dependency to fix loading issues
21.08.2024 · 399 downloads
Initial release. See readme for all informations.