LastTulare

Untitled

Jul 2nd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. # This file contains all configuration data for channels
  2. # The formating for them remains in the Towny Config and world files
  3. # so they can still be used on a per world basis.
  4.  
  5. # Channels are toggleable using any of the commands listed
  6. # eg. /tc (would put you in town chat)
  7. # doing it again would take you out
  8. # So long as you had the permission node for that channel.
  9.  
  10. # The channel type is either GLOBAL, TOWN, NATION or DEFAULT.
  11. # These specify what chat formating section they will use
  12. # and where the chat will go
  13. # (town goes to all town residents, depending on the range setting)
  14.  
  15. # channeltag is applied if the chat format for that channel has the {channelTag}
  16.  
  17. # messagecolour sets the colour of the message when sent.
  18.  
  19. # range is a setting which allows greater control over each channel.
  20. # this will set the maximum distance between players who can hear the message.
  21. # range is in blocks (if set to a limit).
  22. #
  23. # -1 = no limits
  24. # 0 = same world only
  25. # any positive value = limited range in the same world.
  26.  
  27. # Text colouring
  28. # --------------
  29. # Black = &0, Navy = &1, Green = &2, Blue = &3, Red = &4
  30. # Purple = &5, Gold = &6, LightGray = &7, Gray = &8
  31. # DarkPurple = &9, LightGreen = &a, LightBlue = &b
  32. # Rose = &c, LightPurple = &d, Yellow = &e, White = &f
  33.  
  34. Channels:
  35. global:
  36. commands: [gch]
  37. type: GLOBAL
  38. channeltag: '&f[G]'
  39. messagecolour: '&f'
  40. permission: 'towny.chat.general'
  41. craftIRCTag: 'admin'
  42. range: '-1'
  43. town:
  44. commands: [tch]
  45. type: TOWN
  46. channeltag: '&f[&3T&f]'
  47. messagecolour: '&b'
  48. permission: 'towny.chat.town'
  49. craftIRCTag: 'admin'
  50. range: '-1'
  51. nation:
  52. commands: [nch]
  53. type: NATION
  54. channeltag: '&f[&6N&f]'
  55. messagecolour: '&e'
  56. permission: 'towny.chat.nation'
  57. craftIRCTag: 'admin'
  58. range: '-1'
  59. owner:
  60. commands: [och]
  61. type: DEFAULT
  62. channeltag: '&0[&7OP&0]'
  63. messagecolour: '&c'
  64. permission: 'towny.chat.owner'
  65. craftIRCTag: 'admin'
  66. range: '-1'
  67. admin:
  68. commands: [ach]
  69. type: DEFAULT
  70. channeltag: '&f[&4A&f]'
  71. messagecolour: '&4'
  72. permission: 'towny.chat.admin'
  73. craftIRCTag: 'admin'
  74. range: '-1'
  75. mod:
  76. commands: [mch]
  77. type: DEFAULT
  78. channeltag: '&f[&aM&f]'
  79. messagecolour: '&a'
  80. permission: 'towny.chat.mod'
  81. craftIRCTag: 'admin'
  82. range: '-1'
  83. local:
  84. commands: [lch]
  85. type: GLOBAL
  86. channeltag: '&f[L]'
  87. messagecolour: '&f'
  88. permission: 'towny.chat.local'
  89. craftIRCTag: 'admin'
  90. range: '500'
Advertisement
Add Comment
Please, Sign In to add comment