From 3a989143623c503cbdeb91249eed4e6a7d138e97 Mon Sep 17 00:00:00 2001 From: Biquaternions Date: Sat, 25 Jul 2026 12:13:31 -0500 Subject: [PATCH 1/2] Configurable tps catchup --- src/config/paper/paper-global.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/paper/paper-global.yml b/src/config/paper/paper-global.yml index 615aa4cb4..ae94915bc 100644 --- a/src/config/paper/paper-global.yml +++ b/src/config/paper/paper-global.yml @@ -242,6 +242,11 @@ messages: Whether the server should use the player's display name (set by plugins) or actual name in quit messages misc: + catchup-ticks: + default: "default" + description: >- + Sets the maximum number of ticks the server can speedup after a lag spike. A value of + "default" defaults to 5. Set to 0 to disable the catchup. chat-threads: chat-executor-core-size: default: "-1" From b1bdbaa5a166d6dde6bc4b27d755324c3d4b1543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=91=A9=F0=9D=92=8A=F0=9D=92=92=F0=9D=92=96?= =?UTF-8?q?=F0=9D=92=82=F0=9D=92=95=F0=9D=92=86=F0=9D=92=93=F0=9D=92=8F?= =?UTF-8?q?=F0=9D=92=8A=F0=9D=92=90=F0=9D=92=8F=F0=9D=92=94?= Date: Sat, 25 Jul 2026 12:28:04 -0500 Subject: [PATCH 2/2] Fix double space Co-authored-by: Strokkur24 --- src/config/paper/paper-global.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/paper/paper-global.yml b/src/config/paper/paper-global.yml index ae94915bc..d20401354 100644 --- a/src/config/paper/paper-global.yml +++ b/src/config/paper/paper-global.yml @@ -246,7 +246,7 @@ misc: default: "default" description: >- Sets the maximum number of ticks the server can speedup after a lag spike. A value of - "default" defaults to 5. Set to 0 to disable the catchup. + "default" defaults to 5. Set to 0 to disable the catchup. chat-threads: chat-executor-core-size: default: "-1"