Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.10
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 8 months ago
Updated 12 hours ago
NexusAuctionHouse
A simple and optimized Auction House plugin
Requirements
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 <price> - 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
Features
- Searching
- Sorting
- Admin control
- Listing fee
- Expiry
- Logging for admins
- Item banning
- Webhook notifications
- Slots cap customization
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:1.5'
}