diff options
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index a85b68da507..b108f9c7622 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1030,6 +1030,14 @@ ListenRange.Yell = 300 # Default: 0 (join announcement in normal way) # 1 (GM join without announcement) # +# ChannelLevelReq +# The required level of character to be able to write in chat channels +# Default: 1 (From level 1) +# +# AllowPlayerCommands +# Allowed the players to use commands +# Default: 1 (allow) +# ################################################################################################################### ChatFakeMessagePreventing = 0 @@ -1040,6 +1048,8 @@ ChatFlood.MessageDelay = 1 ChatFlood.MuteTime = 10 Channel.RestrictedLfg = 1 Channel.SilentlyGMJoin = 0 +ChannelLevelReq = 1 +AllowPlayerCommands = 1 ################################################################################################################### # GAME MASTER SETTINGS |
