Jump to content
  • 0

HELP! char cmds


raijin91

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  07/06/12
  • Last Seen:  

How can i disable some of the character commands?

like #allstats etc.. thanks in advance :)

Edited by raijin91
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   37
  • Joined:  12/30/11
  • Last Seen:  

look in your groups_conf there you can set all @command what a plyer can use

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  07/06/12
  • Last Seen:  

look in your groups_conf there you can set all @command what a plyer can use

i want to disable the char command only.. ex: #allstats=disabled, @allstats=allowed. is it possible?.
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

if you enabled certain command for players / GMs.....

i think should be something like this...

trunk/conf/groups.conf

commands: {
 rates: [ true,false ]
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  07/06/12
  • Last Seen:  

if you enabled certain command for players / GMs.....

i think should be something like this...

trunk/conf/groups.conf

commands: {
 rates: [ true,false ]
}

So thats how it is. now i know.. thanks a lot Emistry ^^
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  331
  • Reputation:   63
  • Joined:  11/29/11
  • Last Seen:  

if you enabled certain command for players / GMs.....

i think should be something like this...

trunk/conf/groups.conf

commands: {
rates: [ true,false ]
}

So thats how it is. now i know.. thanks a lot Emistry ^^

rates: true

It will also work.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

How can i disable some of the character commands?

like #allstats etc.. thanks in advance :)

rates : true

will enable the usage of

@rates
#rates   <----------- but i think he want to disable this

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  331
  • Reputation:   63
  • Joined:  11/29/11
  • Last Seen:  

In Docs,

<commands>
A group of settings
<command name> : <bool>
or
<commandname> : [ <bool>, <bool> ]
First boolean value is for atcommand, second one for charcommand. If set to 
true, group can use command. If only atcommand value is provided, false is 
assumed for charcommand. If a command name is not included, false is assumed for 
both atcommand and charcommand.

so if its

rates: true

the char command is not enabled.

rates: true
rates: [ true, false ]

Both Means the same.

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...