Rust:IO adds a live map to any Rust experimental server with just a few clicks.
See the Rust:IO Manual for installation and usage instructions.
Available addons
Rust:IO FriendlyFire - Disables friendly fire for Rust:IO friends.
Rust:IO Clans - Allows your players to form and manage clans.
For developers: Rust:IO Template - A template to help you get started to develop plugins using the Rust:IO API.
RustIO library
The extension also exposes a library allowing developers to access the allies feature from within other plugins.
RustIO.IsInstalled():bool
Returns if the extension is currently installed (i.e. not loading or updating). Always test this as the other methods will always return false if not installed.
RustIO.HasFriend(playerSteamId:string, friendSteamId:string):bool
Returns if a player has a specific friend (player shares location with friend)
RustIO.AddFriend(playerSteamId:string,friendSteamId:string):bool
Adds a friend and returns true if actually added
RustIO.DeleteFriend(playerSteamId:string,friendSteamId:string):bool
Deletes a friend and returns true if actually deleted
Spoiler: Default Configuration