Minecraft rcon shell in Python
Project description
PyRconShell
Minecraft rcon shell in Python using:
Works on Linux, macOS and Windows. It requires Python 3.8 or higher.
Note on Debian based Linux the python3-venv
package is needed.
usage
Bootstrap and use PyRconShell, e.g.:
~$ git clone https://github.com/jedie/PyRconShell.git
~$ cd PyRconShell
~/PyRconShell$ ./rcon-shell.py
...
Developer shell - py_rcon_shell - v0.0.1
...
(py_rcon_shell) rcon list
Send: list
Response:
----------------------------------------------------------------------------------------------------
There are 3 of a max of 10 players online: Foo, Bar, JohnDoe
----------------------------------------------------------------------------------------------------
(py_rcon_shell) rcon op JohnDoe
Send: op JohnDoe
Response:
----------------------------------------------------------------------------------------------------
Made JohnDoe a server operator
----------------------------------------------------------------------------------------------------
Activate rcon server
To enable rcon in your server.properties
change this:
enable-rcon=true
rcon.port=25575
rcon.password=a-password-is-needed
Note a password must be set! A empty password will disable rcon!
Add these settings into: ~/.PyRconShell.ini
, e.g.:
[DEFAULT]
rcon_host = 127.0.0.1
rcon_port = 25575
rcon_password = a-password-is-needed
hints
Check if rcon listen with e.g.:
$ lsof -i
Links
Project links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rcon-shell-0.0.1.tar.gz
(17.0 kB
view details)
Built Distribution
File details
Details for the file rcon-shell-0.0.1.tar.gz
.
File metadata
- Download URL: rcon-shell-0.0.1.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 981ca9521a5c098fd69d0289de5db5396dcd20515580e8e0222a003b02a42734 |
|
MD5 | f138b332e778e940842bde170df064d7 |
|
BLAKE2b-256 | 29b2194a342821408b4330ff3bd6ebf2b2c9072651e96445f400efa140c553af |
File details
Details for the file rcon_shell-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: rcon_shell-0.0.1-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb1dac717a20a6966d75bb812b5ecf3f19bdf8cfe5ba91ad9cd20e8742ff6291 |
|
MD5 | 4c0e67dea982eae386c3c07d24156b48 |
|
BLAKE2b-256 | a88ce506f3473f5e6e4dc0372da81afb96ea169290f16483da866c2fe4523314 |