aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-27 16:10:15 +0100
committern0n4m3 <none@none>2009-12-27 16:10:15 +0100
commitd82d10ff3664edbe4cf534563865b6c9b14f40da (patch)
treecd18b75c7c077e82603d3da0d59be8f43cb834bf /src/trinitycore
parent7e2855f53b7b0aaddc9739c95d12d01c5a103fda (diff)
Added new config options chat channel level limit, option to disable player commands of any kind
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist10
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