Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
Please notice that you need to authenticate with GitHub Packages (Maven / Gradle) for this to work
<depedencies>
<depedency>
<groupId>net.sourcewriters.minecraft</groupId>
<artifactId>vcompat</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
<dependency>
<depedencies>
plugins {
id 'maven'
}
dependencies {
compileOnly group: 'net.sourcewriters.minecraft', name: 'vcompat', version: '3.0.0'
}
Please use the vCompatUpdater to install vCompat for your plugin. Shading vCompat is not a good idea which is why we created that updater. To see how you can implement it for v2 / v3 of vCompat look at our vCompatExample or at one of the plugins mentioned in Plugins that use vCompat.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - 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 GPLv3 License. See LICENSE
for more information.
@SyntaxPhoenix - support@syntaxphoenix.com
Project Link: https://github.com/SourceWriters/vCompat