elian1203 / ezAuctions

A simple, text-based auction plugin based on the Spigot Minecraft server software
https://www.spigotmc.org/resources/ezauctions.42574/
GNU General Public License v3.0
4 stars 4 forks source link
auctions bukkit paper plugins spigot

ezAuctions

build status CodeFactor
Spigot Page: https://www.spigotmc.org/resources/ezauctions.42574/

A simple, text-based auction plugin

Based off of floAuction & Auctions

Plugin Dependencies

This plugin requires your server to have Vault installed. If you do not have it installed, it can be found here.

Developers

Elian, Silverwolfg11

Building

Clone the project from GitHub, then run mvn clean package in your terminal at the project directory to build the project.

API

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.