Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/by1337/bauction
Auction
https://github.com/by1337/bauction
Last synced: about 2 months ago
JSON representation
Auction
- Host: GitHub
- URL: https://github.com/by1337/bauction
- Owner: By1337
- License: mit
- Created: 2023-11-08T18:25:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-16T03:41:52.000Z (5 months ago)
- Last Synced: 2024-09-16T05:13:12.670Z (5 months ago)
- Language: Java
- Size: 1.15 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BAuction - Compilation Guide
## Prerequisites
Before compiling BAuction, ensure you have the following prerequisites installed on your system:
- JDK 16
- Maven
- BuildTools## Getting BuildTools
1. Download [BuildTools](https://www.spigotmc.org/wiki/buildtools/).2. Complete Spigot JAR for various versions using the following command:
```bash
java -jar BuildTools.jar --rev 1.17.1
```
Execute this operation for the following versions: 1.17.1, 1.18.2, 1.19.4, 1.20.1, 1.20.2, 1.20.4.## Compiling BAuction
1. Clone this repository to your local machine:
```bash
git clone https://github.com/By1337/BAuction.git
```2. Navigate to the project directory:
```bash
cd BAuction
```3. Run the following Maven command to clean and install the project:
```bash
mvn clean install
```## Usage
After successfully compiling BAuction, you can use the generated JAR file in your Spigot server plugin directory.## Contributing
Feel free to contribute to the development of BAuction by submitting issues or pull requests.## License
This project is licensed under the [MIT License](LICENSE).## bStats
[![](https://bstats.org/signatures/bukkit/BAuction.svg)](https://bstats.org/plugin/bukkit/BAuction)
---