NeuxsAuctionHouse

The easy auction house plugin you've looked for, and for free!
# NexusAuctionHouse
A simple and optimized Auction House plugin
 
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/khcJymKK5r8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
 
## Requirements 
- Java 8+
- A Minecraft server above 1.7
 
## 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](https://synkdev.cc/storage/javadocs/nah)
 
### Dependency information:
#### For Maven:
```xml
    <repositories>
<repository>
    <id>jitpack.io</id>
</repository>
    </repositories>
 
<dependency>
    <groupId>com.github.SynkMC</groupId>
    <artifactId>NexusAuctionHouse</artifactId>
    <version>1.5.1</version>
    <scope>provided</scope>
</dependency>
```
#### For Gradle:
```groovy
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
 
dependencies {
        implementation 'com.github.SynkMC:NexusAuctionHouse:1.5.1'
}
```

 

The NeuxsAuctionHouse Team

profile avatar
  • 1
    Followers
  • 7
    Projects
  • 959
    Downloads

More from Synk_mc_View all

  • Deathlogger project image

    Deathlogger

    • 220
    • Bukkit Plugins

    Allows you to save player's data when they die (inventory, location, etc...)

    • 220
    • December 5, 2025
    • Bukkit Plugins
    • +1
  • SynkLibs project image

    SynkLibs

    • 252
    • Bukkit Plugins

    The library required to use most of my plugins

    • 252
    • June 3, 2025
    • Bukkit Plugins
  • King's Anvil project image

    King's Anvil

    • 62
    • Bukkit Plugins

    An innovative and competitive minigame to give some more fun to your players!

    • 62
    • October 14, 2024
    • Bukkit Plugins
  • ChatWatchdog project image

    ChatWatchdog

    • 73
    • Bukkit Plugins

    Filter your chat to spook aways swear words!

    • 73
    • October 14, 2024
    • Bukkit Plugins
    • +1
  • Deathlogger project image

    Deathlogger

    • 220
    • Bukkit Plugins

    Allows you to save player's data when they die (inventory, location, etc...)

    • 220
    • December 5, 2025
    • Bukkit Plugins
    • +1
  • SynkLibs project image

    SynkLibs

    • 252
    • Bukkit Plugins

    The library required to use most of my plugins

    • 252
    • June 3, 2025
    • Bukkit Plugins
  • King's Anvil project image

    King's Anvil

    • 62
    • Bukkit Plugins

    An innovative and competitive minigame to give some more fun to your players!

    • 62
    • October 14, 2024
    • Bukkit Plugins
  • ChatWatchdog project image

    ChatWatchdog

    • 73
    • Bukkit Plugins

    Filter your chat to spook aways swear words!

    • 73
    • October 14, 2024
    • Bukkit Plugins
    • +1