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.
- Host: GitHub
- URL: https://github.com/ahm3tcelik/goldsrcrcon
- Owner: ahm3tcelik
- License: mit
- Created: 2020-08-29T23:19:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T23:49:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T14:54:25.476Z (2 months ago)
- Topics: counter-strike, goldsource-engine, goldsrc, java, rcon
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.