About GM Commands

Jedzkie

The Master of White Spaces
Messages
632
Points
0
Age
33
Location
Philippines
Discord
✪ Jedzkie#0662
IRC Nickname
Jedzkie
Github
Jedzkie
Emulator
Client Version
2016-03-16 RE
1. how can i disabled #commands for GM 99?

2. how can i disabled certain commands for GM 99 also, even i use "all_commands: true"

thank you for those who can help me
default_smile.png


 
make it level 100? how?

 
{ id: 99 name: "Admin" level: 99 inherit: ( ) commands: { item: false } log_commands: true permissions: { all_commands: true }}
This is group that allows all commands and don't want to give item to gm.

1) I don't know, maybe will need a source edit.

 
hi Dastgir, 

i tried your configuration in your post, but i can still use "@item" command due to the permission "all_commands: true"

 
The only thing I can think of is remove that permission, and add ALL commands by hand with the false option instead of true. True for some commands you want, false for others.

 
Back
Top