A simple auctions plugin where you can sell your items and bid on other items!
Go to file
BadBones69 07ae647303 Fixed core issue of book errors.
Fixed:
- Writable and written books that contained illegal unicode that SnakeYAML (inside Spigot/Bukkit) could not save caused an big error. This fixes it by saving to a new Test-File.yml and checks if it was able to be saved and if not denies that book.
2020-06-08 01:30:56 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2020-03-05 16:20:14 -05:00
src/main Fixed core issue of book errors. 2020-06-08 01:30:56 -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
README.md Update README.md 2020-04-21 01:44:23 -04:00
pom.xml Fixed core issue of book errors. 2020-06-08 01:30:56 -04:00

README.md

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>