Add anti-flood protection

This commit is contained in:
Gustas
2022-07-12 18:55:57 +03:00
committed by abcdefg30
parent ac623d784a
commit 58fcffa429
4 changed files with 109 additions and 19 deletions

View File

@@ -8,11 +8,6 @@ no-start-until-required-slots-full = Unable to start the game until required slo
no-start-without-players = Unable to start the game with no players.
insufficient-enabled-spawnPoints = Unable to start the game until more spawn points are enabled.
malformed-command = Malformed { $command } command
chat-disabled =
{ $remaining ->
[one] Chat is disabled. Please try again in { $remaining } second.
*[other] Chat is disabled. Please try again in { $remaining } seconds.
}
state-unchanged-ready = Cannot change state when marked as ready.
invalid-faction-selected = Invalid faction selected: { $faction }
supported-factions = Supported values: { $factions }
@@ -91,6 +86,13 @@ game-started = Game started
## Server also LobbyUtils
bots-disabled = Bots Disabled
## PlayerMessageTracker
chat-disabled =
{ $remaining ->
[one] Chat is disabled. Please try again in { $remaining } second.
*[other] Chat is disabled. Please try again in { $remaining } seconds.
}
## ActorEditLogic
duplicate-actor-id = Duplicate Actor ID
enter-actor-id = Enter an Actor ID