A simple auctions plugin where you can sell your items and bid on other items!
Go to file
BadBones69 4e11b2b302 Writable and Written books now have a 2k character limit.
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.
2020-05-21 03:49:47 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2020-03-05 16:20:14 -05:00
src/main Writable and Written books now have a 2k character limit. 2020-05-21 03:49:47 -04:00
.gitignore v1.2.5 Update 2018-06-07 22:49:12 -04:00
LICENSE Create LICENSE 2018-10-03 12:19:25 -04:00
pom.xml Added deploy for repo. 2020-04-19 03:31:33 -04:00
README.md Update README.md 2020-04-21 01:44:23 -04:00

Crazy Auctions

Source Code for Crazy Auctions

Build Status:

Build Status

Latest Version:

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>