Minecraft server software oriented towards patching Creative Mode exploits.
Go to file
Video 77cc5f291f Better handling of invalid JSON components
This commit has some behavioral changes!

An issue regarding the treatment of invalid JSON components was raised this morning. This commit changes the behavior for many things using the component system to instead replace the invalid JSON with text saying "** Invalid JSON Component **". Some things will not do this (e.g. the conversion process).

Here's a list of things that are affected by this change:
- Hover event components (specifically, the show_entity action)
- NBT components
- Entity names
- Beacons
- Enchantment tables
- Scoreboard save data loading
2022-03-28 15:17:49 -06:00
.github/workflows Update upstream & paperweight to 1.2.0 2021-11-16 21:27:00 -08:00
build-data Add NBT to dev imports 2022-03-26 21:31:26 -05:00
gradle/wrapper update paperweight, gradle wrapper, and shadow 2021-12-23 19:56:45 -08:00
patches Better handling of invalid JSON components 2022-03-28 15:17:49 -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 Downgrade to 1.17.1 + Rebrand 2022-03-12 22:39:38 -03:00
build.gradle.kts Downgrades Paperclip to 2.0.1 2022-03-20 06:32:37 -06:00
gradle.properties Downgrade to 1.17.1 + Rebrand 2022-03-12 22:39:38 -03:00
gradlew Update Gradle wrapper to 7.2 2021-09-24 19:04:22 -07:00
gradlew.bat Initial 2021-06-12 14:09:34 +02:00
README.md Update README.md 2022-03-23 23:54:11 -05:00
settings.gradle.kts Downgrade to 1.17.1 + Rebrand 2022-03-12 22:39:38 -03:00

Scissors

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.