Advertisement
Guest User

Chat/channels

a guest
Jan 10th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. # Configure chat channels here.
  2. channels:
  3. # Configure the default channels here.
  4. default:
  5. - Global
  6. - Admin
  7. # Configure the channels here.
  8. channels:
  9. # Name of the channel.
  10. Global:
  11. # The chat format for the channel.
  12. format: '&7[&b%channel%&7] &f%prefix%%displayname%&7: &f%message%'
  13. # Is the chat global?
  14. global: true
  15. # Is the chat world-based?
  16. world: false
  17. # Is the chat local?
  18. local: false
  19. # (optional) Range of local chat
  20. range: 15
  21. # Does this channel require 'okchat.channel.<name>' to join?
  22. protected: false
  23. # Are you allowed to unsubscribe from this channel?
  24. unsubscribe: false
  25. # Name of the channel.
  26. Admin:
  27. # The chat format for the channel.
  28. format: '&7[&b%channel%&7] &f%prefix%%displayname%&7: &f%message%'
  29. # Is the chat global?
  30. global: true
  31. # Is the chat world-based?
  32. world: false
  33. # Is the chat local?
  34. local: false
  35. # (optional) Range of local chat
  36. range: 15
  37. # Does this channel require 'okchat.channel.<name>' to join?
  38. protected: true
  39. # Are you allowed to unsubscribe from this channel?
  40. unsubscribe: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement