mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-15 01:31:43 +01:00
A simple auctions plugin where you can sell your items and bid on other items!
Even with illegalstack installed players are able to use mods to list an invalid book on the AH to crash it. Ie the ah will no longer open for others until written books are added to the blacklist |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
src/main | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
Crazy Auctions
Source Code for Crazy Auctions
Build Status:
Latest Version:
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>