Advertisement
Guest User

HeroChat

a guest
Mar 1st, 2011
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. globals:
  2. default-local-distance: 100
  3. default-channel: Global
  4. default-message-format: '{color.CHANNEL}[{nick}] {color.WHITE}{prefix}{player}{suffix}{color.CHANNEL}: '
  5. plugin-tag: '[HeroChat] '
  6. channels:
  7. Staff:
  8. color: LIGHT_GREEN
  9. nickname: staff
  10. permissions:
  11. speak: []
  12. join:
  13. - admin
  14. - mod
  15. message-format: '{default}'
  16. lists:
  17. bans: []
  18. moderators: []
  19. options:
  20. permanent: true
  21. hidden: true
  22. shortcut-allowed: true
  23. auto-join: true
  24. local: false
  25. join-messages: false
  26. forced: false
  27. Local:
  28. color: YELLOW
  29. nickname: l
  30. permissions:
  31. speak: []
  32. join: []
  33. message-format: '{color.WHITE}{prefix}{player}{suffix}{color.CHANNEL}: '
  34. lists:
  35. bans: []
  36. moderators: []
  37. options:
  38. permanent: true
  39. hidden: false
  40. shortcut-allowed: true
  41. auto-join: true
  42. local: true
  43. join-messages: false
  44. forced: false
  45. AlertSystem:
  46. color: ROSE
  47. nickname: alert
  48. permissions: Tebbs
  49. speak:
  50. - admin
  51. - mod
  52. - owner
  53. join: []
  54. message-format: '{color.RED}[ALERT]{color.CHANNEL}: '
  55. lists:
  56. bans: []
  57. moderators: []
  58. options:
  59. permanent: true
  60. hidden: true
  61. shortcut-allowed: true
  62. auto-join: true
  63. local: false
  64. join-messages: false
  65. forced: true
  66. HelpMe:
  67. color: LIGHT_BLUE
  68. nickname: h
  69. permissions:
  70. speak: []
  71. join: []
  72. message-format: '{default}'
  73. lists:
  74. bans: []
  75. moderators: []
  76. options:
  77. permanent: true
  78. hidden: false
  79. shortcut-allowed: true
  80. auto-join: true
  81. local: false
  82. join-messages: false
  83. forced: false
  84. Global:
  85. color: WHITE
  86. nickname: G
  87. permissions:
  88. speak: []
  89. join: []
  90. message-format: '{default}'
  91. lists:
  92. bans: []
  93. moderators: []
  94. options:
  95. permanent: true
  96. hidden: false
  97. shortcut-allowed: true
  98. auto-join: true
  99. local: false
  100. join-messages: false
  101. forced: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement