@Cryen the build script from Paper uses git to apply patches to the repository, so you need to setup git on your system before using it.
You can, however, cd into the directory where the git repository was downloaded and run git config user.email "example@example.com"
and git config user.name "random name"
to have these settings apply to the current repository only.
Pinned Comments
xinayder commented on 2021-12-12 02:50 (UTC) (edited on 2021-12-12 02:53 (UTC) by xinayder)
I have updated the package to the latest Paper sources. I apologize for the time it took to update this package, as I was busy IRL and I ended up ignoring the email I received about the package being outdated.
The resulting jar was renamed from
paperclip.jar
topapermc_server.jar
due to the changes upstream (seems like paperclip is no longer used and one can simply run gradle to produce the server jar) and to provide better compatibility with the versioned package,papermc
.The required java version was also updated to java>=17, reflecting the change from the latest Minecraft version.
xinayder commented on 2020-07-15 13:51 (UTC)
FYI this package doesn't need updating as long as the Paper development team keeps using the master branch for latest Minecraft versions. It should compile without any issues.