1. Heyoo

    Im trying now since a bit of time to get a list of registered commands.

    i know. getting the Permissions is pretty easy.
    but is there even a ("easy") way to get all the commands?

    // Wanted to make "docs" for our admins on the server.

    Thaanks
     
  2. Wulf

    Wulf Community Admin

    You can get all of the commands registered in Rust (console commands) via Rust's command dictionaries, but that wouldn't cover any non-universal chat commands.
     
  3. you mean the ones with "find . " console command?
     
  4. Wulf

    Wulf Community Admin

  5. i saw it, i tried it, i failed.

    still not that much of a pro at all that.

    But, does the lib. somewhere "accepting/approve" or load the commands on adding a plugin?
    or does it the opposite way, when you enter a command, seach for it in the plugins?

    if first one, shouldnt it be possible then to build a method to log all these on reload?
     
  6. Wulf

    Wulf Community Admin

    When a plugin registers a command, Oxide stores it personally as well as add it to Rust's dictionaries.