From 33b0fa1a901f27be4bbf7fad30706bae0d3820f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Wed, 28 May 2025 23:55:15 +0200 Subject: [PATCH 1/5] Add a note saying `sync-chunk-writes` is noop --- src/config/paper/server-properties.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/paper/server-properties.yml b/src/config/paper/server-properties.yml index a610484c0..9e023d73e 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -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. + See [`system-properties`](/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." From 11b41097f59e07951ee535aabc2099efd0f8d5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Thu, 29 May 2025 00:00:07 +0200 Subject: [PATCH 2/5] condense into one sentence --- src/config/paper/server-properties.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/paper/server-properties.yml b/src/config/paper/server-properties.yml index 9e023d73e..927b71ed5 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -226,8 +226,8 @@ spawn-protection: sync-chunk-writes: default: "true" description: | - Enables synchronous writing of chunk data. Has no effect on Paper by default. - See [`system-properties`](/paper/reference/system-properties/#paperenable-sync-chunk-writes). + Enables synchronous writing of chunk data. Has no effect on Paper by default, + see [`system-properties`](/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." From 8856de756fff3c42944f7f401a850f9cf79017f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Thu, 29 May 2025 12:57:15 +0200 Subject: [PATCH 3/5] Update src/config/paper/server-properties.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matouš Kučera --- src/config/paper/server-properties.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/paper/server-properties.yml b/src/config/paper/server-properties.yml index 927b71ed5..bbde7b76c 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -227,7 +227,7 @@ sync-chunk-writes: default: "true" description: | Enables synchronous writing of chunk data. Has no effect on Paper by default, - see [`system-properties`](/paper/reference/system-properties/#paperenable-sync-chunk-writes). + 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." From 28621a5262f34e92f14f39ee4e3de08d7eb605f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Thu, 29 May 2025 16:58:22 +0200 Subject: [PATCH 4/5] clarify --- src/config/paper/server-properties.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/paper/server-properties.yml b/src/config/paper/server-properties.yml index bbde7b76c..03b20370c 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -226,8 +226,8 @@ spawn-protection: sync-chunk-writes: default: "true" description: | - Enables synchronous writing of chunk data. Has no effect on Paper by default, - see [the system properties reference](/paper/reference/system-properties#paperenable-sync-chunk-writes). + Enables synchronous writing of chunk data. Has no effect on Paper by default, unless the corresponding flag 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." From e2a8a249f658393cfd3e6a51dd7bf63eb315cdd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Thu, 29 May 2025 16:59:36 +0200 Subject: [PATCH 5/5] flag -> system property --- src/config/paper/server-properties.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/paper/server-properties.yml b/src/config/paper/server-properties.yml index 03b20370c..ebbc56f7f 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -226,7 +226,7 @@ spawn-protection: sync-chunk-writes: default: "true" description: | - Enables synchronous writing of chunk data. Has no effect on Paper by default, unless the corresponding flag is also set to true. + 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: ""