From e306bb0ef13e3a9e81140f02ecd73921651b47fe Mon Sep 17 00:00:00 2001 From: Doc Date: Sun, 26 Apr 2026 11:35:33 -0400 Subject: [PATCH 1/2] feat(paper) document world config for unsupported-settings.ticking --- src/config/paper/paper-world-defaults.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/config/paper/paper-world-defaults.yml b/src/config/paper/paper-world-defaults.yml index 0267448a9..73fc59dd2 100644 --- a/src/config/paper/paper-world-defaults.yml +++ b/src/config/paper/paper-world-defaults.yml @@ -1140,3 +1140,12 @@ unsupported-settings: description: >- If set to false, the creation of invulnerable end crystals will be allowed. Fixes [MC-108513](https://bugs.mojang.com/browse/MC-108513) + ticking: + chunks: + default: "true" + description: >- + Controls whether the server ticks chunks. + block-entities: + default: "true" + description: >- + Controls whether the server ticks block entities. From 736aaeb1b710358ab529064c2c41432cbef9f81a Mon Sep 17 00:00:00 2001 From: Doc Date: Sun, 26 Apr 2026 14:08:05 -0400 Subject: [PATCH 2/2] feat(paper): improvement desc for unsupported-settings.ticking.chunks --- src/config/paper/paper-world-defaults.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/paper/paper-world-defaults.yml b/src/config/paper/paper-world-defaults.yml index 73fc59dd2..fd82ddeec 100644 --- a/src/config/paper/paper-world-defaults.yml +++ b/src/config/paper/paper-world-defaults.yml @@ -1144,7 +1144,8 @@ unsupported-settings: chunks: default: "true" description: >- - Controls whether the server ticks chunks. + Controls whether the server ticks chunks. This includes mob spawning, + random block ticking, thunder, and ice and snow creation. block-entities: default: "true" description: >-