F0903 / rust_player_checker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 100.0%