A simple auctions plugin where you can sell your items and bid on other items!
Go to file
Ryder Belserion 2b9f1721cd
Fixes #1
2023-01-10 19:32:31 -05:00
.github [ci-skip] Fix command example 2023-01-10 18:55:34 -05:00
build-logic [ci-skip] Java version only accessible via project.extra not extra 2023-01-09 23:02:21 -05:00
common Fixes #1 2023-01-10 19:32:31 -05:00
gradle/wrapper The fun begins. 2023-01-07 02:27:10 -05:00
paper [ci-skip] Update bug report 2023-01-10 14:29:59 -05:00
.gitignore The fun begins. 2023-01-07 02:27:10 -05:00
build.gradle.kts [ci-skip] use rootProject.name 2023-01-10 14:12:51 -05:00
gradle.properties [ci-skip] Github workflows hates these 2023-01-10 01:08:26 -05:00
LICENSE [ci-skip] Update 2022-09-07 18:54:01 -04:00
README.md [ci-skip] Update README 2023-01-07 11:59:16 -05:00
settings.gradle.kts [ci-skip] use rootProject.name 2023-01-10 14:12:51 -05:00


crazyauctions

Contributors Forks Stargazers Issues GPU License Contact CodeFactor

Spigot Paper Purpur

A crates plugin that offers quality crates with ease!
Explore the docs »

Report Bug · Request Feature · Get Support

Table of Contents
  1. Getting Started
  2. Roadmap
  3. Contributing
  4. License
  5. Contact

Downloads

https://modrinth.com/plugin/CrazyAuctions

Snapshot Builds

Get the latest changes before marked as release.

All snapshot builds will be labeled with Beta on Modrinth.

https://modrinth.com/plugin/CrazyAuctions/versions

Getting Started

How to get started with contributing / maintaining your own version of CrazyAuctions!

Prerequisites

A list of things necessary to make sure you can build CrazyAuctions properly.

Installation

  1. Clone the repo
    git clone https://github.com/Crazy-Crew/CrazyAuctions.git
    
  2. Open the repository using Intellij IDEA & wait until it finishes downloading/indexing.
  3. Run the shadowJar task.
    ./gradlew shadowJar
    

Roadmap

Check our public trello board for our current plans, any bugs and general tracking of the project progress. We don't have one.

Step #1) Have something actually working.

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/yourfeature)
  3. Commit your Changes (git commit -m 'your amazing feature.')
  4. Push to the Branch (git push)
  5. Open a Pull Request to add your feature/fix to the main branch.

License

Distributed under the MIT License. See LICENSE for more information.