1. So... @Wulf I think you can help me... :D

    All in all, how to block SHIFT+P and SHIFT+L for authlevel1? Thanks...
     
  2. The server doesnt know what keybindings someone uses. Thats client side.
     
  3. Now we need to use a system of Oxide Permissions in plugins instead of AuthLvl...
    And all the problems will be solved. But it will take some time)
     
  4. Wouldnt it be possible to, not block, But log the use of those keys.
    Create a plugin that logs the pressing of S^P/L?
    Anyway, Ima crawl back of the the archives
     
  5. Wulf

    Wulf Community Admin

    I believe you can listen for specific keys (maybe only control keys?) with Experimental.
     
  6. You can indeed use the OnTick hook to keep getting the PlayerInput to listen for specific keys used in Rust, it is however not possible to block the no clip as this is a client-side value in BaseMovement :(
     
  7. Thats really bad and weird!