An open API service indexing awesome lists of open source software.

https://github.com/f0903/rust_player_checker

Checks if a player is playing on a specific Rust (the game) server, then plays an audio cue.
https://github.com/f0903/rust_player_checker

game rust rust-game rust-lang util utility

Last synced: 8 months ago
JSON representation

Checks if a player is playing on a specific Rust (the game) server, then plays an audio cue.

Awesome Lists containing this project

README

          

# Rust Player Checker

Checks if a player is playing on a specific Rust (the game) server, then plays an audio cue.

_Note: some rust servers do not respond with usernames, but instead anonymous names from the streamer-mode._

## Commands

### **--listen** _address_ **-u** _username_

Listens for the specified player, and plays a sound when found.

### **--dump** _address_

Dumps all player-info to a file called dbg_dump.txt

### **--print** _address_

Prints every player in server to console.

## Variables

### \*recent

Contains the last server address used. (stored in recent.txt)

_usage example: --print *recent_