From c3c78be846b781b1c199591e06890b12c825b80e Mon Sep 17 00:00:00 2001 From: Doc Date: Sun, 21 Jun 2026 10:36:55 -0400 Subject: [PATCH 1/3] feat(paper/config): update server.properties for 26.2 --- src/config/paper/server-properties.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/paper/server-properties.yml b/src/config/paper/server-properties.yml index bdf1a686e..1c74f233c 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -15,6 +15,12 @@ broadcast-rcon-to-ops: bug-report-link: default: "" description: "A URL value used for the Report Server Bugs button in the Server Links client menu." +chat-spam-threshold-seconds: + default: "10" + description: "Defines how many seconds worth of chat messages a player must send to be kicked for spamming, where each message increases the counter by 1 second. (To disable this, set to 0)" +command-spam-threshold-seconds: + default: "10" + description: "Defines how many seconds worth of commands a player must send to be kicked for spamming, where each command increases the counter by 1 second. (To disable this, set to 0)" debug: default: "false" description: "Enables the server's debug mode." From 65f6f67a6696df3e74265dfa374925fa8ae213dc Mon Sep 17 00:00:00 2001 From: Pedro <3602279+Doc94@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:29:10 -0400 Subject: [PATCH 2/3] rephrase simple messages Co-authored-by: Strokkur24 --- 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 1c74f233c..2323d3f76 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -17,7 +17,7 @@ bug-report-link: description: "A URL value used for the Report Server Bugs button in the Server Links client menu." chat-spam-threshold-seconds: default: "10" - description: "Defines how many seconds worth of chat messages a player must send to be kicked for spamming, where each message increases the counter by 1 second. (To disable this, set to 0)" + description: "Defines how many messages per second a player must send to be kicked for spamming. To disable this, set to 0." command-spam-threshold-seconds: default: "10" description: "Defines how many seconds worth of commands a player must send to be kicked for spamming, where each command increases the counter by 1 second. (To disable this, set to 0)" From 3f70411d5c6c177ffa3187a185f3bfe4585d224e Mon Sep 17 00:00:00 2001 From: Pedro <3602279+Doc94@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:29:22 -0400 Subject: [PATCH 3/3] rephrase simple commands Co-authored-by: Strokkur24 --- 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 2323d3f76..2a25b39f6 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -20,7 +20,7 @@ chat-spam-threshold-seconds: description: "Defines how many messages per second a player must send to be kicked for spamming. To disable this, set to 0." command-spam-threshold-seconds: default: "10" - description: "Defines how many seconds worth of commands a player must send to be kicked for spamming, where each command increases the counter by 1 second. (To disable this, set to 0)" + description: "Defines how many commands per second a player must send to be kicked for spamming. To disable this, set to 0." debug: default: "false" description: "Enables the server's debug mode."