About PlayerPings
PlayerPings is a convenient plugin that enhances communication and tactical gameplay for your players in Rust. It features a user-friendly interface and dynamic object type detection—whether it's ore, a building, or loot objects, each will have a unique marker.
Players can choose their own marker color and toggle automatic object type detection on/off.
The plugin has an adaptive interface and supports localization in multiple languages.
Markers can be set through several options:
- Binding via console command - playerping.set
- Aiming + key use (E)
To open the settings menu, use: /pingmenu
To access usage, the playerpings.use permission needs to be granted. You can grant it via console command:
oxide.grant <user or group> <name or steam id> playerpings.use
Config Example
{ "Basic setup": { "Color(0-yellow,1-blue,2-green,3-red,4-purple,5-blue)": 3, "Maximum number of pings per player": 5, "Maximum distance": 300.0, "Ping display time": 3.0, "Enable ping metod Aiming + key use (E)": true, "Delay between pings (seconds): 0.3 seconds as standard": 0.3, "Command to set ping": "playerping.set" } }