Skip to content

Simple library for the connect to GoldSrc (HL & CS1.6) Rcon.

License

Notifications You must be signed in to change notification settings

ahm3tcelik/GoldSrcRcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoldSrcRcon

Simple library for the connect to GoldSrc (HL & CS1.6) Rcon.

  • Only tested with counter-strike.

Usage

GoldSrcRcon rcon = new GoldSrcRcon("213.238.173.37", 27015, "rcon_password");
String result = rcon.sendConsoleCommand("stats");
System.out.println(result);

Response:

CPU   In    Out   Uptime  Users   FPS    Players
13.00 44.22 64.93    8837  6327  298.93       8

Download

Get the latest packed .jar.