I will that antinoob kick instantly without a warning for tubes
in my config i have the 3, in an old version stand that this number stands for insta kick without warning. But B3 dont kick, he warns....
What must i do that b3 kick the player instantly?
my config:
<!-- Comments by MordyT-->
<!-- Plesae read the README for config help -->
<!-- There are 2 main modes here: timed and all map. In short, the timed one is if you only want the weapons to be punished during the first x seconds (see warn_duration) and the all map one is if you want to punish regardless of how long it has been since the map started. You can have both at the same time if you want.-->
<!-- You will need the names of the weapons as they appear in the games_mp.log -->
<configuration plugin="antinoob">
<settings name="settings">
<set name="warn_duration">0</set>
<!-- The amount of time to watch for weapons. If you want to only ban RPG for the first 10 seconds, set this to 10, then set RPG in the timed_kick below. info_message is sent when this time starts and unlock_message gets sent when time is up. -->
<set name="warning_rule">rule5</set>
<!-- What rule should we use when warning people if weapon is warned/banned below? rule2 is in the admin plugin -->
<set name="banned_warning_rule">rule5</set>
<!-- What rule should we use when warning people if weapon is banned below -->
<set name="unlock_message"></set>
<!-- If using this in "timed" mode, what should the message say when the time is up? See README -->
<set name="info_message">^3 No noob tubing, Last Stand or Second Chance!!!</set>
<!-- If using this in timed mode, the above warning will be sent to the server to let people know about restrictions? -->
<set name="bannedonly_info_message">^3 Please, No last stand, GL's or RPG's !!!</set>
<!-- What message should be sent to the server at round start? -->
<!--
IMPORTANT - if you don't want a message to sent to the server, just delete the message, not the set_name!
Removing the set name as well will cause the plugin NOT to work and B3 WON'T start!
-->
</settings>
<!-- If you want a map to be excluded from the timed settings, enter it's name here (and uncomment it). -->
<!--
<maps>
EXAMPLE: <map name="mp_citystreets">15</map>
</maps>
-->
<!-- Enter the weapon names as they appear in the log file here to have warnings issued (timed) -->
<weapon_timed_warn>
</weapon_timed_warn>
<weapon_timed_kick>
</weapon_timed_kick>
<weapon_banned_kick>
</weapon_banned_kick> -->
<weapon_banned_warn>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_m16_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_m16_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_enfield_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_enfield_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_m14_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_m14_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_famas_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_famas_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_galil_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_galil_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_aug_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_aug_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_fnfal_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_fnfal_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_ak47_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_ak47_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_commando_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_commando_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">gl_ak74u_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">gl_ak74u_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">china_lake_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">china_lake_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE">rpg_mp</weapon>
<weapon perm="3" mod="MOD_GRENADE_SPLASH">rpg_mp</weapon>
<weapon mod="MOD_FALLING"></weapon>
</weapon_banned_warn>
</configuration>