diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-27 16:44:13 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-27 16:44:13 -0200 |
commit | f39673bf02903adee127d76bd9fde2f225af350a (patch) | |
tree | 40bf54f8f0158317c4770ea4fe2dd5b0e4540d68 /conf | |
parent | dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf (diff) | |
download | serverdata-f39673bf02903adee127d76bd9fde2f225af350a.tar.gz serverdata-f39673bf02903adee127d76bd9fde2f225af350a.tar.bz2 serverdata-f39673bf02903adee127d76bd9fde2f225af350a.tar.xz serverdata-f39673bf02903adee127d76bd9fde2f225af350a.zip |
Merge Script Manager with Developer
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 27a3a5c40..6c39ee10c 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -172,25 +172,6 @@ groups: ( } }, { - id: 3 - name: "Script Manager" - inherit: ( "Support" ) /* Script Manager is not used in TMW2 and may be removed later */ - level: 4 - commands: { - tonpc: true - hidenpc: true - shownpc: true - loadnpc: true - unloadnpc: true - npcmove: true - addwarp: true - save: [true, true] - } - log_commands: true - permissions: { - } -}, -{ id: 4 name: "Event Coordinator" /* Event Coordinator is not used in TMW2 and may be removed later */ inherit: ( "Support" ) @@ -254,9 +235,17 @@ groups: ( { id: 5 name: "Developer" - inherit: ( "Support", "Script Manager" ) + inherit: ( "Support" ) level: 5 commands: { + tonpc: true + hidenpc: true + shownpc: true + loadnpc: true + unloadnpc: true + npcmove: true + addwarp: true + save: [true, true] hide: true follow: true warp: true |