#
###################################################################################################
+
+###################################################################################################
+# WORLD CHAT
+#
+# World_Chat.Enable
+# Description: Enables the script World_Chat on server. (这个地方就是控制是否开启世界喊话)
+# Default: 0 - (Disabled)
+# 1 - (Enabled)
+# World_Chat.MinLength
+# Description: Minimum characters to use the chat. (每次世界喊话输入的最少的字符数)
+# Example: if 1, will need at least 1 character. (如果设置1,那么最少1个字符)
+# World_Chat.MuteTime
+# Description: MuteTime(in seconds) after use the chat, avoids the flood.(设置每次喊话的时间间隔。避免刷频)
+# Default: 0 - (Disabled)
+# Example: if 1, will get 1 second mutetime.
+
+World_Chat.Enable = 1
+World_Chat.MinLength = 3
+World_Chat.MuteTime = 5
+
+#
+###################################################################################################
--
1.8.1.msysgit.1