1. Was wondering I have been reading a ton of mods. I wanted to know if anyone has made one that dose 1 or the other. I don;t want to have to keep Rust Admin up all the time and rely on that not crashing to get information.

    1. Make a continues active copy of the internal rust DB to a external Rust DB so that you can web hook it on a site and make a custom stats page on your web site?
    -or-
    2. Mod where I can have it allow external source grep API calls right from the server to get user stats and other information and then I on the site can have the API display what I would like it to display. I know I can do steam request but wanted wanted right from the server.

    I guess I could make my own .dll then have it where that information get told to me and placed in a mysql DB. But didn't want to reinvent the wheel if it has already been done