PVP modifications for Minecraft Java Edition made by Craftserve.
The project consists of few Maven modules:
- pvp- the plugin itself, contains almost all the code
- pvp-<version>- NMS adapter for specific version of the server, depends on- pvpand specific server implementation
- pvp-plugin- depends on- pvpand all- pvp-<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.