Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 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: [admin, mod]
  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: true}
  33. permissions:
  34. speak: []
  35. join: []
  36. - channel:
  37. color: LIGHT_GREEN
  38. identifiers: {nick: staff, name: Staff}
  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: []
  46. join: [admin, mod]
  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: [admin, mod]
  57. join: []
  58. defaultChannel: Local
  59. defaultMessageFormat: '{color.CHANNEL}[{nick}] {color.WHITE}{prefix}{player}{suffix}{color.CHANNEL}: '
  60. localDistance: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement