Skip to content

Craftserve/CraftservePVP

Repository files navigation

CraftservePVP Build Deploy

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 pvp and specific server implementation
  • pvp-plugin - depends on pvp and all pvp-<version> module(s), compiles the final JAR

We generally follow the Oracle/Sun code conventions.

Compiling

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.