First of it all, thanks very much to SvaRoXthe Plugin brings the Knife a bit more in Foreground.
The Idea behind is to enhance the Gameplay by motivate Players to chose difficult Weapons.
Requirements:-B3 v.1.4.1
-XLR Stats (optional, for use of !knallstats, !kntestscore)
-A Table
Commands aviaible:!knstats [<player>] / !kns [<player>] : tells a given player/himself his/her knife kills stats
!kntopstats / !knts : tells a given player top stats
!knstfu (toggle) : displays/hides bigtexts
!knchallenge <player>/ !knch <player> : challenge someone
!knallstats <player> / !knas <player> : total number of knife kills from xlrstats
!kntestscore <player> / !kntest <player> : displays the amount of xlrstats skill points you will get for slicing <player>
!knrecord / !knrec : shows the knife kills record for the current map
knstfu is made for the admins
Download the Plugin
hereINSTALLat0R Instruct0R1.] Extract to the coresponding Folders
--> extplugins (!!!)
2.] Execute teh Following SQL Query to generate the required Table:
CREATE TABLE /*!32312 IF NOT EXISTS*/ `plugin_knife_hof` (
`map_name` varchar(255) NOT NULL,
`playerid` int(11) NOT NULL,
`score` smallint(6) NOT NULL,
PRIMARY KEY (`map_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
3.] Add the following Line to ur b3.xml
<plugin name="knifer" priority="##" config="@b3/extplugins/conf/knifer.xml"/>
(where ## is like allways the next free number in the list)
4.] Don´t be silly.
Don´t forget to restart the bot.