Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/config/paper/server-properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down