Guest User

Untitled

a guest
Feb 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. <configuration>
  2. <settings name="b3">
  3. <set name="parser">cod4</set>
  4. <!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
  5. <set name="database">mysql://root:sanuthepro@localhost/cm</set>
  6. <!-- Name of the bot -->
  7. <set name="bot_name">b3</set>
  8. <!-- Ingame messages are prefixed with this code, you can use colorcodes -->
  9. <set name="bot_prefix"></set>
  10. <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
  11. <!-- The timezone your bot is in -->
  12. <set name="time_zone">IST</set>
  13. <!-- How much detail in the b3 logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
  14. <set name="log_level">9</set>
  15. <!-- Name of the logfile the bot will generate -->
  16. <set name="logfile">b3.log</set>
  17. </settings>
  18. <settings name="server">
  19. <!-- The RCON pass of your gameserver -->
  20. <set name="rcon_password">death63</set>
  21. <!-- The port the server is running on -->
  22. <set name="port">27215</set>
  23. <!-- The gameserver generates a logfile, put the path and name here (very important !) -->
  24. <set name="game_log">/home/server/death/mods/cm_deathrun/games_mp.log</set>
  25. <set name="public_ip">209.58.164.193</set>
  26. <!-- The IP the bot can use to send RCON commands to (127.0.0.1 when on the same box) -->
  27. <set name="rcon_ip">209.58.164.193</set>
  28. <!-- Is the gameserver running PunkBuster Anticheat: on/off -->
  29. <set name="punkbuster">off</set>
  30. <!-- Delay between each log reading. Set a higher value to consume less disk ressources or bandwidth if you remotely connect (ftp or http remote log access) -->
  31. <set name="delay">0.33</set>
  32. <!-- Number of lines to process per second. Set a lower value to consume less CPU ressources -->
  33. <set name="lines_per_second">50</set>
  34. </settings>
  35. <settings name="autodoc">
  36. <set name="type">html</set>
  37. <set name="maxlevel">100</set>
  38. </settings>
  39. <settings name="update">
  40. <set name="channel">stable</set>
  41. </settings>
  42. <settings name="messages">
  43. <set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
  44. <set name="kicked">$clientname^7 was kicked $reason</set>
  45. <set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
  46. <set name="banned">$clientname^7 was banned $reason</set>
  47. <set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
  48. <set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $reason</set>
  49. <set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
  50. <set name="unbanned">$clientname^7 was un-banned $reason</set>
  51. </settings>
  52. <settings name="plugins">
  53. <set name="external_dir">@b3/extplugins</set>
  54. </settings>
  55. <plugins>
  56. <plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml" />
  57. <plugin name="admin" config="@conf/plugin_admin.xml" />
  58. <plugin name="stats" config="@conf/plugin_stats.xml" />
  59. <plugin name="adv" config="@conf/plugin_adv.xml" />
  60. <plugin name="status" config="@conf/plugin_status.xml" />
  61. <plugin name="welcome" config="@conf/plugin_welcome.xml" />
  62. <plugin name="customcommands" config="@b3/extplugins/conf/plugin_customcommands.ini" />
  63. <plugin name="autoreg" config="@b3/extplugins/conf/autoreg.ini"/>
  64. <plugin name="extraadmin" config="@b3/extplugins/conf/extraadmin.xml"/>
  65. <plugin name="gotospec" config="@b3/extplugins/conf/gotospec.xml"/>
  66. <plugin name="masteradmin" config="@b3/extplugins/conf/plugin_masteradmin.xml"/>
  67. <plugin name="openbanter" config="@b3/extplugins/conf/openbanter.xml"/>
  68. <plugin name="playerinfo" config="@b3/extplugins/conf/playerinfo.xml"/>
  69. <plugin name="mute" config="@b3/extplugins/conf/plugin_mute.xml"/>
  70. <plugin name="potion" config="@b3/extplugins/conf/potion.xml"/>
  71. <plugin name="ultraadmin" config="@b3/extplugins/conf/ultraadmin.xml"/>
  72. <plugin name="funnyfarm" config="@b3/extplugins/conf/funnyfarm.xml"/>
  73. <plugin name="chat" config="@b3/extplugins/conf/plugin_chat.xml"/>
  74. <plugin name="calladmin" config="@b3/extplugins/calladmin/conf/plugin_calladmin.ini" />
  75. <plugin name="geowelcome" config="@b3/extplugins/conf/geowelcome.xml"/>
  76. <plugin name="website" config="@b3/extplugins/conf/plugin_website.xml"/>
  77. <plugin name="location" config="@b3/extplugins/conf/plugin_location.ini" />
  78. <plugin name="spree" config="@b3/extplugins/conf/plugin_spree.xml"/>
  79. <plugin name="greet" config="@b3/extplugins/conf/greet.xml"/>
  80. <plugin name="topkiller" config="@b3/extplugins/conf/plugin_topkiller.xml"/>
  81. <plugin name="tagprotect" config="@b3/extplugins/conf/tagprotect.xml"/>
  82. <plugin name="pingkicker" config="@b3/extplugins/conf/plugin_pingkicker.xml"/>
  83. <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
  84. </plugins>
  85. </configuration>
Add Comment
Please, Sign In to add comment