I vote for something more complex, but in my mind, give more controls to server owners.
group <UNIQUE_ID> {
<KEY>:<VALUE>,
inherit: <GROUP_ID>{,<GROUP_ID>,<GROUP_ID>,<GROUP_ID>,<GROUP_ID>,...},
}
example:
group admin {
can_drop_items: 1,
can_do_something: 1,
can_do_anything: 1,
inherit: gamemasters, players
}
group supporters {
can_do_anything_that_gm_not: 1,
}
command configuration:
hide: gamemasters
rates: players
jumpto: supporters
If we do rewrite the system, lets make a stable and consistent system. With this, you solve the problem with items and others configurations... and others will just need to edit 2 files (groups and commands), so permissions will go in the groups, and not around 1000 config files.