CLI Rcon Tool on .NETCore with support for auto messages. Can be used on Linux with tmux or similar programs to keep it running in the background.
Linux: .NET Core Runtime 2.0+
Windows: .NET Core Runtime 2.0+
Linux: wget https://github.com/Swiggies/ElDewCon/releases/download/0.2.5/ElDewCon_0.2.5.zip
Windows: Download the zip from here.
Type quit/exit to quit/exit.
- Please double check you have .NET Core 2.0+
- Navigate to the folder you extracted ElDewCon to.
- Run the command
dotnet ./ElDewCon.dll
- Enter the details that are prompted.
- Enjoy!
- Open a CMD window in the folder you extracted ElDewCon to
- Run the command
dotnet ElDewCon.dll
The Messages.json file comes with 3 default messages to show how it works. The "message" line is what the server will announce. The "time" field is how long a message will take to appear in minutes.
Please submit these in the issues section.
You may have some escape characters in your password. Make sure to wrap your password in double quotations "password"
and if you have a % symbol in your password you will have to double it up. E.g pass%word
would become pas%%word
.