Advertisement
Guest User

Untitled

a guest
Dec 8th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--Created by BigBrotherBot Config File Generator at http://config.bigbrotherbot.net (08 Dec 2014 - Mon 18:41:23 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">@conf/b3.log</set>
  11. <set name="parser">cod6</set>
  12. <set name="database">mysql://B3Neo:(pass)@127.0.0.1:/roumw2</set>
  13. </settings>
  14. <settings name="server">
  15. <set name="rcon_password">(another pass)</set>
  16. <set name="port">28961</set>
  17. <set name="public_ip">(my ip)</set>
  18. <set name="rcon_ip">127.0.0.1</set>
  19. <set name="delay">0.33</set>
  20. <set name="lines_per_second">50</set>
  21. <set name="punkbuster">on</set>
  22. <set name="game_log">F:\\Server MW\\main/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">@conf/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="alteradmin" config="@b3/extplugins/conf/alteradmin.xml"/>
  47. <plugin name="admin" config="@conf/plugin_admin.xml"/>
  48. <plugin name="login" config="@conf/plugin_login.xml"/>
  49. <plugin name="pingwatch" config="@conf/plugin_pingwatch.xml"/>
  50. <plugin name="adv" config="@conf/plugin_adv.xml"/>
  51. <plugin name="status" config="@conf/plugin_status.xml"/>
  52. <plugin name="aimbotdetector" config="@b3/extplugins/conf/aimbotdetector.xml"/>
  53. <plugin name="asciikick" config="@b3/extplugins/conf/asciikick.xml"/>
  54. <plugin name="guidspoofban" config="@b3/extplugins/conf/guidspoofban.xml"/>
  55. <plugin name="namechanger" config="@b3/extplugins/conf/namechanger.xml"/>
  56. <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
  57. </plugins>
  58. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement