Advertisement
Guest User

Untitled

a guest
Apr 11th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # CrazyChats config.yml
  2. # For more information visit
  3. # https://github.com/ST-DDT/Crazy/blob/master/CrazyChats/src/config.yml
  4. version: 1.99.3
  5. chatHeader: '&C[&ACZ Chat&C] &F'
  6. database:
  7. CONFIG:
  8. path: accounts
  9. columns:
  10. name: name
  11. muted: muted
  12. displayName: displayName
  13. listName: listName
  14. headName: headName
  15. silenced: silenced
  16. saveType: CONFIG
  17. saveOnShutdown: true
  18. newChannelID: 0
  19. consoleDisplayName: '&DCONSOLE'
  20. broadcastChatFormat: '[&CANUNT&F] &E$1$'
  21. globalChatFormat: '$2$$0$&F: $1$'
  22. worldChatFormat: '[&A$4$&F] $2$$0$&F: $1$'
  23. localChatEnabled: false
  24. localChatFormat: '[&2local&F] $2$$0$&F: $1$'
  25. localChatRange: 30.0
  26. privateChatFormat: '[&7privat&F] $2$$0$&F: $1$'
  27. privateChatSpyingEnabled: true
  28. adminChatFormat: '[&Cadmin&F] $2$$0$&F: $1$'
  29. ownChatNamePrefix: '&O'
  30. defaultChannelKey: g
  31. maxSilenceTime: 31556952000
  32. cleanRepetitions: true
  33. cleanCaps: true
  34. clearChatLength: 100
  35. logs:
  36. Chat:
  37. path: false
  38. console: false
  39. groupPrefix:
  40. nogroup: ''
  41. op: '&C[Admin]&F'
  42. default: '&A[User]&F'
  43. groupSuffix:
  44. nogroup: ''
  45. op: ''
  46. default: ''
  47. groupListnamePrefix:
  48. nogroup: ''
  49. op: ''
  50. default: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement