PVP modifications for Minecraft Java Edition made by Craftserve.
The project consists of few Maven modules:
pvp
- the plugin itself, contains almost all the codepvp-<version>
- NMS adapter for specific version of the server, depends onpvp
and specific server implementationpvp-plugin
- depends onpvp
and allpvp-<version>
module(s), compiles the final JAR
We generally follow the Oracle/Sun code conventions.
We use Apache Maven to handle our dependencies. Run mvn clean install
to compile. Your local Maven repository must contain specific server implementation artifacts. Look POM files in NMS adapters (pvp-<version>
) for details. Final JAR will be located in the pvp-plugin
module.