Advertisement
Guest User

Untitled

a guest
Jan 1st, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | EssentialsChat | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. chat:
  8.  
  9. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  10. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  11. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  12. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  13. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  14. radius: 0
  15.  
  16. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  17. # Or you can give a group specific chat format, to give some extra variation.
  18. # If set to the default chat format which "should" be compatible with ichat.
  19. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  20.  
  21. format: '{DISPLAYNAME}&7:&r {MESSAGE}'
  22. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  23.  
  24. group-formats:
  25. member: '&7[&5Member&7]&7 {DISPLAYNAME}&7:&1 {MESSAGE}'
  26. member+: '&7[&5Member&6+&7]&2 {DISPLAYNAME}&7:&3 {MESSAGE}'
  27. citizen: '&3[&6citizen&3]&6 {DISPLAYNAME}&7:&2 {MESSAGE}'
  28. citizen+: '&3[&6citizen&2+&3]&6 {DISPLAYNAME}&7:&a {MESSAGE}'
  29. veteran: '&7[&1v&3e&2t&ae&er&6a&cn&7]&9&l {DISPLAYNAME}&7:&e {MESSAGE}'
  30. helper: '&7[&3Helper&7]&6 {DISPLAYNAME}&8:&c {MESSAGE}'
  31. builder: '&7[&eBuilder&7]&c {DISPLAYNAME}&8:&c {MESSAGE}'
  32. trialmod: '&7[&0Trial&7-&dMod&7]&d {DISPLAYNAME}&8:&d {MESSAGE}'
  33. mod: '&7[&dMod&7]&d {DISPLAYNAME}&8:&d {MESSAGE}'
  34. trialadmin: '&7[&0Trial&7-&9Admin&7]&6 {DISPLAYNAME}&8:&9 {MESSAGE}'
  35. admin: '&7[&9Admin&7]&6 {DISPLAYNAME}&8:&9 {MESSAGE}'
  36. headadmin: '&7[&4Head&7-&9Admin&7]&6 {DISPLAYNAME}&8:&9 {MESSAGE}'
  37. dev: '&7[&1DEV&7]&6 {DISPLAYNAME}&8:&c {MESSAGE}'
  38. owner: '&8[&cOwner&8]&3 {DISPLAYNAME}&4:&6 {MESSAGE}'
  39.  
  40. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement