@@ -12,20 +12,20 @@
|
||||
range: 30 # 30 days
|
||||
action: Deny
|
||||
includeSecret: false
|
||||
- !type:ConditionNotesPlaytimeRange # Deny for >=2 medium severity notes in the last 14 days
|
||||
- !type:ConditionNotesPlaytimeRange # Deny for >=3 medium severity notes in the last 90 days
|
||||
includeExpired: false
|
||||
minimumSeverity: 2 # Medium
|
||||
minimumNotes: 1
|
||||
range: 14 # 14 Days
|
||||
action: Deny
|
||||
includeSecret: false
|
||||
- !type:ConditionNotesPlaytimeRange # Deny for >=3 low severity notes in the last 14 days
|
||||
includeExpired: false
|
||||
minimumSeverity: 1 # Low
|
||||
minimumNotes: 3
|
||||
range: 14 # 14 Days
|
||||
range: 90 # 90 Days
|
||||
action: Deny
|
||||
includeSecret: false
|
||||
# - !type:ConditionNotesPlaytimeRange # Deny for >=3 low severity notes in the last 14 days
|
||||
# includeExpired: false
|
||||
# minimumSeverity: 1 # Low
|
||||
# minimumNotes: 3
|
||||
# range: 14 # 14 Days
|
||||
# action: Deny
|
||||
# includeSecret: false
|
||||
- !type:ConditionManualWhitelistMembership # Allow whitelisted players
|
||||
action: Allow
|
||||
- !type:ConditionPlayerCount # Allow when <= 15 players are online
|
||||
|
||||
Reference in New Issue
Block a user