Guest User

Untitled

a guest
Feb 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. settings:
  2. command-prefix: '.'
  3.  
  4. debug: false
  5.  
  6. console-commands: ['reload', 'save-all', 'time', 'give', 'ban', 'kick', 'unban', 'heal', 'tp']
  7.  
  8. ignored-prefixes:
  9. irc: ['!']
  10. game: []
  11.  
  12. hold-after-enable:
  13. chat: 0
  14. joins: 0
  15. quits: 0
  16. kicks: 0
  17. bans: 0
  18.  
  19. formatting:
  20. game-to-irc:
  21. chat: '(%sender%) %message%'
  22. action: '* %sender% %message%'
  23. joins: '[%sender% connected]'
  24. quits: '[%sender% disconnected]'
  25. kicks: '[%moderator% KICKED %sender% (%message%)]'
  26. bans: '[%moderator% BANNED %sender% (%message%)]'
  27. irc-to-game:
  28. chat: '[%srcChannel%] <%sender%> %message%'
  29. action: '[%srcChannel%] * %sender% %message%'
  30. joins: '[%srcChannel%] * Joins: %sender%'
  31. parts: '[%srcChannel%] * Parts: %sender%'
  32. quits: '[%srcChannel%] * Quits: %sender%'
  33. kicks: '[%srcChannel%] * %sender% was kicked by %moderator%'
  34. nicks: '[%srcChannel%] * %sender% is now known as %message%'
  35. irc-to-irc:
  36. chat: '[%srcChannel%] <%sender%> %message%'
  37. action: '[%srcChannel%] * %sender% %message%'
  38. joins: '[%srcChannel%] * Joins: %sender%'
  39. parts: '[%srcChannel%] * Parts: %sender%'
  40. quits: '[%srcChannel%] * Quits: %sender% (%message%)'
  41. kicks: '[%srcChannel%] * %sender% was kicked by %moderator% (%message%)'
  42. nicks: '[%srcChannel%] * %sender% is now known as %message%'
  43. custom:
  44. botname: ''
  45. network: ''
  46.  
  47. # bind-address: 127.0.0.1
  48.  
  49. events:
  50. game-to-irc:
  51. # If you use other chat plugins, you probably want to set cancelled-chat: true
  52. cancelled-chat: false
  53. all-chat: true
  54. joins: false
  55. quits: false
  56. kicks: true
  57. bans: true
  58. irc-to-game:
  59. all-chat: true
  60. joins: false
  61. parts: false
  62. quits: false
  63. kicks: true
  64. nicks: false
  65. irc-to-irc:
  66. all-chat: true
  67. joins: false
  68. parts: false
  69. quits: false
  70. kicks: true
  71. nicks: false
  72.  
  73. tag: 'all'
  74.  
  75. bots:
  76.  
  77. - nickname: 'Square-bot'
  78. server: 'uk.quakenet.org'
  79. port: 6667
  80. userident: 'Square-bot'
  81. serverpass: '' #This isn't the nickserv password
  82. ssl: false
  83.  
  84. message-delay: 1000
  85.  
  86. admin-prefixes: ['@', '%']
  87.  
  88. ignored-users: []
  89.  
  90. tag: 'quakenet'
  91.  
  92. formatting:
  93. custom:
  94. botname: 'Square-bot'
  95. network: 'QuakeNet'
  96.  
  97. auth:
  98. method: 'quakenet'
  99. username: ''
  100. password: ''
  101.  
  102. on-connect:
  103. # - 'PRIVMSG MyBoss :I live again!'
  104.  
  105. channels:
  106.  
  107. - name: '#SquareWorld'
  108. password: ''
  109.  
  110. #In admin channels, admins can use console commands (when this feature is supported) and be send emergency
  111. # notices from users.
  112. admin: true
  113.  
  114. #This tag targets only this channel.
  115. tag: '§9IRC'
  116.  
  117. #Allow IRC color codes in messages to be converted to Minecraft colors; Set to false to just remove them.
  118. chat-colors: true
  119.  
  120. #Enables Permissions prefixes and suffixes for this channel (iChat-format colors are supported).
  121. name-colors: false
  122.  
  123. #List here raw IRC commands you want the bot to perform after it joins this channel.
  124. on-join:
  125. # - 'PRIVMSG #changeme :Howdy do!'
  126.  
  127. colormap:
  128.  
  129. - {irc: 0, game: '§0', name: 'background'}
  130. - {irc: 2, game: '§1', name: 'navy'}
  131. - {irc: 3, game: '§2', name: 'darkgreen'}
  132. - {irc: 10, game: '§3', name: 'teal'}
  133. - {irc: 5, game: '§4', name: 'maroon'}
  134. - {irc: 6, game: '§5', name: 'purple'}
  135. - {irc: 7, game: '§6', name: 'orange'}
  136. - {irc: 15, game: '§7', name: 'grey'}
  137. - {irc: 14, game: '§8', name: 'darkgrey'}
  138. - {irc: 12, game: '§9', name: 'blue'}
  139. - {irc: 9, game: '§a', name: 'green'}
  140. - {irc: 11, game: '§b', name: 'cyan'}
  141. - {irc: 4, game: '§c', name: 'red'}
  142. - {irc: 13, game: '§d', name: 'magenta'}
  143. - {irc: 8, game: '§e', name: 'yellow'}
  144. - {irc: 1, game: '§f', name: 'foreground'}
Add Comment
Please, Sign In to add comment