mctools
mctools copied to clipboard
Minecraft Connection Tools - Python implementations of common Minecraft protocols.
issue
Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\stude\AppData\Local\Programs\Python\Python311\Scripts\mcli.exe\__main__.py", line 7, in File "C:\Users\stude\AppData\Local\Programs\Python\Python311\Lib\site-packages\mctools\__main__.py", line 389, in main val =...
help pls Traceback (most recent call last): File "", line 1, in File "C:\Users\Towa\AppData\Local\Programs\Python\Python39\lib\site-packages\mctools\mclient.py", line 709, in get_full_stats chall = self.get_challenge().chall File "C:\Users\Towa\AppData\Local\Programs\Python\Python39\lib\site-packages\mctools\mclient.py", line 645, in get_challenge pack = self.raw_send(9,...
The docs at https://mctools.readthedocs.io/en/master/mcli.html#examples state that multiple commands can be specified, followed by the password as a final positional argument. This doesn't work when using nargs="+" for the argument "command"...