diff options
Diffstat (limited to 'conf/groups.conf')
-rw-r--r-- | conf/groups.conf | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 01e64dcbe..0a62da59f 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -80,12 +80,16 @@ groups: ( level: 0 inherit: ( /*empty list*/ ) commands: { + help: true + commands: true + request: true duel: true accept: true reject: true leave: true whogm: true email: true + rates: true } permissions: { /* without this basic permissions regular players could not @@ -324,7 +328,7 @@ groups: ( }, { id: 8 - name: "Game Master" + name: "Herc Game Master" inherit: ( "Event Coordinator", "Officer" ) level: 6 commands: { @@ -340,12 +344,33 @@ groups: ( } }, { + id: 80 + name: "Game Master" + level: 80 + inherit: ( "Player", "Herc Game Master" ) + commands: { + raisemap: [true, true] + raise: [true, true] + } + log_commands: true + permissions: { + can_trade_bound: false + can_party: true + all_skill: false + all_equipment: false + skill_unconditional: false + use_check: true + use_changemaptype: true + } +}, +{ id: 99 name: "Administrator" level: 99 - inherit: ( "Developer", "Game Master" ) + inherit: ( "Developer", "Herc Game Master" ) commands: { /* not necessary due to all_commands: true */ + accinfo: false } log_commands: true permissions: { |