Better Minecraft Server Terminal
Project description
Better Minecraft Remote Console
This library utilizes SQLLite3 and Prompt Toolkit to improve upon the mccron package. Several improvements have been made to include history, word completion, and an extensive database for many Minecraft console commands.
The database is required in order to run this tool.
Cloning the Repository
You must have git installed.
git clone https://newgit.inuxnet.org/devel/bettermcrcon.git
Installation
You can install this library locally by issuing the following command. It is recommended to use a python virtual environment.
Setting up and activating the Python Virtual Environment
You must have Python Virtual Environment installed, please review your specific OS instructions to install VirtualEnv on your system.
From the directory of the repository:
python3 -m venv venv
Depending on your OS you may need to source different files. These are located in
venv\scripts
on Windows and venv/bin
on Unix, Linux and OSX.
Windows Command Line:
venv\scripts\activate.bat
Windows Powershell:
. venv\scripts\activate.ps1
Unix, Linux, OSX:
. venv/bin/activate
To exit the Virtual Environment:
deactivate
Installing using the setup.py
All commands should be run from the root directory of the repository.
pip install -r requirements.txt
python3 setup.py install
Installing from PyPi
pip install mcterm
Usage
Installation will install mcterm
inside the bin path and should be accessible.
The database must be created or installed. If the database cannot be found,
mcterm
will attempt to create by locating or downloading the SQL Dump of the
database. If this fails, the program will not run.
Usage: mcterm [--host <value>] [--port <value>] [--password <value>] [--prompt <value>]
--host - The hostname or IP of the Minecraft Server
--port - The port of the Minecraft Server is listening on for Console.
--password - The password for the server.
--prompt - Custom Prompt (Defaults to '<host>:<port> >>> ')
Example Usage:
mcterm
mcterm --host 192.168.1.3 --port 11111
mcterm --host 192.168.1.3 --port 11111 --password 'secretpassword'
mcterm --host 192.168.1.3 --port 11111 --password 'secretpassword' --prompt 'MyServer >>> '
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mcterm-0.9.3.tar.gz
.
File metadata
- Download URL: mcterm-0.9.3.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f97b709f45e51a636168e1bd3fcedefcaa973e488029a728678801d72f07b33 |
|
MD5 | 9061be852bf8a20d97127f8d0ac0ac08 |
|
BLAKE2b-256 | b384ddbde5a6e522cb380df267de959df0f9230fce95434a892421e977707f03 |
File details
Details for the file mcterm-0.9.3-py3-none-any.whl
.
File metadata
- Download URL: mcterm-0.9.3-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2a9f8558d94bc2bdcfeae5781ab20e4c824e2bde1c264c8e34d279bf1cc0604 |
|
MD5 | a733343ff07a893cf03e009567f9e403 |
|
BLAKE2b-256 | 7203c738852b6236822eb19913049055d0f308b78f8e07730e792a76cabd1898 |