Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/config/paper/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,13 @@ unsupported-settings:
Allows the server to customize the format of saved region files. This
supports ZLIB, GZIP, LZ4 and NONE, where None namely allows for compression to
be disabled
oversized-item-component-sanitizer:
dont-sanitize:
default: "[]"
description: >-
This setting defines which item data components shouldn't be sanitized in oversized item obfuscation.
Changing this re-enables exploits, but may be needed for certain resource packs.
Possible values: `minecraft:container`, `minecraft:charged_projectiles`, `minecraft:bundle_contents`
perform-username-validation:
vanilla: "false"
default: "true"
Expand Down