Skip to content
forked from PaperMC/Paper-1.7

nPaper is a fork of 1.7 paperspigot, with some fixes & optimizations

Notifications You must be signed in to change notification settings

sathonay/nPaper

 
 

Repository files navigation

nPaper

A fork of Paper 1.7 with changes (optimizations, 1.8 client interaction, Hologram API & features).

Requirements

To build nPaper, the following will need to be installed and available from your shell:

Maven

<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>

Retired Contributors

About

nPaper is a fork of 1.7 paperspigot, with some fixes & optimizations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%