Jump to content
  • 0
Sign in to follow this  
jomjoms123

help how to add player commands

Question

9 answers to this question

Recommended Posts

  • 0

now i mean how can i add the commands how to enable into normal players

Put them in your /conf/groups.conf :>

 

{	id: 0 /* group 0 is the default group for every new account */	name: "Player"	level: 0	inherit: ( /*empty list*/ )	commands: {		/* no commands by default */	}	permissions: {		/* without this basic permissions regular players could not 		trade or party */		can_trade: true		can_party: true	}},

Share this post


Link to post
Share on other sites
  • 0

You don't need to add permissions, you want to add commands.

 

Taken from conf/groups.conf

{	id: 1	name: "Super Player"	inherit: ( "Player" ) /* can do everything Players can and more */	level: 0	commands: {		/* informational commands */		commands: true		charcommands: true		help: true		rates: true		uptime: true		showdelay: true		exp: true		mobinfo: true		iteminfo: true		whodrops: true		time: true		jailtime: true		hominfo: true		homstats: true		showexp: true		showzeny: true		whereis: true		/* feature commands */		refresh: true		noask: true		noks: true		autoloot: true		alootid: true		autotrade: true		request: true		go: true		breakguild: true		channel: true	}	permissions: {	}},

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.