Interface AnticheatPenalty

Hierarchy

  • AnticheatPenalty

Properties

action?: "disconnect" | "ban" | "ignore"

The action that should be applied on this user for breaking this rule.

banAfterXDisconnects?: number

The number of general disconnects the player should have to have had for breaking this rule until they are banned.

banDuration?: number

The length, in seconds, of how long to ban a player for breaking this rule.

disconnectMessage?: string

The message to give this player when disconnecting or banning this player.

strikes?: number

The number of strikes that this user has before they are penalised.

Generated using TypeDoc