Guest User

Untitled

a guest
Jun 3rd, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. settings:
  2.  
  3. command-prefix: './'
  4.  
  5. debug: true
  6.  
  7. console-commands: ['reload', 'save-all']
  8.  
  9. ignored-prefixes:
  10. irc: ['!']
  11. game: []
  12.  
  13. hold-after-enable:
  14. chat: 0
  15. joins: 0
  16. quits: 0
  17. kicks: 0
  18. bans: 0
  19.  
  20. formatting:
  21. game-to-irc:
  22. chat: '<%red%%sender%%o%> %message%'
  23. action: '%blue%* %sender%%o% %message%'
  24. joins: '%green%+ join%o%: %yellow%%sender%'
  25. quits: '%red%- part%o%: %yellow%%sender%'
  26. kicks: '%red%- kicked%o%: %yellow%%sender%'
  27. bans: '%yellow%%moderator% %red%banned %yellow%%sender%%red%, please notify %yellow%Mario%%red%.'
  28. irc-to-game:
  29. chat: '%yellow%<IRC> %o%<%red%%sender%%o%> %message%'
  30. action: '%yellow%<IRC> %blue%* %sender% %o%%message%'
  31. joins: '%yellow%<IRC> %green%+ join%o%: %yellow%%sender%'
  32. parts: '%yellow%<IRC> %red%- part%o%: %yellow%%sender%'
  33. quits: '%yellow%<IRC> %red%- part%o%: %yellow%%sender%'
  34. kicks: '%yellow%<IRC> %red%- kicked%o%: %yellow%%sender%'
  35. nicks: '%yellow%<IRC> %blue%* %sender% %o%is now known as %blue%%message%'
  36. irc-to-irc:
  37. chat: '%yellow%<IRC> %o%<%red%%sender%%o%> %message%'
  38. action: '%yellow%<IRC> %blue%* %sender% %o%%message%'
  39. joins: '%yellow%<IRC> %green%+ join%o%: %yellow%%sender%'
  40. parts: '%yellow%<IRC> %red%- part%o%: %yellow%%sender%'
  41. quits: '%yellow%<IRC> %red%- part%o%: %yellow%%sender%'
  42. kicks: '%yellow%<IRC> %red%- kicked%o%: %yellow%%sender%'
  43. nicks: '%yellow%<IRC> %blue%* %sender% %o%is now known as %blue%%message%'
  44. custom:
  45.  
  46. # bind-address: 127.0.0.1
  47.  
  48. events:
  49. game-to-irc:
  50. cancelled-chat: false
  51. all-chat: true
  52. joins: true
  53. quits: true
  54. kicks: true
  55. bans: true
  56. irc-to-game:
  57. all-chat: true
  58. joins: true
  59. parts: true
  60. quits: true
  61. kicks: true
  62. nicks: true
  63. irc-to-irc:
  64. all-chat: true
  65. joins: false
  66. parts: false
  67. quits: false
  68. kicks: false
  69. nicks: false
  70.  
  71. tag: 'all'
  72.  
  73. bots:
  74.  
  75. - nickname: 'smb-'
  76. server: '127.0.0.1'
  77. port: 1234
  78. userident: 'user'
  79. serverpass: 'password'
  80. ssl: false
  81.  
  82. message-delay: 1000
  83.  
  84. admin-prefixes: ['@', '%']
  85.  
  86. ignored-users: []
  87.  
  88. tag: 'smbcraft'
  89.  
  90. formatting:
  91. custom:
  92.  
  93. auth:
  94. method: 'quakenet'
  95. username: ''
  96. password: ''
  97.  
  98. on-connect:
  99.  
  100. channels:
  101.  
  102. - name: '#smb'
  103. password: ''
  104.  
  105. admin: false
  106.  
  107. tag: 'smb'
  108.  
  109. chat-colors: true
  110.  
  111. game-colors: true
  112.  
  113. name-colors: true
  114.  
  115. on-join:
  116. - 'PRIVMSG #smb SMB Australia Now Online!'
  117.  
  118. colormap:
  119. - {irc: 0, game: '§0', name: 'background'}
  120. - {irc: 2, game: '§1', name: 'navy'}
  121. - {irc: 3, game: '§2', name: 'darkgreen'}
  122. - {irc: 10, game: '§3', name: 'teal'}
  123. - {irc: 5, game: '§4', name: 'maroon'}
  124. - {irc: 6, game: '§5', name: 'purple'}
  125. - {irc: 7, game: '§6', name: 'orange'}
  126. - {irc: 15, game: '§7', name: 'grey'}
  127. - {irc: 14, game: '§8', name: 'darkgrey'}
  128. - {irc: 12, game: '§9', name: 'blue'}
  129. - {irc: 9, game: '§a', name: 'green'}
  130. - {irc: 11, game: '§b', name: 'cyan'}
  131. - {irc: 4, game: '§c', name: 'red'}
  132. - {irc: 13, game: '§d', name: 'magenta'}
  133. - {irc: 8, game: '§e', name: 'yellow'}
  134. - {irc: 1, game: '§f', name: 'foreground'}
Add Comment
Please, Sign In to add comment