biggeordie.php install notes  /
------------------------------/
-------------------------------

-->All functions are enabled by default<--

1. There is a rank kicker function that you can configure to kick players that are ranked higher than a specified
    limit (Line 35).  You can also enable and disable this function (Line 30).
    This limit is currently set at 5000, so it will kick all players that have a world ladder rank better than 5000. 
    (e.g 4999 or even 3000 etc).  This has now been updated with an extra function that will kick rubbish players as well.
    (Enable/Disable this on line 58, change limit on line 63)
    This limit is set as 75000, so it will kick all players that have a world ladder rank worse than 75000. 
    (e.g 75001 or even 200000 etc)  Of course, you can change these limits in the plugin but I would only recommend
    enabling one of these rank kick functions at a time. (Rank kick great players is currently the default)

2. There is also  a swear filter & swear kicker that can be configured on lines 151, 154, 157 and lines 161 - 171.
   On lines 184 and 376, you can also customize the swear kick messages that get sent.
   
IMPORTANT: The config option on line 157 to display a swear warning has been disabled due to a bug that keeps reproducing
    the warning message for any word that gets typed.  The warning message (line 190) is now also on line 376 
    (in the main bot responses).  Change the keywords according to the config (lines 161 - 171) you have set on different
    swear words.
   

3. You can customize the bot to say whatever you like, just look at the examples (lines 199 - 378) and use them
    to build your own ideas !

4. The bot's name can be changed on lines 82 and 135.

5. Place this in your plugins folder and edit plugins.xml to include this line :

   <plugin>biggeordie.php</plugin>

6. Restart Aseco/XAseco and enjoy !

Support: http://www.tm-forum.com/viewtopic.php?f=28&t=5197&start=0

