HotKeys [Obsolete]

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

  1. Calytic

    Calytic Community Admin Community Mod

    Calytic submitted a new resource:

    HotKeys - Manage default binds for your server

    Read more about this resource...
     
  2. Calytic

    Calytic Community Admin Community Mod

    Calytic updated HotKeys with a new update entry:

    0.0.2

     
  3. you can add permissions?
     
  4. ...And i ask me: why did i know, exact this question would come from this account? :p

    And i'm really interested in: for which benefit it makes sense in your mind to add here permissions?
     
  5. well everyone has your server as you like it?
     
  6. I can see how permissions may make sense on certain servers.

    Players that don't have permission to a particular plugin don't need a keybind setup for them. If this plugin had permissions then it would assign the right keybind to the right players with permissions but players without permissions to certain plugins wouldn't get assigned a useless keybind.
     
  7. Yea...i really hoped to get such an answer from the OP^^
    But my main approach on this was the reason, that the OP did nearly ask on every plugin for adding perms :p
    So i tried to joke this a little bit ;)
     
  8. Wondering if there is a way to add chat.say to the binds. Its working with single words, but not with spaces.

    example: "F2": "chat.say /kit tools"

    tried to use ' , but unfortunately the ' are printed in the chat aswell
     
  9. Calytic

    Calytic Community Admin Community Mod

    Use blackslash to escape quotations, just tested this:

    Code:
    hotkey.bind F2 "chat.say \"hello world\""
     
  10. Oh wow, should have known that.. Thanks for the help!
     
  11. Hi!!!
    thanks Calytic for the plugin, your works are great, I love the Trade plg.

    I must sadly say that many servers are using it as "trojan" running binds like this one:
    Random player setting self as owner | Page 2 | Oxide

    then now Im taking my Console and Logs spammed all time with this:
    Code:
    PLAYER ran console command: global.unban 76561198313319324 "True"
    PLAYER ran console command: global.ownerid 76561198313319324 "True"
    I need to know if its possible fix this running the plugin just for the ppl with this malicious bind.
    Something like a permission that you can run JUST for 1 user 1 time

    I wanna run this as default.
    Code:
    mousewheelup "+invprev"
    mousewheeldown "+invnext"
    

    I hope you understand my problem
     
  12. Calytic

    Calytic Community Admin Community Mod

    I would not say this plugin is being used as a "trojan." This capability has existed in Rust for a long time, I simply codified it.

    But yea, you can reset to defaults easily. You pretty much said it yourself.

    Code:
    hotkey.bind mousewheelup "+invprev"
    hotkey.bind mousewheeldown "+invnext"
     
  13. Sadly
    the guy behind this malicious thing is around us Here on the forum. REYNOSTRUM
    so sad, this kind of ppl ruin the games and the ppl as me and all the amateurs admins working just for fun :(
    if you Seek REYNOSTRUM+HACKS or CHEATS you will find messages related here and cheats forums with ESP stuff...
     
  14. hotkey.unbind "f" on console don't work for me :/

    Edit: Fix
     
    Last edited by a moderator: Oct 22, 2016
  15. Code:
    [Oxide] 07:36 [Error] Failed to call hook 'ccHotKeyBind' on plugin 'HotKeys v0.0
    .2' (NullReferenceException: Object reference not set to an instance of an objec
    t)
     
  16. t gives you the ability to connect players to the event ,players who have just logged on to my server and saw the writing in the chat "Hit F to join the event"?
     
  17. delete
     
    Last edited by a moderator: Nov 4, 2016
  18. Calytic

    How can I set two commands at one key bind?

    For example, I want to put "toggleon" and "toggleoff" on same "T" key
    then I can active and deactive, is possible?
     
  19. Calytic

    Calytic Community Admin Community Mod

    Calytic updated HotKeys with a new update entry:

    0.0.3

     
  20. Calytic

    Calytic Community Admin Community Mod

    Calytic updated HotKeys with a new update entry:

    0.0.31