Spigot Page: https://www.spigotmc.org/resources/ezauctions.42574/
A simple, text-based auction plugin
Based off of floAuction & Auctions
This plugin requires your server to have Vault installed. If you do not have it installed, it can be found
here.
Elian, Silverwolfg11
Clone the project from GitHub, then run mvn clean package in your terminal at the project directory to build the project.
To depend on this plugin in your own project, add the following to your maven / gradle project.
Repository:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
Dependency:
<dependency>
<groupId>com.github.elian1203</groupId>
<artifactId>ezAuctions</artifactId>
<version>2.0.0</version>
</dependency>
You can view API usage here.