mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-01 04:37:09 +00:00
41 lines
1.9 KiB
Markdown
41 lines
1.9 KiB
Markdown
# Scissors [![Build Status](https://ci.plex.us.org/job/Scissors/job/slime%252F1.20.2/badge/icon)](https://ci.plex.us.org/job/Scissors/job/slime%252F1.20.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.
|
|
|
|
All SWM patches/SWM API belongs to [AdvancedSlimePaper and InfernalSuite](https://github.com/InfernalSuite/AdvancedSlimePaper)
|
|
|
|
Note: This will not compile on Windows by default. To make it compile, you need to go to the `aswm-api/src`
|
|
and `aswm-core/src` files and replace the default paths with the **full path** to
|
|
the `submodules/AdvancedSlimePaper/api` and `submodules/AdvancedSlimePaper/core` on your local machine. This does not
|
|
need to be done on macOS or Linux. Example: `../submodules/AdvancedSlimePaper/api/src`
|
|
becomes `C:/Users/telesphoreo/IdeaProjects/Scissors-slime-1.20.2/submodules/AdvancedSlimePaper/api/src`
|
|
|
|
## Links
|
|
### [Scissors Download](https://ci.plex.us.org/job/Scissors)
|
|
### [Scissors Javadoc](https://javadoc.scissors.gg/1.20.1)
|
|
### [Scissors Announcements](https://totalfreedom.tf/forums/scissors-announcements.55)
|
|
### [Scissors General Discussion](https://totalfreedom.tf/forums/scissors-discussion.56/)
|
|
|
|
## 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
|
|
```
|