From fb14fe8d865275a16f7e48b67725154817b5700f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Mar 2018 09:25:38 -0300 Subject: Update groups.conf. Now we must wait for pipeline --- conf/groups.conf | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) (limited to 'conf/groups.conf') diff --git a/conf/groups.conf b/conf/groups.conf index c1c0f578c..f8d1e6cd5 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -101,12 +101,21 @@ groups: ( { id: 1 name: "Super Player" - inherit: ( "Player" ) /* can do everything Players can and more */ - level: 2 + inherit: ( "Player" ) /* sponsors can do everything Players can and more */ + level: 1 + commands: { + } + log_commands: false + permissions: { + } +}, +{ + id: 2 + name: "Support" + inherit: ( "Super Player" ) /* Support is not used in TMW2 and may be removed later */ + level: 3 commands: { - commands: true charcommands: true - help: true rates: true uptime: true showdelay: true @@ -128,22 +137,9 @@ groups: ( alootid: true autoloottype: true autotrade: true - request: true go: true breakguild: true channel: true - } - log_commands: true - permissions: { - show_client_version: true - } -}, -{ - id: 2 - name: "Support" - inherit: ( "Super Player" ) - level: 3 - commands: { version: true where: [true, true] jumpto: true @@ -165,6 +161,7 @@ groups: ( } log_commands: true permissions: { + show_client_version: true receive_requests: true view_equipment: true } @@ -172,7 +169,7 @@ groups: ( { id: 3 name: "Script Manager" - inherit: ( "Support" ) + inherit: ( "Support" ) /* Script Manager is not used in TMW2 and may be removed later */ level: 4 commands: { tonpc: true @@ -190,7 +187,7 @@ groups: ( }, { id: 4 - name: "Event Coordinator" + name: "Event Coordinator" /* Event Coordinator is not used in TMW2 and may be removed later */ inherit: ( "Support" ) level: 4 commands: { @@ -255,7 +252,7 @@ groups: ( id: 5 name: "Developer" inherit: ( "Support", "Script Manager" ) - level: 4 + level: 5 commands: { broadcast: true localbroadcast: true @@ -276,7 +273,7 @@ groups: ( { id: 6 name: "Patrol" - inherit: ( "Support" ) + inherit: ( "Support" ) /* Patrol is not used in TMW2 and may be removed later */ level: 4 commands: { kick: true @@ -298,7 +295,7 @@ groups: ( { id: 7 name: "Officer" - inherit: ( "Support", "Patrol" ) + inherit: ( "Support", "Patrol" ) /* Officer is not used in TMW2 and may be removed later */ level: 5 commands: { heal: [true, true] @@ -325,7 +322,7 @@ groups: ( { id: 8 name: "Herc Game Master" - inherit: ( "Event Coordinator", "Officer" ) + inherit: ( "Event Coordinator", "Officer" ) /* Herc Game Master is not used in TMW2 and may be removed later */ level: 6 commands: { fakename: true -- cgit v1.2.3-60-g2f50