Advertisement
Guest User

Untitled

a guest
Dec 1st, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <configuration>
  2. <settings name="b3">
  3. <set name="bot_name">b3</set>
  4. <set name="bot_prefix">^0(^2PABOT^0)^7:</set>
  5. <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
  6. <set name="time_zone">CET</set>
  7. <set name="log_level">10</set>
  8. <set name="logfile">@conf/b3.log</set>
  9. <set name="parser">cod4</set>
  10. <set name="database">mysql://baza_15478:xxxxxxxx@sdc2.netshoot.pl/baza_15478</set>
  11. </settings>
  12. <settings name="server">
  13. <set name="rcon_password">xxxxxxxxxx</set>
  14. <set name="port">28960</set>
  15. <set name="public_ip">91.234.217.6</set>
  16. <set name="rcon_ip">127.0.0.1</set>
  17. <set name="delay">0.33</set>
  18. <set name="lines_per_second">50</set>
  19. <set name="punkbuster">off</set>
  20. <set name="game_log">ftp://sdc2.netshoot.pl/91.234.217.6-28960/main/games_mp.log</set>
  21. </settings>
  22. <settings name="autodoc">
  23. <set name="type">html</set>
  24. <set name="maxlevel">100</set>
  25. <set name="destination">@conf/b3_doc.html</set>
  26. </settings>
  27. <settings name="update">
  28. <set name="channel">stable</set>
  29. </settings>
  30. <settings name="messages">
  31. <set name="kicked_by">$clientname^7 zostal wyrzucony przez $adminname^7 $reason</set>
  32. <set name="kicked">$clientname^7 zostal wyrzucony $reason</set>
  33. <set name="banned_by">$clientname^7 zostal zbanowany przez $adminname^7 $reason</set>
  34. <set name="banned">$clientname^7 zostal zbanowany $reason</set>
  35. <set name="temp_banned_by">$clientname^7 zostal czasowo zbanowany przez $adminname^7 na $banduration^7 $reason</set>
  36. <set name="temp_banned">$clientname^7 zostal czasowo zbanowany na $banduration^7 $reason</set>
  37. <set name="unbanned_by">$clientname^7 zostal odbanowany przez $adminname^7 $reason</set>
  38. <set name="unbanned">$clientname^7 zostal odbanowany $reason</set>
  39. </settings>
  40. <settings name="plugins">
  41. <set name="external_dir">@b3/extplugins</set>
  42. </settings>
  43. <plugins>
  44. <plugin name="censor" config="@conf/plugin_censor.xml"/>
  45. <plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml"/>
  46. <plugin name="admin" config="@conf/plugin_admin.xml"/>
  47. <plugin name="stats" config="@conf/plugin_stats.xml"/>
  48. <plugin name="pingwatch" config="@conf/plugin_pingwatch.xml"/>
  49. <plugin name="adv" config="@conf/plugin_adv.xml"/>
  50. <plugin name="status" config="@conf/plugin_status.xml"/>
  51. <plugin name="welcome" config="@conf/plugin_welcome.xml"/>
  52. <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
  53. </plugins>
  54. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement