A fork of Paper 1.7 with changes (optimizations, 1.8 client interaction, Hologram API & features).
To build nPaper, the following will need to be installed and available from your shell:
<repositories>
<repository>
<id>github-sathonay-nPaper</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/sathonay/nPaper</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.sathonay.npaper</groupId>
<artifactId>npaper</artifactId>
<version>1.7.10-R0.1-SNAPSHOT</version>
</dependency>
</dependencies>