Skip to content

An app written in Go to update your plugins for servers of the game "Rust"

Notifications You must be signed in to change notification settings

gmullernh/golang-rust-game-server-plugin-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

rust-game-server-plugin-updater

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/.

  1. Plugins that work with Oxide or Carbon.
  2. Plugins that are downloaded from [https://umod.org].

What does it do?

  1. Look for all files inside the /plugins directory.
  2. Query all the plugins from umod.org API.
  3. If a match is found, downloads the file to replace the original file inside the /plugins folder.

How to use

  1. Place your plugins *.cs files in the folder /plugins.
  2. Run the program.

About

An app written in Go to update your plugins for servers of the game "Rust"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages