Advertisement
Guest User

Untitled

a guest
Jun 8th, 2013
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1.  
  2. # Spam_time set the minimum time between messages to be flagged as spam
  3. spam_time: 0.5
  4.  
  5. # If using our updated HeroicDeath.jar and craftIRC 3.1 (dev), you can
  6. #configure what IRC channels you want death messages relayed to.
  7. HeroicDeathToIRC:
  8. enabled: true
  9. # comma delimited list of craftIRC channel tags 'admin,blah,blah'.
  10. craftIRCTags: 'admin'
  11.  
  12. channel_formats:
  13. # This is the format which will be used for GLOBAL chat/channels.
  14. # This is also the format used when you have modify_chat.enable: true, but use other plugins to handle chat.
  15. global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  16. # TOWN channel types.
  17. town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  18. # NATION channel types.
  19. nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  20. # DEFAULT channel types.
  21. default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
  22.  
  23. tag_formats:
  24. world: '&f[&f%s&f] '
  25. town: '&f[&3%s&f] '
  26. nation: '&f[&e%s&f] '
  27. # First %s is the nation tag, second is the town tag.
  28. both: '&f[&6%s&f|&3%s&f] '
  29.  
  30. # Chat colours
  31. colour:
  32. king: '&6'
  33. mayor: '&b'
  34. resident: '&f'
  35.  
  36. modify_chat:
  37. # This is used for when you don't have another plugin to format chat.
  38. # or you want some other plugin to handle open chat, but want Towny formatting.
  39. # It will cause Towny to overwrite any other plugins alterations to the format.
  40. enable: 'true'
  41. # If true the chat formats will be read from below to allow per world formatting.
  42. # These can then be altered individually.
  43. per_world: 'false'
  44.  
  45. worlds:
  46. 'world_nether':
  47. global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  48. town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  49. nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  50. default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
  51. 'world':
  52. global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  53. town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  54. nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  55. default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
  56. 'world_the_end':
  57. global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  58. town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  59. nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  60. default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement