2022-04-22 07:07:24 +00:00
|
|
|
# Scissors
|
2021-06-12 18:08:10 +00:00
|
|
|
|
2022-04-22 07:07:24 +00:00
|
|
|
Scissors is a fork of Paper that aims to fix exploits possible in Creative Mode. Many of these exploits are ones that
|
|
|
|
Paper's own team has either refused to fix or would have.
|
2021-06-12 18:08:10 +00:00
|
|
|
|
|
|
|
## Tasks
|
|
|
|
```
|
|
|
|
Paperweight tasks
|
|
|
|
-----------------
|
2021-08-25 04:21:42 +00:00
|
|
|
applyApiPatches
|
2021-06-12 18:08:10 +00:00
|
|
|
applyPatches
|
2021-08-25 04:21:42 +00:00
|
|
|
applyServerPatches
|
2021-06-12 18:08:10 +00:00
|
|
|
cleanCache - Delete the project setup cache and task outputs.
|
2022-04-22 03:45:48 +00:00
|
|
|
createMojmapBundlerJar - Build a runnable bundler jar
|
|
|
|
createMojmapPaperclipJar - Build a runnable paperclip jar
|
|
|
|
createReobfBundlerJar - Build a runnable bundler jar
|
|
|
|
createReobfPaperclipJar - Build a runnable paperclip jar
|
2021-08-25 04:21:42 +00:00
|
|
|
generateDevelopmentBundle
|
|
|
|
rebuildApiPatches
|
2021-06-12 18:08:10 +00:00
|
|
|
rebuildPatches
|
2021-08-25 04:21:42 +00:00
|
|
|
rebuildServerPatches
|
|
|
|
reobfJar - Re-obfuscate the built jar to obf mappings
|
2022-04-22 03:45:48 +00:00
|
|
|
runDev - Spin up a non-relocated Mojang-mapped test server
|
2021-08-25 04:21:42 +00:00
|
|
|
runReobf - Spin up a test server from the reobfJar output jar
|
2021-06-12 18:08:10 +00:00
|
|
|
runShadow - Spin up a test server from the shadowJar archiveFile
|
|
|
|
```
|