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.
- Host: GitHub
- URL: https://github.com/f0903/rust_player_checker
- Owner: F0903
- Created: 2021-01-30T12:57:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T18:15:29.000Z (over 4 years ago)
- Last Synced: 2025-03-11T12:51:10.725Z (about 1 year ago)
- Topics: game, rust, rust-game, rust-lang, util, utility
- Language: Rust
- Homepage:
- Size: 716 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_