HotKeys [Obsolete]

Discussion in 'Plugin Support' started by Calytic, Sep 14, 2016.

  1. > hotkey.unbind h
    > hotkey.unbind "x"

    Nothing is happening
    Am I using this incorrectly?
    I just want to unbind everything I previously set on a hotkey, because apparently removing the code from the config and reloading isn't enough.. It still retains old binds.

    I could bind them to...
    "x": "chat.say \"/\"",

    and the player would be completely unaware anything even happened... but I dont feel like I need to, or should.

    Tried RCON, in-game, and chat. Got the commands straight from the plugin overview..
     
  2. the same problem
     
  3. "F5": "chat.say \"/home add 1\""

    when I press F5 in the game writes error - syntax error. But when I write in chat /home add 1 - it's work. I have no idea =(
     
    Last edited by a moderator: Apr 2, 2017
  4. Some time ago there were some changes either in the plug-in n-teportation or from the developers.
    Binds in console changes:
    Before worked - bind h chat.say "/home 1" or bind h "chat.say "/home 1""
    After worked - bind h chat.say "/home 1"\

    With the plugin problem, step by step:
    in console write(worked): bind h chat.say "/home 1"\
    after bind in console in client keys.cfg(worked): bind h "chat.say \"/home 1\""

    If i bind in HotKeys.json(not worked): "h": "chat.say \"/home 1\""
    after reload HotKeys in client keys.cfg(not worked): bind h "chat.say \"/home 1"

    Who understood the problem and fix.
     
  5. please update the plugin!
     
  6. Wulf

    Wulf Community Admin

    There isn't really anything to update, sending client commands is blocked by the Rust client now.
     
  7. any alternatives?
     
  8. Wulf

    Wulf Community Admin

    You can only manually bind in your own client.
     
  9. @Wulf - there is any info about this block? can't seems to find any.
    So what? From now on no plugins will be able to bind their commands to the keys of players? Will this be changed?
     
  10. Wulf

    Wulf Community Admin

    There's a thread in the Rust Discussion section about it.
     
  11. Ty/ found them. That's a really bad news.
     
  12. this plugin work?
     
  13. nope. it's restricted now.
     
  14. update please..
     
  15. Not possible.
     
  16. Good day! Please tell me where to get the plugin to hotkeys?
     
  17. Wulf

    Wulf Community Admin

    Rust doesn't allow key binding from the server anymore.
     
  18. It is now all the players all need to register manually?
     
  19. Wulf

    Wulf Community Admin

    Currently, yes. I'm hoping they re-add support for it, except limited per server (instancing).