Minecraft server software oriented towards patching Creative Mode exploits.
Go to file
2022-04-22 02:05:48 -05:00
.github/workflows Update upstream & paperweight to 1.2.0 2021-11-16 21:27:00 -08:00
build-data Reject oversized components from updating + removes unnecessary imports from dev-imports.txt 2022-03-28 17:13:43 -06:00
gradle/wrapper update paperweight, gradle wrapper, and shadow 2021-12-23 19:56:45 -08:00
patches/server This is it, all patches applied 2022-04-22 02:03:09 -05:00
.editorconfig its working now 2021-06-12 20:04:04 +02:00
.gitattributes its working now 2021-06-12 20:04:04 +02:00
.gitignore Downgrade to 1.17.1 + Rebrand 2022-03-12 22:39:38 -03:00
build.gradle.kts Update Paper 2022-04-22 00:09:47 -05:00
gradle.properties Update Paper 2022-04-22 00:09:47 -05:00
gradlew Update Gradle wrapper to 7.2 2021-09-24 19:04:22 -07:00
gradlew.bat Initial 2021-06-12 14:09:34 +02:00
Jenkinsfile Update Jenkinsfile 2022-04-19 19:38:51 -05:00
README.md Update README 2022-04-21 20:45:48 -07:00
settings.gradle.kts Downgrade to 1.17.1 + Rebrand 2022-03-12 22:39:38 -03:00

ForkTest - A Paper fork, using paperweight

This is an example project, showcasing how to setup a fork of Paper (or any other fork using paperweight), using paperweight.

The files of most interest are

  • build.gradle.kts
  • settings.gradle.kts
  • gradle.properties

Tasks

Paperweight tasks
-----------------
applyApiPatches
applyPatches
applyServerPatches
cleanCache - Delete the project setup cache and task outputs.
createMojmapBundlerJar - Build a runnable bundler jar
createMojmapPaperclipJar - Build a runnable paperclip jar
createReobfBundlerJar - Build a runnable bundler jar
createReobfPaperclipJar - Build a runnable paperclip jar
generateDevelopmentBundle
rebuildApiPatches
rebuildPatches
rebuildServerPatches
reobfJar - Re-obfuscate the built jar to obf mappings
runDev - Spin up a non-relocated Mojang-mapped test server
runReobf - Spin up a test server from the reobfJar output jar
runShadow - Spin up a test server from the shadowJar archiveFile

Branches

Each branch of this project represents an example: