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
Умови використання, зміни та поширення цього товару.
26.06.2026 · Modrinth
Centralized more features on Core. Fixed a bug with item sorts.
Скриншоти та зображення з оригінальної сторінки Modrinth.



Опубліковані версії та оригінальні файли Modrinth.
26.06.2026 · 5 164 завантаження
Centralized more features on Core. Fixed a bug with item sorts.
05.06.2026 · 5 684 завантаження
Fixing API events
31.05.2026 · 1 537 завантаження
Small changes regarding the release of NAH+
02.04.2026 · 12 814 завантаження
Added 26.1 support
22.01.2026 · 20 121 завантаження
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 завантаження
Added 1.21.11 support
19.12.2025 · 16 171 завантаження
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 завантаження
17.12.2025 · 5 983 завантаження
19.08.2025 · 11 204 завантаження
13.08.2025 · 1 317 завантаження
07.08.2025 · 1 204 завантаження
03.08.2025 · 864 завантаження
Temporary fix to add 1.21.6+ support.
Unsupported on Spigot and Bukkit.
17.06.2025 · 6 261 завантаження
05.06.2025 · 1 845 завантаження
03.06.2025 · 669 завантаження
05.05.2025 · 4 112 завантаження
Fixed a bug on events making all related features broken.
29.04.2025 · 1 109 завантаження
23.04.2025 · 962 завантаження
25.02.2025 · 3 173 завантаження
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 завантаження
Adapted the plugin to support SynkLibs 1.7
13.10.2024 · 139 завантаження
Changed the command handler to a more optimized solution
13.10.2024 · 123 завантаження
Fixed errors and crashes when using certain commands.
12.10.2024 · 147 завантаження
10.10.2024 · 192 завантаження
29.09.2024 · 213 завантаження
31.08.2024 · 350 завантаження
Added Vault as plugin dependency to fix loading issues
21.08.2024 · 399 завантаження
Initial release. See readme for all informations.