Minecraft server software oriented towards patching Creative Mode exploits.
Go to file
Telesphoreo a148b24dd0
Merge branch 'slime/1.20.4' of https://github.com/AtlasMediaGroup/Scissors into slime/1.20.4
2024-01-10 18:43:43 -06:00
.github/workflows Fix Github actions (#138) 2023-08-26 18:34:07 -05:00
aswm-api changes 2023-10-19 02:03:56 -05:00
aswm-core Slime (#136) 2023-08-26 18:34:07 -05:00
build-data Add missing patch 2022-06-12 01:01:55 -05:00
gradle/wrapper begin 1.20.4 work 2023-12-21 23:42:31 -06:00
licenses Pretty big oversight 2022-06-17 21:34:11 -05:00
patches bruh 2024-01-07 15:32:09 -06:00
submodules Update AdvancedSlimePaper 2024-01-10 18:43:21 -06: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 Fix build issues 2023-12-10 13:18:16 -06:00
.gitmodules i didnt realize i was still on 1.20.2 i'll fix it soon 2023-12-29 12:38:44 -06:00
Jenkinsfile yeah that would explain it 2024-01-10 14:07:00 -06:00
LICENSE.md Add me to MIT author list (#134) 2023-07-31 12:58:48 -05:00
README.md oops 2023-10-20 22:47:01 -05:00
build.gradle.kts begin 1.20.4 work 2023-12-21 23:42:31 -06:00
gradle.properties Update Paper 2024-01-07 15:15:59 -06:00
gradlew begin 1.20.4 work 2023-12-21 23:42:31 -06:00
gradlew.bat Update Paper 2023-03-01 19:48:25 -06:00
settings.gradle.kts Slime (#136) 2023-08-26 18:34:07 -05:00

README.md

Scissors Build Status

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

Note: This will not compile on Windows by default. To make it compile, you need to delete the aswm-core/src and aswm-api/src files. Then open up Command Prompt as an administrator and run the following for the api project: mklink /D C:\full\path\to\project\aswm-api\src C:\full\path\to\project\submodules\AdvancedSlimePaper\api\src. Now, run the same thing again for the core project: mklink /D C:\full\path\to\project\aswm-core\src C:\full\path\to\project\submodules\AdvancedSlimePaper\core\src Make sure you replace the placeholder C:\full\path\to\project with the actual full path to the root project on your local machine. You do not need to do this if you are compiling on macOS or Linux.

Scissors Download

Scissors Javadoc

Scissors Announcements

Scissors General Discussion

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