Advertisement
Guest User

Untitled

a guest
Dec 20th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. # The prefix for all messages from ChatManager.
  2. Prefix: '&3&o(ChatManager) &b&o'
  3.  
  4. # The access denied message (Does use the Prefix).
  5. No Access Message: '&cYou do not have access!'
  6.  
  7. # This is the message when someone tries to chat during a Chat Lock (Does use the Prefix).
  8. Chat Locked Message: '&cSorry, %displayname%, but a chat is currently locked!'
  9.  
  10. # This is the message broadcasted when chat becomes locked (Does use the Prefix).
  11. Chat Lock Enable Message: '&3%sender%&b has locked chat!'
  12.  
  13. # This is the message broadcasted when chat becomes unlocked (Does use the Prefix).
  14. Chat Lock Disable Message: '&3%sender%&b has unlocked chat!'
  15.  
  16. # The message broadcasted after chat is cleared (Does use the Prefix).
  17. Clear Chat Message: '&3%displayname%&b has cleared chat!'
  18.  
  19. # The format for /broadcast and /bc (Does not use the Prefix).
  20. Broadcast Format: '&3(ChatManager) &b%msg%'
  21.  
  22. # The format for /staffchat and /sc (Does not use the Prefix).
  23. Staff Chat Format: '&d[SC] %displayname%&d: %msg%'
  24.  
  25. # The format for /CmdSpy (Does not use the Prefix).
  26. Command Spy Format: '&e[CS] %displayname%&e: %msg%'
  27.  
  28. # If set to true, the AntiSwear filter will be enabled. If set to false, it will not be enabled.
  29. Anti Swear Filter: true
  30.  
  31. # If set to true - users will recieve a msg saying they can't swear.
  32. # If set to false - the message will just be cancelled.
  33. Anti Swear Msg Send: true
  34. # Anti Swear Message (Does use the Prefix).
  35. Anti Swear Message: '&c&oPlease do not swear, &4&o%sender%.'
  36.  
  37. # Words to block | Please do not use more than one word per line.
  38.  
  39. Swears:
  40. - Unicorns
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement