Guest

Format Line Chat

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.75 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. chat_format: '{town}{nation}{playername}{townypostfix}{permsuffix}&f:
  2.       {msg}'
  3.  
  4.     tag_format:
  5.       world: '&f[&f%s&f] '
  6.       town: '{channelTag} {town} {playername}&f: {msgcolour}{msg}'
  7.       nation: '&f[&e%s&f] '
  8.       # First %s is
  9.  
  10. the nation tag, second is the town tag.
  11.       both: '&f[&6%s&f|&3%s&f] '
  12.  
  13.     channel_format:
  14.       town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}
  15.  
  16. {townypostfix}{permsuffix}&f:{msgcolour}
  17.         {msg}'
  18.       nation: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:
  19.  
  20. {msgcolour}
  21.         {msg}'
  22.       default: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour}
  23.         {msg}'