PaperMC / PaperLib

Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading.
MIT License
267 stars 32 forks source link

Instructions for hand compiling the JAR #42

Closed dorrzun closed 3 years ago

dorrzun commented 3 years ago

Hi!

I'm running into some troubles using Maven, likely a PICNIC, but I figured it would be nice to at least request instructions for manually compiling the PaperLib JAR.

kashike commented 3 years ago

We don't use Maven, we use Gradle: ./gradlew build or gradlew.bat build on Windows.