diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-22 20:32:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-22 20:32:05 -0300 |
commit | 2b488b800757ea8bc07a8191a813e26facab9d4a (patch) | |
tree | 19c768747fdabab4babcd2ed5cb5105c5a4d2a64 /conf/groups.conf | |
parent | b4268f3a3995fba2f218a41fc8c823636a26db66 (diff) | |
download | serverdata-2b488b800757ea8bc07a8191a813e26facab9d4a.tar.gz serverdata-2b488b800757ea8bc07a8191a813e26facab9d4a.tar.bz2 serverdata-2b488b800757ea8bc07a8191a813e26facab9d4a.tar.xz serverdata-2b488b800757ea8bc07a8191a813e26facab9d4a.zip |
Reestruct GM structure on Moubootaur Legends
Diffstat (limited to 'conf/groups.conf')
-rw-r--r-- | conf/groups.conf | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index ac5e833f0..f07725cb5 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -169,6 +169,14 @@ groups: ( monsterignore: true broadcast: true localbroadcast: true + tonpc: true + warp: true + jump: true + load: true + recall: true + save: [true, true] + hidenpc: true + shownpc: true } log_commands: true permissions: { @@ -184,23 +192,13 @@ groups: ( 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 - jump: true memo: true - load: true - recall: true slide: [true, true] sound: true + item: true + monster: true } log_commands: true permissions: { @@ -260,8 +258,10 @@ groups: ( id: 80 name: "Game Master" level: 80 - inherit: ( "Player", "Developer" ) + inherit: ( "Officer" ) commands: { + npcmove: true + hide: true kick: true jailfor: true hide: true @@ -364,7 +364,7 @@ groups: ( id: 99 name: "Administrator" level: 99 - inherit: ( "Developer" ) + inherit: ( "Game Master", "Developer" ) commands: { /* not necessary due to all_commands: true */ accinfo: false |