Skip to main content

Contributing

Contributions to the documentation or the plugin itself are always appreciated.

Contributing to the plugin

The source code for the plugin can be found in our GitHub repository. Fork and clone the repository and run ./gradlew build on Linux or gradlew.bat build on Windows to build the plugin from source. The artifact named VaroPlugin-5.x.x.jar is then located in ./build/libs. You can install this as you would any other Bukkit plugin. Note that while using the plugin on a server only requires Java 8, Java 21 is required when building the plugin from source.

Once you are able to build the plugin, you can make your changes, push them to your fork and create a pull request.

If you don't know Git or GitHub, feel free to ask for help on our Discord.

Contributing to the documentation

The source for this documentation is located here. You can just fork the repository, make your changes there and create a pull request afterwards. The relevant Markdown files are located in a directory called docs.