2022-10-11 22:45:15 +02:00
|
|
|
<br />
|
2020-02-26 19:06:56 +01:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
[![CrazyAuctions](https://raw.githubusercontent.com/RyderBelserion/Assets/main/crazycrew/banners/CrazyAuctions.png)](https://www.spigotmc.org/resources/crazy-crates.17599/)
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
<div align="center">
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
[![Contributors][contributors-shield]][contributors-url]
|
|
|
|
[![Forks][forks-shield]][forks-url]
|
|
|
|
[![Stargazers][stars-shield]][stars-url]
|
|
|
|
[![Issues][issues-shield]][issues-url]
|
|
|
|
[![GPU License][license-shield]][license-url]
|
|
|
|
[![Contact][discord-shield]][discord-url]
|
|
|
|
![CodeFactor][codefactor-shield]
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
<a href="/#"><img src="https://raw.githubusercontent.com/intergrav/devins-badges/v2/assets/cozy/unsupported/spigot_64h.png" height="50"></a>
|
|
|
|
<a href="/#"><img src="https://raw.githubusercontent.com/intergrav/devins-badges/v2/assets/cozy/supported/paper_64h.png" height="50"></a>
|
|
|
|
<a href="/#"><img src="https://raw.githubusercontent.com/intergrav/devins-badges/v2/assets/cozy/supported/purpur_64h.png" height="50"></a>
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
<p align="center">
|
2022-11-05 05:57:33 +01:00
|
|
|
A simple auctions plugin where you can sell your items and bid on other items!
|
2022-10-11 22:45:15 +02:00
|
|
|
<br />
|
|
|
|
<a href="https://github.com/Crazy-Crew/CrazyAuctions/wiki"><strong>Explore the docs »</strong></a>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<a href="https://github.com/Crazy-Crew/CrazyAuctions/issues">Report Bug</a>
|
|
|
|
·
|
|
|
|
<a href="https://github.com/Crazy-Crew/CrazyAuctions/discussions/categories/feature-rquests">Request Feature</a>
|
|
|
|
·
|
|
|
|
<a href="https://github.com/Crazy-Crew/CrazyAuctions/discussions/categories/support">Get Support</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- TABLE OF CONTENTS -->
|
|
|
|
<details>
|
|
|
|
<summary>Table of Contents</summary>
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
<a href="#getting-started">Getting Started</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="#prerequisites">Prerequisites</a></li>
|
|
|
|
<li><a href="#installation">Installation</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li><a href="#roadmap">Roadmap</a></li>
|
|
|
|
<li><a href="#contributing">Contributing</a></li>
|
|
|
|
<li><a href="#license">License</a></li>
|
|
|
|
<li><a href="#contact">Contact</a></li>
|
|
|
|
</ol>
|
|
|
|
</details>
|
2022-07-08 02:10:11 +02:00
|
|
|
|
|
|
|
## Downloads
|
2022-10-11 22:45:15 +02:00
|
|
|
#### Stable Builds
|
2022-10-11 22:52:11 +02:00
|
|
|
https://modrinth.com/plugin/crazyauctions ( Soon )
|
2022-10-11 22:45:15 +02:00
|
|
|
|
|
|
|
#### Beta Builds
|
|
|
|
https://ci.badbones69.com/view/Beta/job/CrazyAuctions-Beta/
|
|
|
|
|
|
|
|
## 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.
|
|
|
|
* Intellij IDEA
|
|
|
|
* https://www.jetbrains.com/idea/download/
|
|
|
|
* Gradle
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
|
|
1. Clone the repo
|
|
|
|
```sh
|
|
|
|
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.
|
|
|
|
```gradle
|
2022-11-05 05:57:33 +01:00
|
|
|
./gradlew shadowJar or gradle shadowJar
|
2022-10-11 22:45:15 +02:00
|
|
|
```
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
## Roadmap
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
Check our public [trello board](https://trello.com/b/bzQ5TwXo) for our current plans, any bugs and general tracking of the project progress.
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
## Contributing
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
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
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
## License
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
Distributed under the MIT License. See [`LICENSE`](/LICENSE) for more information.
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
[discord-shield]: https://img.shields.io/discord/182615261403283459.svg?style=for-the-badge
|
|
|
|
[discord-url]: https://discord.gg/crazycrew
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-10-11 22:45:15 +02:00
|
|
|
[contributors-shield]: https://img.shields.io/github/contributors/Crazy-Crew/CrazyAuctions.svg?style=for-the-badge
|
|
|
|
[contributors-url]: https://github.com/Crazy-Crew/CrazyAuctions/graphs/contributors
|
|
|
|
[forks-shield]: https://img.shields.io/github/forks/Crazy-Crew/CrazyAuctions.svg?style=for-the-badge
|
|
|
|
[forks-url]: https://github.com/Crazy-Crew/CrazyAuctions/network/members
|
|
|
|
[stars-shield]: https://img.shields.io/github/stars/Crazy-Crew/CrazyAuctions.svg?style=for-the-badge
|
|
|
|
[stars-url]: https://github.com/Crazy-Crew/CrazyAuctions/stargazers
|
|
|
|
[issues-shield]: https://img.shields.io/github/issues/Crazy-Crew/CrazyAuctions.svg?style=for-the-badge
|
|
|
|
[issues-url]: https://github.com/Crazy-Crew/CrazyAuctions/issues
|
|
|
|
[license-shield]: https://img.shields.io/github/license/Crazy-Crew/CrazyAuctions.svg?style=for-the-badge
|
|
|
|
[license-url]: https://github.com/Crazy-Crew/CrazyAuctions/blob/master/LICENSE.MD
|
2022-07-08 02:10:11 +02:00
|
|
|
|
2022-11-05 05:57:33 +01:00
|
|
|
[codefactor-shield]: https://img.shields.io/codefactor/grade/github/crazy-crew/CrazyAuctions/main?style=for-the-badge
|