A simple auctions plugin where you can sell your items and bid on other items!
Go to file
Ryder Belserion c9a0e63346
oops
2022-06-10 23:31:59 -04:00
.github oops 2022-06-10 23:31:59 -04:00
src/main Grammer changes 2022-04-07 22:05:32 -04:00
.gitignore Updated MC version. 2020-11-08 01:02:00 -05:00
LICENSE Create LICENSE 2018-10-03 12:19:25 -04:00
README.md Update README.md 2022-06-06 15:14:39 -04:00
pom.xml Updated Spigot in POM 2022-04-07 22:05:26 -04:00

README.md

Crazy Auctions - Issues tab has been disabled, A rewrite is pending.

Source Code for Crazy Auctions

Build Status:

Build Status

Latest Version:

Latest Version

Support:

https://discord.com/invite/MCuz8JG/

Jenkins:

https://jenkins.badbones69.com/job/Crazy-Auctions/

Nexus:

https://nexus.badbones69.com/#browse/browse:maven-releases:me%2Fbadbones69%2Fcrazyauctions

Maven:

<repository>
    <id>nexus</id>
    <url>https://nexus.badbones69.com/repository/maven-releases/</url>
</repository>

<dependency>
    <groupId>me.badbones69</groupId>
    <artifactId>crazyauctions</artifactId>
    <version>{Latest Version}</version>
</dependency>