Jump to content
  • 0

How can I add ra logs to normal account/players


noobsai

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   0
  • Joined:  02/05/12
  • Last Seen:  

Hello,

Is it possible to enable fluxcp raLogs menu > Commands to be on normal players account ?

If yes, how do I do it?Screenshot_19.png.8d1c16537a6fc9ef2409064751618971.png

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1536
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, noobsai said:

Hello,

Is it possible to enable fluxcp raLogs menu > Commands to be on normal players account ?

If yes, how do I do it?Screenshot_19.png.8d1c16537a6fc9ef2409064751618971.png

 

at conf/groups.conf for groupid that u want (use at id: 0 for normal account level 0)

before permission line, add 

log_commands: true
permissions: {
 }

 

Example :

 

groups: (
{
	id: 0 /* group 0 is the default group for every new account */
	name: "Player"
	level: 0
	inherit: ( /*empty list*/ )
	commands: {
		changedress: true
		resurrect: true
		rates: true
		help: true
		uptime: true
		mobinfo: true
		iteminfo: true
		exp: true
		time: true
	}
	log_commands: true
	permissions: {
		/* without this basic permissions regular players could not 
		trade or party */
		can_trade: true
		can_party: true
		attendance: true
	}
},

 

Link to comment
Share on other sites

×
×
  • Create New...