Interface AnticheatRuleConfig

Hierarchy

  • AnticheatRuleConfig

Properties

Properties

The penalty to give a player for breaking this rule.

rules: Record<string, string | number | boolean | AnticheatRuleConfig>

Configuration for each individual sub-rule.

value: string | number | boolean

The value of this rule, a boolean if it's a simple toggle, or an integer or string if it requires more specific configuration.

Generated using TypeDoc