Download Latest Version mcrcon-0.7.1-source.tar.gz (9.8 kB)
Email in envelope

Get an email when there's a new version of mcrcon

Home
Name Modified Size InfoDownloads / Week
0.7.2 2021-10-31
0.7.1 2020-01-09
0.0.5 2012-08-31
0.0.4 2012-05-02
0.0.3 2012-04-27
0.0.2 2012-04-24
0.0.1 2012-04-19
README.txt 2021-10-31 2.3 kB
Totals: 8 Items   2.3 kB 137
Project has officially moved to https://github.com/Tiiffi/mcrcon

 * Sourceforge files may not be updated in future!

===================================================================================

Name:     mcrcon (minecraft rcon)
Version:  0.7.2
Date:     31.10.2021

Description:
    mcrcon is console based Minecraft rcon client for remote administration and server maintenance scripts.

License:
    zlib/libpng License

Contact:
    WWW:  https://github.com/Tiiffi/mcrcon/
    MAIL: tiiffi+mcrcon at gmail

===================================================================================

Batch (.bat) scripts included in Windows binary package:

 launch.bat:
   Prompts user for server information and starts "mcrcon.exe" in terminal mode.

 create_shortcut.bat:
   Prompts user for server infromation and creates .bat launch script.

===================================================================================

Usage:
    mcrcon [OPTIONS] [COMMANDS]

    Send rcon commands to Minecraft server.

    Options:
      -H		Server address (default: localhost)
      -P		Port (default: 25575)
      -p		Rcon password
      -t		Terminal mode
      -s		Silent mode
      -c		Disable colors
      -r		Output raw packets
      -w		Wait for specified duration (seconds) between each command (1 - 600s)
      -h		Print usage
      -v		Version information

    Server address, port and password can be set with following environment variables:
      MCRCON_HOST
      MCRCON_PORT
      MCRCON_PASS

    - mcrcon will start in terminal mode if no commands are given
    - Command-line options will override environment variables
    - Rcon commands with spaces must be enclosed in quotes

    Example:
	    mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop

===================================================================================

Changelog:

    0.7.2
     - Quit gracefully when Ctrl-D or Ctrl+C is pressed
     - Remove "exit" and "quit" as quitting commands
        * these are actual rcon commands on some servers
     - Suppress compiler warning (strncpy)
     - fix erroneous string length in packet building function
     - Fix typo in ANSI escape sequence for LCYAN
     - Make stdout and stderr unbuffered

Source: README.txt, updated 2021-10-31