mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-01 04:37:09 +00:00
27 lines
1020 B
Markdown
27 lines
1020 B
Markdown
# Scissors [![Build Status](https://ci.scissors.gg/job/Scissors/job/1.18.2/badge/icon)](https://ci.scissors.gg/job/Scissors/job/1.18.2/)
|
|
|
|
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.
|
|
|
|
## 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
|
|
```
|