feat(Core/Player): Implement player specific settings (#9483)

This commit is contained in:
Skjalf
2021-12-26 08:39:15 -03:00
committed by GitHub
parent d2950b21b9
commit 58302e4196
19 changed files with 381 additions and 8 deletions

View File

@@ -2544,6 +2544,13 @@ AutoBroadcast.Center = 0
AutoBroadcast.Timer = 60000
#
# AutoBroadcast.MinDisableLevel
# Description: Minimum level required to disable autobroadcast announcements if EnablePlayerSettings option is enabled.
# Default: 0 - (Not allowed to disable it)
AutoBroadcast.MinDisableLevel = 0
#
###################################################################################################
@@ -3599,6 +3606,14 @@ LFG.MaxKickCount = 2
LFG.KickPreventionTimer = 900
#
# EnablePlayerSettings
# Description: Enables the usage of character specific settings.
# Default: 0 - Disabled
# 1 - Enabled
EnablePlayerSettings = 0
#
###################################################################################################