Jump to content
  • 0

How to fix commands that dont appear in


nasagnilac

Question


  • Group:  Members
  • Topic Count:  89
  • Topics Per Day:  0.02
  • Content Count:  232
  • Reputation:   15
  • Joined:  11/02/13
  • Last Seen:  

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
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  208
  • Reputation:   22
  • Joined:  01/14/13
  • Last Seen:  

Did you compile your server before running those?.
clear compile then recompile.

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

did you update your atcommands.yml ?

Edited by sader1992
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  89
  • Topics Per Day:  0.02
  • Content Count:  232
  • Reputation:   15
  • Joined:  11/02/13
  • Last Seen:  

Fixed. I just ./uninstall.sh

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