Jump to content
  • 0
Jedzkie

About GM Commands

Question

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 :)

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0
{	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.

Share this post


Link to post
Share on other sites
  • 0

hi Dastgir, 

 

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

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.