Bind command to key in Rust?Solved
I was trying to bind:
bind z /heal 20
bind z heal 20

Doesn't work, i have permission healer.self
bind z "heal 20"
In console i'm getting: No players found with name or ID 'True'
Make sure you aren't including any symbols or spaces after the last "
I don't, i tried even without bind and it show's me the same

Merged post

I think this plugin is 'broken'
underlline
I think this plugin is 'broken'

Hardly. Command binding is part of Rust, nothing to do with this or any plugin.

For chat commands:   bind z chat.say /heal 20
For console commands: bind z heal 20
5c18c7da631b5.jpg Arainrr
For chat commands:   bind z chat.say /heal 20
For console commands: bind z heal 20
Universal commands here. ;)
underlline
I don't, i tried even without bind and it show's me the same

Merged post

I think this plugin is 'broken'

But why it's not working with permissions even with this bind: bind z "heal 20"

underlline

But why it's not working with permissions even with this bind: bind z "heal 20"

What do you see when you use the command in chat?
5e13a8d5b2bc5.jpg Wulf
What do you see when you use the command in chat?
Nothing at all, no reactions
underlline
Nothing at all, no reactions

Which permissions did you grant specifically?

5e13a8d5b2bc5.jpg Wulf

Which permissions did you grant specifically?

healer.self

Locked automatically