[HOTFIX] Fix MRP whitelist auto denying people with any medium severity notes in 14 days (#34532)

* fix mrp whitelist auto denying people with warning

* make headmin requested changes

* godo
This commit is contained in:
ArtisticRoomba
2025-01-21 02:24:50 -08:00
committed by GitHub
parent 671ab10be2
commit 9950648bba

View File

@@ -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