mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-22 11:55:12 +01:00
A simple auctions plugin where you can sell your items and bid on other items!
4e11b2b302
Fixed: - When trying to sell a book that has a huge character amount it causes an error in console and creates a dup bug. A limit of 2k characters has been added to help prevent this. Note: If this seems to high or low it will be changed later. Added: - New Book-Not-Allowed message in the Messages.yml. Removed: - Written book was removed from the blacklist as this should fix any issue they caused. |
||
---|---|---|
.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>