Jump to content
  • 0
noobsai

How can I add ra logs to normal account/players

Question

1 answer to this question

Recommended Posts

  • 0
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

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.