Jump to content
  • 0

Disable @die command for players


CyanZoldyck

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.01
  • Content Count:  31
  • Reputation:   0
  • Joined:  01/09/21
  • Last Seen:  

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
	}
},

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Donators
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   2
  • Joined:  10/31/12
  • Last Seen:  

why not just remove the kill instead of putting false? did you try it?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.01
  • Content Count:  31
  • Reputation:   0
  • Joined:  01/09/21
  • Last Seen:  

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?

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