Advertisement
Guest User

Untitled

a guest
May 2nd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1.  
  2. # Text altering
  3. # -------------
  4. # Bold = &l, Italics = &o, Underlined = &n,
  5. # Magic = &k, Strike = &m, Reset = &r
  6.  
  7. # Spam_time set the minimum time between messages to be flagged as spam
  8. spam_time: 0.5
  9.  
  10. # If using our updated HeroicDeath.jar and craftIRC 3.1 (dev), you can
  11. #configure what IRC channels you want death messages relayed to.
  12. HeroicDeathToIRC:
  13. enabled: true
  14. # comma delimited list of craftIRC channel tags 'admin,blah,blah'.
  15. craftIRCTags: 'admin'
  16.  
  17. channel_formats:
  18. # This is the format which will be used for GLOBAL chat/channels.
  19. # This is also the format used when you have modify_chat.enable: true, but use other plugins to handle chat.
  20. global: '{channelTag} {townytagoverride}{townycolor}{permprefix} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  21. # TOWN channel types.
  22. town: '{channelTag} {townytagoverride}{townycolor}{permprefix} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  23. # NATION channel types.
  24. nation: '{channelTag} {townytagoverride}{townycolor}{permprefix} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  25. # DEFAULT channel types.
  26. default: '{channelTag} }{townytagoverride}{townycolor}{permprefix} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  27.  
  28. tag_formats:
  29. world: '&c[&b%s&c] '
  30. town: '&b[&cs&b] '
  31. nation: '&b&c%s&b] '
  32. # First %s is the nation tag, second is the town tag.
  33. both: '&f[&6%s&f|&3%s&f] '
  34.  
  35. # Chat colours
  36. colour:
  37. king: '&6'
  38. mayor: '&b'
  39. resident: '&f'
  40.  
  41. modify_chat:
  42. # This is used for when you don't have another plugin to format chat.
  43. # or you want some other plugin to handle open chat, but want Towny formatting.
  44. # It will cause Towny to overwrite any other plugins alterations to the format.
  45. enable: 'true'
  46. # If true the chat formats will be read from below to allow per world formatting.
  47. # These can then be altered individually.
  48. per_world: 'false'
  49. # If true any player who speaks in a channel in which he cannot be heard,
  50. # either by being along in the channel or out-of-range of another player in his chat channel,
  51. # that player will see a message saying they cannot be heard.
  52. alone_message: 'false'
  53. # This allows you to set your alone message.
  54. alone_message_string: 'No one in range can hear you or you are alone in this channel.'
  55. worlds:
  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}'
  61. 'world':
  62. global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  63. town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  64. nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  65. default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
  66. 'world_nether':
  67. global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  68. town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  69. nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
  70. default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement