Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

ShaigroRB/bm-rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ARCHIVED]

I highly recommend checking out:

  • bmio. It's a python library that makes rcon scripting for Boring Man way more easy.
  • rcon_scripts. It's a collection of rcon scripts written using bmio.

I'm archiving this repository because I will not maintain it. Feel free to fork it if you need updates.

bm-rcon

Library for Boring Man RCON scripting

Requirements

This project uses .NET Core 2.0. and Json.NET as dependencies.

Boring Man RCON

RCON stands for Remote CONsole. It is used to send and receive data from Boring Man servers.
The documentation about Boring Man RCON is here.
You can find the different commands to send to the server here.

To get started

Check Program.cs for a complete example on how to use the library.

Todo

  • Tests (maybe...)
  • Update enums for latest beta release

Licenses

This project is under the MIT license.
.NET Core 2.0 is under the MIT license.
Json.NET is under the MIT license.