Skip to content

Commit 3af6fe8

Browse files
authored
feat(paper): remove unsupported-settings.compression-format (#757)
also mention a replacement for still use the gzip compression
1 parent 1678571 commit 3af6fe8

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/config/paper/paper-global.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -489,12 +489,6 @@ unsupported-settings:
489489
possible, for example sand duplication. This
490490
setting is not recommended to be enabled, but is provided for those who
491491
wish to use it.
492-
compression-format:
493-
default: ZLIB
494-
description: >-
495-
Allows the server to customize the format of saved region files. This
496-
supports ZLIB, GZIP, LZ4 and NONE, where None namely allows for compression to
497-
be disabled
498492
oversized-item-component-sanitizer:
499493
dont-sanitize:
500494
vanilla: "[minecraft:container, minecraft:charged_projectiles, minecraft:bundle_contents]"

src/config/paper/server-properties.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ rcon.port:
212212
region-file-compression:
213213
default: "deflate"
214214
description: >
215-
Specifies the compression type used to compress region files. Possible values are: "deflate", "lz4" and "none".
215+
Specifies the compression type used to compress region files. Possible values are: "deflate", "lz4", "none" and "gzip" (only available on Paper).
216216
If set to "none", region files will take up significantly more disk space, but it might make sense together with filesystem-level compression.
217217
require-resource-pack:
218218
default: "false"

0 commit comments

Comments
 (0)