Merge remote-tracking branch 'upstream/stable' into ed-22-01-2025-double-upstream
# Conflicts: # Content.IntegrationTests/Tests/PostMapInitTest.cs # Content.Server/Administration/Systems/AdminSystem.cs # Content.Server/GameTicking/GameTicker.Spawning.cs # Content.Shared/Preferences/HumanoidCharacterProfile.cs # LICENSE.TXT # Resources/Locale/ru-RU/administration/commands/babyjail.ftl # Resources/Maps/Shuttles/emergency_elkridge.yml # Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml # Resources/Prototypes/Maps/Pools/default.yml
This commit is contained in:
@@ -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