A simple auctions plugin where you can sell your items and bid on other items!
Go to file
Ryder Belserion 884392cc4e
Skipped a version
2022-06-16 14:07:43 -04:00
.github/ISSUE_TEMPLATE Delete maven.yml 2022-06-10 23:58:48 -04:00
src/main Update path from me. to com. 2022-06-11 19:45:47 -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 [ci-skip] Update README 2022-06-11 21:02:03 -04:00
pom.xml Skipped a version 2022-06-16 14:07:43 -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:com%2Fbadbones69%2Fcrazyauctions

Maven:

<repository>
    <id>crazycrew-repo-releases</id>
    <name>CrazyCrew Team</name>
    <url>https://repo.badbones69.com/releases</url>
</repository>

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