Skip to content
Merged
Changes from all 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
4 changes: 3 additions & 1 deletion src/config/paper/server-properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ spawn-protection:
at least 1 operator to be enabled.
sync-chunk-writes:
default: "true"
description: "Enables synchronous writing of chunk data."
description: |
Enables synchronous writing of chunk data. Has no effect on Paper by default, unless the corresponding system property is also set to true.
See [the system properties reference](/paper/reference/system-properties#paperenable-sync-chunk-writes).
text-filtering-config:
default: ""
description: "The path to the text filtering configuration file. Leave blank to disable text filtering."
Expand Down