Advertisement
Guest User

The Yeti - HeroChat Config

a guest
Feb 8th, 2011
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. !<configuration>
  2. channels:
  3. - channel:
  4. color: GREEN
  5. identifiers: {nick: g, name: Global}
  6. lists:
  7. bans: []
  8. moderators: []
  9. messageFormat: '{default}'
  10. options: {quickMessagable: true, permanent: true, hidden: false, auto: true, local: false, forced: false}
  11. permissions:
  12. speak: []
  13. join: []
  14. - channel:
  15. color: LIGHT_BLUE
  16. identifiers: {nick: h, name: HelpMe}
  17. lists:
  18. bans: []
  19. moderators: []
  20. messageFormat: '{default}'
  21. options: {quickMessagable: true, permanent: true, hidden: false, auto: true, local: false, forced: false}
  22. permissions:
  23. speak: []
  24. join: []
  25. - channel:
  26. color: YELLOW
  27. identifiers: {nick: l, name: Local}
  28. lists:
  29. bans: []
  30. moderators: []
  31. messageFormat: '{color.WHITE}{prefix}{player}{suffix}{color.CHANNEL}: '
  32. options: {quickMessagable: true, permanent: true, hidden: false, auto: true, local: true, forced: false}
  33. permissions:
  34. speak: []
  35. join: []
  36. - channel:
  37. color: LIGHT_GREEN
  38. identifiers: {nick: mod, name: Mods}
  39. lists:
  40. bans: []
  41. moderators: []
  42. messageFormat: '{default}'
  43. options: {quickMessagable: true, permanent: true, hidden: true, auto: true, local: false, forced: false}
  44. permissions:
  45. speak: [Admins, Moderators]
  46. join: [Admins, Moderators]
  47. - channel:
  48. color: ROSE
  49. identifiers: {nick: alert, name: AlertSystem}
  50. lists:
  51. bans: []
  52. moderators: []
  53. messageFormat: '{color.RED}[ALERT]{color.CHANNEL}: '
  54. options: {quickMessagable: true, permanent: true, hidden: true, auto: true, local: false, forced: true}
  55. permissions:
  56. speak: [Admins, Moderators]
  57. join: []
  58. - channel:
  59. color: WHITE
  60. identifiers: {nick: RP, name: rpchat}
  61. lists:
  62. bans: []
  63. moderators: [shakko_kitsune]
  64. messageFormat: '{color.BLUE}{prefix}{player}{suffix}{color.CHANNEL}: '
  65. options: {quickMessagable: true, permanent: true, hidden: false, auto: true, local: false, forced: false}
  66. permissions:
  67. speak: []
  68. join: []
  69.  
  70. - channel:
  71. color: WHITE
  72. identifiers: {nick: Neo, name: Neo}
  73. lists:
  74. bans: []
  75. moderators: [Vetack]
  76. messageFormat: '{default}'
  77. options: {quickMessagable: false, permanent: true, hidden: true, auto: false, local: false, forced: false}
  78. permissions:
  79. speak: []
  80. join: []
  81. - channel:
  82. color: YELLOW
  83. identifiers: {nick: Krst, name: Karast}
  84. lists:
  85. bans: []
  86. moderators: [Sequoia1212]
  87. messageFormat: '{default}'
  88. options: {quickMessagable: true, permanent: true, hidden: true, auto: false, local: false, forced: false}
  89. permissions:
  90. speak: []
  91. join: []
  92. defaultChannel: Global
  93. defaultMessageFormat: '{color.CHANNEL}[{nick}] {color.WHITE}{prefix}{player}{suffix}{color.CHANNEL}: '
  94. localDistance: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement