Advertisement
Guest User

reichsquadron2

a guest
Jan 7th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--Created by BigBrotherBot Config File Generator at http://config.bigbrotherbot.net (07 Jan 2015 - Wed 17:43:26 CET)-->
  3. <configuration>
  4. <settings name="b3">
  5. <set name="bot_name">b3</set>
  6. <set name="bot_prefix">^0(^2b3^0)^7:</set>
  7. <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
  8. <set name="time_zone">CET</set>
  9. <set name="log_level">9</set>
  10. <set name="logfile">D:\b3/b3.log</set>
  11. <set name="parser">cod</set>
  12. <set name="database">mysql://b3:xxxxxxxx@localhost/base</set>
  13. </settings>
  14. <settings name="server">
  15. <set name="rcon_password">xxxxxxxx</set>
  16. <set name="port">28961</set>
  17. <set name="public_ip">190.24.163.65</set>
  18. <set name="rcon_ip">192.168.1.100</set>
  19. <set name="delay">0.33</set>
  20. <set name="lines_per_second">50</set>
  21. <set name="punkbuster">off</set>
  22. <set name="game_log">D:\Server//Call of Duty//reichsquadron//games_mp.log</set>
  23. </settings>
  24. <settings name="autodoc">
  25. <set name="type">html</set>
  26. <set name="maxlevel">100</set>
  27. <set name="destination">D:\b3/b3_doc.html</set>
  28. </settings>
  29. <settings name="update">
  30. <set name="channel">stable</set>
  31. </settings>
  32. <settings name="messages">
  33. <set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
  34. <set name="kicked">$clientname^7 was kicked $reason</set>
  35. <set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
  36. <set name="banned">$clientname^7 was banned $reason</set>
  37. <set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
  38. <set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $reason</set>
  39. <set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
  40. <set name="unbanned">$clientname^7 was un-banned $reason</set>
  41. </settings>
  42. <settings name="plugins">
  43. <set name="external_dir">@b3/extplugins</set>
  44. </settings>
  45. <plugins>
  46. <plugin name="censor" config="@conf/plugin_censor.xml"/>
  47. <plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml"/>
  48. <plugin name="admin" config="@conf/plugin_admin.xml"/>
  49. <plugin name="tk" config="@conf/plugin_tk.xml"/>
  50. <plugin name="stats" config="@conf/plugin_stats.xml"/>
  51. <plugin name="pingwatch" config="@conf/plugin_pingwatch.xml"/>
  52. <plugin name="adv" config="@conf/plugin_adv.xml"/>
  53. <plugin name="status" config="@conf/plugin_status.xml"/>
  54. <plugin name="welcome" config="@conf/plugin_welcome.xml"/>
  55.  
  56. <plugin name="banlist" config="@b3/extplugins/conf/banlist.xml"/>
  57. <plugin name="chatlogger" config="@b3/extplugins/conf/plugin_chatlogger.xml"/>
  58. <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
  59. </plugins>
  60. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement