Advertisement
HogensHero

Untitled

Mar 29th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. <configuration>
  2. <settings name="b3">
  3. <set name="parser">bf4</set>
  4. <set name="database">mysql://anti*:*******@127.0.0.1/anti****</set>
  5. <set name="bot_name">Anti</set>
  6. <!-- prefix for all messages sent by B3. Not very useful on BF4 as such messages already are prefixed with [admin]-->
  7. <set name="bot_prefix"></set>
  8. <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
  9. <set name="time_zone">EST</set>
  10. <set name="log_level">9</set>
  11. <set name="logfile">/home/antihack/antihack1/b3/b3/log/b3.log</set>
  12. </settings>
  13. <settings name="bf4">
  14. <!-- max_say_line_length : when sending a message, lines will have at most this number of characters. -->
  15. <set name="max_say_line_length">128</set>
  16. <!-- message_delay : the delay (in second) to wait between two messages -->
  17. <set name="message_delay">0.8</set>
  18. <!-- big_b3_private_responses - if on, then all private message sent by B3 will be displayed as a large on-screen message
  19. * Accepted values : on / off
  20. -->
  21. <set name="big_b3_private_responses">on</set>
  22. <!-- big_msg_repeat - B3 repeated big displayed messages in the chat.
  23. * Accepted values : all (repeat all) / pm (repeat private messages) / off (disabled)
  24. -->
  25. <set name="big_msg_repeat">pm</set>
  26. <!-- big_msg_duration : for how many seconds big messages are displayed -->
  27. <set name="big_msg_duration">6</set>
  28. </settings>
  29. <settings name="server">
  30. <set name="public_ip">173.199.90.200</set>
  31. <set name="port">30000</set>
  32. <set name="rcon_ip">173.199.90.200</set>
  33. <set name="rcon_port">30000</set>
  34. <set name="rcon_password">*******</set>
  35. <set name="timeout">3</set>
  36. <!-- ban_agent : choose how to ban players.
  37. Available agents are : 'server' or 'punkbuster'.
  38. Available options are :
  39. 'server' : to save bans in the BF3 server banlist only
  40. 'punkbuster' : to save bans in punkbuster only
  41. 'both' : to save bans in both the BF3 server and punkbuster banlists
  42. Default value is 'server'
  43. -->
  44. <set name="ban_agent">both</set>
  45. </settings>
  46. <settings name="autodoc">
  47. <set name="type">xml</set>
  48. <set name="maxlevel">100</set>
  49. <set name="destination">/home/antihack/antihack1/b3/b3/docs/b3_doc.xml</set>
  50. </settings>
  51. <settings name="messages">
  52. <set name="kicked_by">$clientname was kicked by $adminname ($reason)</set>
  53. <set name="kicked">$clientname was kicked ($reason)</set>
  54. <set name="banned_by">$clientname was banned by $adminname ($reason)</set>
  55. <set name="banned">$clientname was banned ($reason)</set>
  56. <set name="temp_banned_by">$clientname was temp banned by $adminname for $banduration ($reason)</set>
  57. <set name="temp_banned">$clientname was temp banned for $banduration ($reason)</set>
  58. <set name="unbanned_by">$clientname was un-banned by $adminname ($reason)</set>
  59. <set name="unbanned">$clientname was un-banned ($reason)</set>
  60. </settings>
  61. <settings name="plugins">
  62. <set name="external_dir">@b3/extplugins</set>
  63. </settings>
  64. <plugins>
  65. <plugin name="admin" config="@conf/plugin_admin.ini"/>
  66. <plugin name="censor" config="@conf/plugin_censor.xml"/>
  67. <plugin name="spamcontrol" config="@b3/conf/plugin_spamcontrol.ini"/>
  68. <plugin name="adv" config="@conf/plugin_adv.xml"/>
  69. <plugin name="status" config="@conf/plugin_status.ini"/>
  70. <plugin name="welcome" config="@conf/plugin_welcome.ini"/>
  71. <plugin name="punkbuster" config="@conf/plugin_punkbuster.ini"/>
  72. <plugin name="welcome" config="@conf/plugin_welcome.xml"/>
  73. <plugin name="aimbotdetector" config="@b3/extplugins/conf/aimbotdetector.xml"/>
  74. <plugin name="autoreg" config="@b3/extplugins/conf/autoreg.xml"/>
  75. <plugin name="firstkill" config="@b3/extplugins/conf/firstkill.xml"/>
  76. <plugin name="chatlogger" config="@b3/extplugins/conf/plugin_chatlogger.ini"/>
  77. <plugin name="ctime" config="@b3/extplugins/conf/plugin_ctime.xml"/>
  78. <plugin name="poweradminbf4" config="@b3/extplugins/conf/plugin_poweradminbf4.ini"/>
  79. <plugin name="spree" config="@b3/extplugins/conf/plugin_spree.xml"/>
  80. <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
  81. </plugins>
  82. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement