Jump to content
  • 0

How can I add ra logs to normal account/players


Question

1 answer to this question

Recommended Posts

  • 0
Posted
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
	}
},

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...