AMX BAN CFG ( CS16 ) - Plugins - GAMELIFE România Jump to content

1 Screenshot

About This File

Author: Safety1st 

 

Description:
ban cfg is a plugin that bans players by a certain value set by you, and so, they can no longer enter the server, even if they change their ip/even if they have a dynamic ip or with another nickname.
This is the latest version at the moment, the author does not provide the sma file, but the version is compiled by a moderator at cs.net ua and is 100% clean.

Cvars:

(the most important bancfg_key )
Add it in amxx.cfg

Example:
bancfg_key "jalqdahdkvjsd"(not more than 15 characters)
so by this value, "jalqdahdkvjsd", the plugin will judge whether to allow it to the server or not.

 

Commands:
amx_bancfgmenu - displays a menu with player nicknames.
amx_bancfg <nick or #userid> <time in minutes> [reason]
amx_unbancfg <exact nick or IP address> [reason] - unban the player by IP or nick
amx_unbancfg_clear - clears the entire ban list.
amx_bancfg_bantimes 0 10 60 1440 - set menu ban time in minutes (server command, for use in amxx.cfg). For permanent ban, set 0

For console bans it is good to use the player's #userid).

 

 

Example:

amx_bancfg #479 0
amx_unbancfg "Fair Player" "demo"

 

Setting:
bancfg_key jalqdahdkvjsd It should be the same on all your servers. Make up your own, no spaces and max 15 characters.
bancfg_cmdformat 0 – amx_bancfg command form:
0 – amx_bancfg <name or #userid> <minutes> [reason]
1 – amx_bancfg <minutes> <name or #userid> [reason]

bancfg_bantype 0 – shows the ban system of the server.
0- no ban-system: the plugin will make a record in the AMXX-log, which is analogous to the AMXX ban-system and will remember the IP address).
1- ban will be set with command amx_ban player, time (AMXBans 6, Advanced Bans);
2 - amx_ban time player (AMXBans # Gm 1.6, AMXBans 5)
3 - fb_ban time player (Fresh Bans).

Attention! When using another ban system, players must be banned both in that system and in BanCfg.

The plugin maintains its own database of banned IP addresses (file data\amx_bancfg_bannedips.txt, the so-called local storage).
If over time, the specific IP address is recognized as statistical (the player uses it for several days), then it is added to the list of IP bans on the server ((listip.cfg)

bancfg_keepip 10 - how many days to keep a record for a specific IP address, by default 10 days).
0- turn off local storage (not recommended!)
bancfg_treatasstatic 5 – (how many days the player has to use this IP to be recognized as static (statistically, by default 5 days.

File amx_bancfg.txt is placed in data/lang
 

 

 


User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

There are no reviews to display.



×
×
  • Create New...

Important Information