Jump to content
  • 0

How to fix commands that dont appear in


Question

Posted (edited)

I have issue in my vps. In my test server in windows the commands appear on players but on the actual server the commands dont work or appear. The AFK commands dont appear in players commands. I also tried to delete the commands and there is no update.

 

groups: (
{
	id: 0 /* group 0 is the default group for every new account */
	name: "Player"
	//inherit: ( "" ) /* can do everything Players can */
	level: 0
	commands: {
		commands: [true,false]
		time: [true,false]
		jailtime: [true,false]
		afk: [true,false]    <--------------- NOT WORKING
		afkspiritmode: [true,false] <--------------- NOT WORKING
		rates: [true,false]
		mobinfo: [true,false]
		refresh: [true,false]
		request: [true,false]
	}
	permissions: {
		/* without this basic permissions regular players could not
		trade or party */
		can_trade: true
		allow_trade: true
		allow_drop: true
		can_party: true
		attendance: true
	}
},

 

Edited by nasagnilac

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

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.

  • Recently Browsing   0 members

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