Provide an interactive console for the Minecraft process' output. Also provide an API for other addons to customize the UI.
Project description
Console add-on
This addon provides an interactive console for Minecraft process' output. this is useful to debug the game when it crashes multiple times, or simply if you can to track what's going on.
pip install --user portablemc-console
Usage
This addon requires you to install the prompt_toolkit python library.
This addon is enabled by default when launching the game with the start
sub-command. To disable
it and fall back to the default process' output, you can add the --no-console
flag to the command
line. By default, when the game ends, you need to do Ctrl+C again to close the terminal, you
can disable it using the --single-exit
flag in the command, this will cause your interactive
console to close with the game's process.
Examples
portablemc start my_version # Starts the game and open the interactive console.
portablemc start --no-console my_version # Starts the game and don't open the interactive console.
Credits
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 Distributions
Built Distribution
File details
Details for the file portablemc_console-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: portablemc_console-2.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0b2 CPython/3.10.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90ecb6607160ce0dad16c23b1cae38b4b3777d8f17b4df8a762a479f333bbc5f |
|
MD5 | bd86bdcbedce764741df4f962da8b92a |
|
BLAKE2b-256 | d94b4f98d88927570325515a3550c1b5290d54ee216b28527783dce24a7d7c1f |