Advertisement
Guest User

Untitled

a guest
Sep 14th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. # Default chat formatting
  2. chat-format: "{prefix}{group} {dispname}&f: {suffix}{message}"
  3. # Default /me formatting
  4. me-format: "&d * &b{dispname}&d {message}"
  5. # Default /say formatting
  6. say-format: "&d[Server] {message}"
  7. # Default /ac formatting
  8. admin-format: "&b[Admin] {dispname}:&3 {message}"
  9. # Capitalize first word?
  10. first-word-capital: false
  11. # Highlight users when they are mentioned?
  12. highlight-at-user: true
  13. # Poof smoke on users when they are mentioned?
  14. smoke-at-user: false
  15. # Highlight valid URLs?
  16. highlight-urls: true
  17. # Display the @ sign in front of mentioned users?
  18. use-at-sign: true
  19. # Display a counter of unread mentioned messages in SpoutCraft?
  20. display-messages-counter: true
  21. # Display an achievement when you're mentioned in SpoutCraft?
  22. display-messages-achievements: true
  23. # Remove all caps messages?
  24. remove-all-caps: true
  25. # Percent of message that must be in caps to be make it lowercase (remove-all-caps must be true)
  26. caps-removal-percent: 75
  27. # Max chat radius. 0 is none. Overrides channels if greater than 0 (leave at 0 to use channel limits)
  28. chat-radius: 0
  29. # Allow inter-world chat? Does not override channels
  30. interworld: true
  31. # Use channels?
  32. use-channels: true
  33. # Define channels here
  34. channels:
  35. # Each option in the default chat channel is required for all other channels (unless otherwise stated)
  36. default:
  37. # Long name
  38. name: "Default"
  39. # Name for use in /ch
  40. short: "d"
  41. # Default? There can only be one...
  42. default: true
  43. # Chat format
  44. chat-format: "[d] {dispname}: {message}"
  45. # Chat radius (0 makes for no limit)
  46. chat-radius: 0
  47. # Make the channel global? Chat in globals can always be seen, even if you're in another channel. Overrides chat-radius. Respects interworld
  48. global: true
  49. # Allow interworld chat in this channel? Overrides main interworld setting.
  50. interworld: true
  51. # Use a password?
  52. use-password: false
  53. # Sets the password (syntax: /ch d abc) - if use_password is false, this is optional
  54. password: "abc"
  55. admin:
  56. name: "Admin"
  57. short: "a"
  58. default: false
  59. chat-format: "&b[Admin] {dispname}:&3 {message}"
  60. chat-radius: 0
  61. global: false
  62. interworld: true
  63. use-password: true
  64. password: "supersecret"
  65. # See all messages from all channels?
  66. snoop: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement