I want my "admin" group to only have slay, kick, and gag.
How would I edit that into my ulib/data/ulib/format.txt
So far I have this:
Format of group that gets the same allows as a superadmin in groups.txt--
"<group_name>"
{
"allow"
{
"ulx gag"
"ulx slay"
"ulx kick"
}
"deny"
{
"ulx cexec"
}
"inherit_from" "admin"
}
How would I make it disable all the commands but slay,gag, and kick is my question?