Advertisement
Guest User

EssentialsChat

a guest
Mar 19th, 2011
4,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | EssentialsChat | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  8. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  9. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  10. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  11. chat:
  12. radius: 24
  13.  
  14. # If you want the default chat format, uncomment the next line and comment the other format.
  15. format: '&7<{DISPLAYNAME}>:&f {MESSAGE}'
  16. # format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  17.  
  18. # You can also have group-specific formats:
  19. group-formats:
  20. Default: '&8{DISPLAYNAME}&7:&f {MESSAGE}'
  21. Player: '&6{DISPLAYNAME}&7:&f {MESSAGE}'
  22. Mod: '&a[{GROUP}] {DISPLAYNAME}&7:&f {MESSAGE}'
  23. HighMod: '&2[{GROUP}] {DISPLAYNAME}&7:&f {MESSAGE}'
  24. Admins: '&9[{GROUP}] {DISPLAYNAME}&7:&f {MESSAGE}'
  25. Owner: '&4[{GROUP}] {DISPLAYNAME}&7:&f {MESSAGE}'
  26.  
  27. # &0 = Black
  28. # &1 = Blue
  29. # &2 = Green
  30. # &3 = Mid Blue
  31. # &4 = Red
  32. # &5 = Dark pink
  33. # &6 = Yellow
  34. # &7 = Light Gray
  35. # &8 = Dark Gray
  36. # &9 = Mid Blue
  37. # &a = Light Green
  38. # &b = Light blue
  39. # &c = Light Red
  40. # &d = Light pink
  41. # &e = Light Yellow
  42. # &f = White
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement