Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. globals:
  2. separate-chat-log: false
  3. incoming-tell-format: '&8From {player}: &d'
  4. censors:
  5. - \bu+\W*m+a+d+(\W*br(a|o)+)?
  6. - some_other_word;replacement
  7. plugin-tag: 'ยงe[Chat]'
  8. craftIRC-prefix: '#'
  9. outgoing-tell-format: '&8To {receiver}: &d'
  10. default-channel: Global
  11. default-message-format: '&f{prefix}{player}{suffix}{color}: '
  12. craftIRC-message-format: '[{nick}] {player}: '
  13. channels:
  14. Staff:
  15. color: LIGHT_GREEN
  16. nickname: staff
  17. permissions:
  18. speak: []
  19. join:
  20. - admins
  21. - mods
  22. message-format: '&f{prefix}{player}{suffix}{color}: '
  23. craftIRC:
  24. game-to-IRC: []
  25. IRC-to-game: []
  26. worlds: []
  27. password: ''
  28. lists:
  29. bans: []
  30. moderators: []
  31. options:
  32. hidden: true
  33. shortcut-allowed: true
  34. auto-join: true
  35. local: false
  36. cross-world-chat: true
  37. join-messages: true
  38. forced: false
  39. Local:
  40. local-distance: 100
  41. color: YELLOW
  42. nickname: l
  43. permissions:
  44. speak: []
  45. join: []
  46. message-format: '&f{prefix}{player}{suffix}{color}: '
  47. craftIRC:
  48. game-to-IRC: []
  49. IRC-to-game: []
  50. worlds: []
  51. password: ''
  52. lists:
  53. bans: []
  54. moderators: []
  55. options:
  56. hidden: false
  57. shortcut-allowed: true
  58. auto-join: true
  59. local: true
  60. cross-world-chat: true
  61. join-messages: false
  62. forced: false
  63. Global:
  64. color: GREEN
  65. nickname: G
  66. permissions:
  67. speak: []
  68. join: []
  69. message-format: '&f{prefix}{player}{suffix}{color}: '
  70. craftIRC:
  71. game-to-IRC: []
  72. IRC-to-game: []
  73. worlds: []
  74. password: ''
  75. lists:
  76. bans: []
  77. moderators: []
  78. options:
  79. hidden: false
  80. shortcut-allowed: true
  81. auto-join: true
  82. local: false
  83. cross-world-chat: true
  84. join-messages: false
  85. forced: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement