Config File

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This is the default config for Chatty

# The number of characters that the silencer will register when a player's name is said. Min 3, Max 6
charReq: 3

# Block messages or not when the chat is silenced.
blockMessages: true

# Block join messages or not.
blockJoinMessages: true

# Block quit messages or not.
blockQuitMessages: true

# Block death messages or not.
blockDeathMessages: true

# Unmute chat when a player chats or not.
unmuteChatOnChat: true

# Turn off SocialSpy and CommandSpy when the player quits.
disableSpyOnQuit: true

# Can player's send messages to others when they are muted?
allowMsgsOnMute: true