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."