nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

NexusDev Network

🎉 GRAND OPENING: NexusDev Network!

Join our brand new Minecraft network!

Featuring cutting-edge custom gamemodes:

⚔️ Arc Raiders | 🏛️ Civ 7 | 💀 SMP Hardcore | 🤠 Wild West RP

Server IP: mc.nexusdev.cc

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
  • /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}'
	}

Real-time statistics powered by bStats

bStats Servers

Trusted by networks worldwide • Updates every 30 minutes

External resources


Project members

Nexus Development Studio

Nexus Development Studio

Organization

Synk_

Developer

Riddles

Member


Technical information

License
Project ID