Jump to content
  • 0
Sign in to follow this  
benormal

Admin Commands

Question

How to limit Admin's *allstats, *item to another player etc without limiting other admin commands 

 

I just want to limit commands to help other players with giving items,lvlup,baselvlup and stats

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

How to limit Admin's *allstats, *item to another player etc without limiting other admin commands 

 

I just want to limit commands to help other players with giving items,lvlup,baselvlup and stats

 

You can adjust specific commands for administrators by adding false as a second parameter in conf/groups.conf, which disables the charcommand (#) usage of the command. Honestly, though, if you don't trust your administrator(s) that much, then you should simply just move them to a different group with less commands in general.

 

Example:

{	id: 99	name: "Admin"	level: 99	inherit: ( "Support", "Law Enforcement" )	commands: {		/* not necessary due to all_commands: true */		allskill: [true, false]		allstats: [true, false]		skpoint: [true, false]		stpoint: [true, false]		str: [true, false]		agi: [true, false]		vit: [true, false]		int: [true, false]		dex: [true, false]		luk: [true, false]		item: [true, false]		blvl: [true, false]		jlvl: [true, false]		glvl: [true, false]		zeny: [true, false]	}	log_commands: true	permissions: {		can_trade: true		can_trade_bound: false		can_party: true		all_skill: false		all_equipment: false		skill_unconditional: false		use_check: true		use_changemaptype: true		all_commands: true		hchsys_admin: true	}}

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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