Jump to content
  • 0

Disable @die command for players


Question

Posted

I would like to disable @die command for players. I already put kill: false in groups.conf but players is still able to use it. Am I doing something wrong? Anyone can help me on this? Thank you!

 

id: 0 /* group 0 is the default group for every new account */
	name: "Player"
	level: 0
	inherit: ( /*empty list*/ )
	commands: {
		/* informational commands */
		commands: true
		rates: true
		showdelay: true
		exp: true
		mobinfo: true
		iteminfo: true
		whodrops: true
		time: true
		warp: true
		jump: true
		kill: false
		jailtime: true
		hominfo: true
		homstats: true
		showexp: true
		showzeny: true
		whereis: true
		refresh: true
		noask: true
		autoloot: true
		alootid: true
		autoloottype: true
		autotrade: true
		mobsearch: true
		resist: true
		request: true
		go: true
		duel: true
		accept: true
		reject: true
		invite: true
		who: true
		whogm: true
		storage: true
		guildstorage: true
	}
	permissions: {
		attendance: true
		can_trade: true
		can_party: true
	}
},

 

2 answers to this question

Recommended Posts

  • 0
Posted

It is not actually included in the list by default. For some reasons, players is still able to use it so I tried to ass kill: false but players can still use it. am I missing something else or doing something wrong?

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