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

https://github.com/ahm3tcelik/goldsrcrcon

Simple library for the connect to GoldSrc (HL & CS1.6) Rcon.
https://github.com/ahm3tcelik/goldsrcrcon

counter-strike goldsource-engine goldsrc java rcon

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# GoldSrcRcon
Simple library for the connect to GoldSrc (HL & CS1.6) Rcon.
- Only tested with counter-strike.

## Usage

```java
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](https://github.com/ahm3tcelik/GoldSrcRcon/releases/latest) the latest packed .jar.