2025-01-13 23:07:07 -05:00
2024-12-21 13:55:34 -08:00
2024-12-17 19:19:57 -08:00
2024-12-21 01:06:32 -08:00
2024-12-14 20:06:02 -07:00
2024-12-21 01:06:32 -08:00
2024-12-14 20:06:02 -07:00

Things I've found while just trying to get this to work:

  • If you've made an update to either of the build.gradle.kts files in api or server, run ./gradlew rebuildPaperSingleFilePatches after adding to git (no commit)
  • To create a file patch:
    • Make the changes you need and have no other staged changes
    • cd paper-api or paper-server
    • git add .
    • git commit --ammend
      • This ammends it to the specific 'File Patch Commit'
    • ./gradlew rebuildPaper<Api/Server>FilePatches
Description
ParchmentMC Repository Backup
Readme 1.2 MiB
Languages
Java 100%