Thread: Tag Protection
View Single Post
InstantDeath
Senior Member
Join Date: Mar 2007
Old 11-05-2008 , 14:04   Re: Tag Protection
Reply With Quote #4

heres an example.

say you want to add the tag "[1337]"
and you dont want to ban the offenders, just kick.

all you would do is:
Code:
"Tag Protection"
{
    "[SUCK]"
    {
        "time"        "-1"
    }
    "[myg0t]"
    {
        "time"        "0"
    }
    "[1337]"
    {
        "time"        "-1"
    }
}
now to actually have the person protected, you need to give the person the admin flag custom1.
or you can create a admin group that only has the admin flag custom1.

as i said before, people with root access are also immune to kick or ban.
__________________

Last edited by InstantDeath; 11-05-2008 at 14:08.
InstantDeath is offline