1. Hey. I was wondering how do I bind the key z to use the RemoverTool and the key u for AutomaticBuildGrades for my server.
     
  2. There is a guide on steam that i wrote a while ago that explains binds, i can't get a link for you ATM but if you have a quick search around you should be able to find it fairly easily
     
  3. bind z chat.say "/remove"
    bind u chat.say "/bgrade 2" ---> stone (0-4 for any grade you want)
     
  4. however using chat.say binds it seems like after a day or two when you press the bind it says "/bgrade in chat without the last ". At least that's what i've noticed when i use to use bind h chat.say "/home 1"
     
  5. try:
    bind u chat.say \"/bgrade 2\" --> see if now works. i can't do any tests now (i'm at work).

    P.S.: bind h chat.say \"/home 1\"
     
  6. Hey. Anyone know how to bind the plugins remover tool and automatic building grades so that when you press u, you can use all the building grades on order and z for remover tool.
     

  7. In f1 console try this

    Bind u chat.say "/up"
    ^or whatever your Plugin command is

    Bind z ent.kill or
    Bind z ent kill

    Writecfg (to save to your rust bind file)

    Can't remember the ent kill but it should be easy. Hope this helps