Advertisement
Guest User

E

a guest
Aug 11th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  2. # Or you can give a group specific chat format, to give some extra variation.
  3. # If set to the default chat format which "should" be compatible with ichat.
  4. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  5.  
  6. #format: '{DISPLAYNAME}: {MESSAGE}'
  7. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  8.  
  9. group-formats:
  10. Member: ' &f[&aMember&f] {DISPLAYNAME}&7:&f {MESSAGE}'
  11. Supporter: ' &a[&aSupporter&f] {DISPLAYNAME} &7:&2 {MESSAGE} '
  12. Moderator: ' &f[&1Mod&f] {DISPLAYNAME}&7:&f {MESSAGE}'
  13. Admin: ' &f[&4Admin&f] {DISPLAYNAME}&7:&f {MESSAGE}'
  14. Owner: ' &f[&4Elite Admin&f] {DISPLAYNAME}&7:&f {MESSAGE}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement