"GameChatFilter"
{
"ChatTag" "{RED}[cF] "
"ImmunFlag" "z"
/**
* @RU
* Фильтр сообщений от игроков
* @EN
* Filter messages from players
* @TYPE
* cell
*/
"ChatMonitor" "1"
/**
* @RU
* Фильтр адрессов серверов в чате
* @EN
* Filter the addresses of the servers in the chat
* @TYPE
* cell
*/
"IPMonitor" "1"
/**
* @RU
* Фильтр сообщений от сервера
* @EN
* Filter messages from the server
* @TYPE
* cell
*/
"ServerMsgMonitor" "1"
/**
* @RU
* Фильтр триггеров (Example: !admin)
* @EN
* Trigger filter
* @TYPE
* cell
*
* @DESC
* Hides the trigger in the chat
*/
"TriggersMonitor" "1"
/**
* @RU
* Регулярное выражение для фильтра IPMonitor
* @EN
* Regular expression for IPMonitor filter
* @TYPE
* string
*/
"regex" "\\d{1,3}(\\s*)?.(\\s*)?\\d{1,3}(\\s*)?.(\\s*)?\\d{1,3}(\\s*)?.(\\s*)?\\d{1,3}(\\s*)?.(\\s*)?\\d{3,5}"
/**
* @RU
* Предупреждения
* @EN
* Warnings
*/
"warns"
{
/**
* @RU
* Имя секции, соблюдать порядок и нумерацию
* @EN
* The name of the section to comply with the order and numbering
* @TYPE
* cell
*/
"1"
{
/**
* @RU
* Команда выполняемая над игроком, если не требуется, то следует вписать "none"
* @EN
* The command executed on the player, if not required, you should enter "none"
* @TYPE
* string
*/
"cmd" "none"
/**
* @RU
* Ключ из библиотеки переводов плагина
* @EN
* Key from plugin translation library
* @TYPE
* string
*/
"msg" "cF_none"
}
"2"
{
// {UID} - user id
"cmd" "sm_slap {UID} 10"
"msg" "cF_slap"
}
"3"
{
"cmd" "sm_ban {UID} 10 Lol"
"msg" "cF_none"
}
}
}