Custom Car Manager is no longer supported! The incomplete Content Manager rewrite in Rust can be found on the content-manager branch. The functionallity of both has since been added to Vortex.
Report Bugs · Request Features
Usage instructions can be found on the Wiki.
To compile dv-custom-car-manager, you need JDK 17 or higher and an internet connection.
Clone this repo, then run ./gradlew build
from your terminal.
You can find the compiled jar in the build/libs
directory.
If you'd like the executable, it can be found in the build/launch4j
directory.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Make your changes.
- Stage your changes (
git add .
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE
for more information.