Advertisement
Guest User

b3.xml - Falkor

a guest
Apr 17th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.01 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--Created by BigBrotherBot Config File Generator at http://config.bigbrotherbot.net  -->
  3. <!--
  4. Color codes:
  5.  ^1 = ROUGE
  6.  ^2 = VERT
  7.  ^3 = JAUNE
  8.  ^4 = BLEU
  9.  ^5 = CYAN
  10.  ^6 = ROSE
  11.  ^7 = BLANC
  12.  ^0 = NOIR
  13. -->
  14. <configuration>
  15.   <settings name="b3">
  16.     <set name="bot_name">b3</set>
  17.     <!--Ingame messages are prefixed with this code, you can use colorcodes.-->
  18.     <set name="bot_prefix">^1(^2b3^1)^7:</set>
  19.     <!--You can arrange the time format as specified in python's time directives.-->
  20.     <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
  21.     <set name="time_zone">CET</set>
  22.     <!--The amount of logging you want in your b3.log file. Lower numbers log more information.-->
  23.     <set name="log_level">9</set>
  24.     <!--Name and path of the logfile the bot will generate.<br/>@conf : the folder containing this config file-->
  25.     <set name="logfile">/var/lib/b3/urt41/b3.log</set>
  26.     <!--Your game parser.-->
  27.     <set name="parser">iourt41</set>
  28.     <!--Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name]-->
  29.     <set name="database">mysql://xxxx:yyyyyy@localhost/wwwwwww</set>
  30.   </settings>
  31.   <settings name="server">
  32.     <!--Enter your rcon password.-->
  33.     <set name="rcon_password">tbyrcon</set>
  34.     <!--Enter your game server's rcon (admin) port.-->
  35.     <set name="port">27960</set>
  36.     <!--Enter your game server's public IP.-->
  37.     <set name="public_ip">xx.yy.zz.tt </set>
  38.     <!--Enter your game server's rcon IP.-->
  39.     <set name="rcon_ip">127.0.0.1</set>
  40.     <!--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)-->
  41.     <set name="delay">0.33</set>
  42.     <!--Number of lines to process per second. Set a lower value to consume less CPU ressources-->
  43.     <set name="lines_per_second">50</set>
  44.     <!--Select on if you use Punkbuster, otherwise select off.-->
  45.     <set name="punkbuster">off</set>
  46.     <!--Select your game log file location.-->
  47.     <set name="game_log">/var/log/urbanterror/urt.log</set>
  48.   </settings>
  49.   <settings name="autodoc">
  50.     <!--Select autodoc file type you want to use.-->
  51.     <set name="type">html</set>
  52.     <!--If you want to exclude commands reserved for higher levels, you may enter a lower value here.-->
  53.     <set name="maxlevel">100</set>
  54.     <!--Select the location where you want to generate your command documentation file.-->
  55.     <set name="destination">@conf/b3_doc.html</set>
  56.   </settings>
  57.   <settings name="update">
  58.     <!--B3 checks if a new version is available at startup. Choose here what channel you want to check against.-->
  59.     <set name="channel">stable</set>
  60.   </settings>
  61.   <settings name="messages">
  62.     <!--The message that will be displayed when a player is kicked by a mod/admin.-->
  63.     <set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
  64.     <!--The message that will be displayed when a player is kicked by B3.-->
  65.     <set name="kicked">$clientname^7 was kicked $reason</set>
  66.     <!--The message that will be displayed when a player is banned by a mod/admin.-->
  67.     <set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
  68.     <!--The message that will be displayed when a player is kicked by a B3.-->
  69.     <set name="banned">$clientname^7 was banned $reason</set>
  70.     <!--The message that will be displayed when a player is temp banned by a mod/admin.-->
  71.     <set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
  72.     <!--The message that will be displayed when a player is temp banned by B3.-->
  73.     <set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $reason</set>
  74.     <!--The message that will be displayed when a player is unbanned by a mod/admin.-->
  75.     <set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
  76.     <!--The message that will be displayed when a player is unbanned by B3-->
  77.     <set name="unbanned">$clientname^7 was un-banned $reason</set>
  78.   </settings>
  79.   <settings name="plugins">
  80.     <!--Enter here the path to the config folder for your external plugins.-->
  81.     <set name="external_dir">/var/lib/urt/b3/extplugins</set>
  82.   </settings>
  83.   <plugins>
  84.     <!-- This plugin provides main B3 functionalities. -->
  85.     <plugin name="admin" config="@conf/plugin_admin.xml"/>
  86.  
  87.     <!-- Displays round based stats -->
  88.     <plugin name="stats" config="@conf/plugin_stats.xml"/>
  89.  
  90.     <!-- Writes server status to an xml file - for further use of 3rd party tools -->
  91.     <plugin name="status" config="@conf/plugin_status.xml"/>
  92.  
  93.     <!-- Welcomes players -->
  94.     <plugin name="welcome" config="@conf/plugin_welcome.xml"/>
  95.  
  96.     <!-- Write bigtext when someone makes a funny death -->
  97.     <plugin name="funnydeath" config="/var/lib/b3/urt41/conf/plugin_funnydeath.xml"/>
  98.     <!-- Attempt to detect cheaters -->
  99.     <plugin name="haxbusterurt" config="/var/lib/b3/urt41/conf/plugin_haxbusterurt.xml"/>
  100.     <!-- Stats on head shots -->
  101.     <plugin name="headshotsurt" config="/var/lib/b3/urt41/conf/plugin_headshotsurt.ini"/>
  102.     <!-- nader -->
  103.     <plugin name="nader" config="/var/lib/b3/urt41/conf/plugin_nader.xml"/>
  104.     <!-- Warn and remits the players that do not meet the auto-join -->
  105.     <plugin name="pbautojoin" config="/var/lib/b3/urt41/conf/plugin_pbautojoin.ini"/>
  106.     <!-- Gives a nice potion -->
  107.     <plugin name="potion" config="/var/lib/b3/urt41/conf/plugin_potion.xml"/>
  108.     <!-- Power Admin Urt -->
  109.     <plugin name="poweradminurt" config="/var/lib/b3/urt41/conf/plugin_poweradminurt.ini"/>
  110.     <!-- Provide Top killer stats -->
  111.     <plugin name="topkiller" config="/var/lib/b3/urt41/conf/plugin_topkiller.xml"/>
  112.     <!-- Multiple slap / slap to death with !mslap and !bitchslap -->
  113.     <plugin name="urtbslap" config="/var/lib/b3/urt41/conf/plugin_urtbslap.xml"/>
  114.     <!-- To call votes on UrT server through B3 -->
  115.     <plugin name="voting" config="/var/lib/b3/urt41/conf/plugin_voting.xml"/>
  116.  
  117.   </plugins>
  118. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement