2021-11-03 21:34:49 -07:00
2021-06-12 20:04:04 +02:00
2021-06-12 20:04:04 +02:00
2021-06-12 14:09:34 +02:00
2021-09-24 19:04:22 -07:00
2021-06-12 14:09:34 +02:00
2021-08-24 21:35:00 -07: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.
generateDevelopmentBundle
paperclipJar - Build a runnable paperclip jar
rebuildApiPatches
rebuildPatches
rebuildServerPatches
reobfJar - Re-obfuscate the built jar to obf mappings
runDev - Spin up a non-shaded non-remapped 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:

Description
Minecraft server software oriented towards patching Creative Mode exploits.
Readme 2.9 MiB
Languages
Text 100%