raijin91 Posted October 31, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 07/06/12 Last Seen: April 6, 2017 Share Posted October 31, 2012 (edited) How can i disable some of the character commands? like #allstats etc.. thanks in advance Edited October 31, 2012 by raijin91 Quote Link to comment Share on other sites More sharing options...
ossi0110 Posted October 31, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 318 Reputation: 37 Joined: 12/30/11 Last Seen: October 3, 2017 Share Posted October 31, 2012 look in your groups_conf there you can set all @command what a plyer can use Quote Link to comment Share on other sites More sharing options...
raijin91 Posted October 31, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 07/06/12 Last Seen: April 6, 2017 Author Share Posted October 31, 2012 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?. Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 31, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Yesterday at 05:27 AM Share Posted October 31, 2012 if you enabled certain command for players / GMs..... i think should be something like this... trunk/conf/groups.conf commands: { rates: [ true,false ] } Quote Link to comment Share on other sites More sharing options...
raijin91 Posted October 31, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 07/06/12 Last Seen: April 6, 2017 Author Share Posted October 31, 2012 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 ^^ Quote Link to comment Share on other sites More sharing options...
Dastgir Posted October 31, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Saturday at 11:27 AM Share Posted October 31, 2012 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: trueIt will also work. Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 31, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Yesterday at 05:27 AM Share Posted October 31, 2012 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 Quote Link to comment Share on other sites More sharing options...
Dastgir Posted November 1, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Saturday at 11:27 AM Share Posted November 1, 2012 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. Quote Link to comment Share on other sites More sharing options...
Question
raijin91
How can i disable some of the character commands?
like #allstats etc.. thanks in advance
Edited by raijin91Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.