mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-12-16 10:12:54 -05:00
Update CHANGELOG.md and README.md
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- Add experimental UTF-8 support for Windows
|
||||
- Change maximum packet size to correct value (4096 -> 4106)
|
||||
- Attempt to add missing newlines in bugged Minecraft servers
|
||||
* Implemented for responses to the 'help' command and unknown commands
|
||||
* Implemented for responses to the 'help' command and "Unknown or incomplete.." commands
|
||||
- Print auth failed message to stderr instead of stdout
|
||||
- Fail immediately if received packet size is out of spec
|
||||
- Return proper exit code from run_terminal_mode()
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
# mcrcon
|
||||
|
||||
mcrcon is a command-line [rcon](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client intended for remote server administration and maintenance automation.
|
||||
|
||||
Though originally developed for Minecraft servers, it also works with a variety of other servers using the Valve or Minecraft-style rcon protocol.
|
||||
mcrcon is a command-line [RCON](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client designed for remote server administration and automation of maintenance tasks.
|
||||
|
||||
Originally written for Minecraft servers, this tool is also compatible with other servers using the Valve- or Minecraft-style RCON protocol.
|
||||
|
||||
---
|
||||
|
||||
@@ -11,7 +10,7 @@ Though originally developed for Minecraft servers, it also works with a variety
|
||||
|
||||
##### Binary releases
|
||||
|
||||
Pre-built binaries are provided for Linux and Windows: https://github.com/Tiiffi/mcrcon/releases/latest
|
||||
Pre-built binaries for Linux and Windows: https://github.com/Tiiffi/mcrcon/releases/latest
|
||||
|
||||
##### Via package manager
|
||||
See https://pkgs.org/download/mcrcon and https://repology.org/project/mcrcon/packages for available packages in various Linux distros (note that some packages might be outdated).
|
||||
@@ -99,7 +98,7 @@ mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-
|
||||
>- Issue Description: Clearly describe the problem you're encountering and the expected behavior.
|
||||
>- Steps to reproduce
|
||||
>
|
||||
>If you're tech-savvy, consider providing a packet capture file (PCAP). Remember to use a fake password.
|
||||
>Consider providing a packet capture file (PCAP) if possible. Remember to use a bogus password.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user