In trunk/conf/group.conf
<commandname> : [ <bool>, <bool> ]
First boolean value is for atcommand, second one for charcommand. If set to
true, group can use command. If only atcommand value is provided, false is
assumed for charcommand. If a command name is not included, false is assumed for
both atcommand and charcommand.
For a full list of available commands, see: doc/atcommands.txt.
Command names must not be aliases.
So,
It should be like this :
{
id: 20
name: "Event"
inherit: ( "Support" )
level: 20
commands: {
blvl: [true, false]
}
log_commands: true
permissions: {
}
},
Please correct me if I'm wrong.