An app written in Go to update your plugins for gameservers of "Rust".
What Rust are we talking about? This one: https://rust.facepunch.com/.
- Plugins that work with Oxide or Carbon.
- Plugins that are downloaded from [https://umod.org].
- Look for all files inside the
/plugins
directory. - Query all the plugins from
umod.org
API. - If a match is found, downloads the file to replace the original file inside the
/plugins
folder.
- Place your plugins
*.cs
files in the folder/plugins
. - Run the program.