After running it in thonny, it reports the following:
Traceback (most recent call last):
File "/home/pi/Downloads/mcpil_v0.2.0/mcpil.py", line 381, in <module>
sys.exit(main(sys.argv));
File "/home/pi/Downloads/mcpil_v0.2.0/mcpil.py", line 355, in main
chdir(path.dirname(__file__));
FileNotFoundError: [Errno 2] No such file or directory: ''
First you need pynput to detect keyboard inputs (pip3 install pynput)
Now just run the script with mcpi open
Hit enter to start the message, type what you want to type, then hit enter to send. You can't do capital letters or symbols that require the shift key, but you can do spaces.
Also, I have NO idea what to do about killing mobs, sorry. (I can't even get the darned survival patch to work after spending LITERAL HOURS trying to get it running.
0
New update!
Replace, Replacenear, and use block names.
0
After running it in thonny, it reports the following:
Any help here?
0
I'm getting errors while running the file:
psutil is installed apparently, but I cannot run the program.
After commenting out that import, it complains about not being able to import ANY of the libraries you have included, installed or not.
0
Probably confusing MCPI with MCPE.
It's sad how the few posts we get here are purely accidental.
0
IDK how to help you without a screenshot.
Try disabling OpenGL driver if you enabled it, that happened to me once.
1
I've spent some time creating a world edit mod, and I wanted to share it with the community.
Link to my code:
https://github.com/scratchermatch/MCPI-World-Edit/releases
Instructions are in the README.txt
Contains:
Pos1, Pos2 (left and right arrow keys)
Cube (toggle between functions with right shift)
Hollow Cube
Sphere
Hollow Sphere
Walls
Center
Replace
Replacenear
You can now type block names instead of IDS.
Void World, Short Superflat, Large Superflat (Toggle between world with up arrow) (LAG WARNING)
Savestates (Right control to save the current world, Right alt to load it)
0
Post to chat mod = completed
First you need pynput to detect keyboard inputs (pip3 install pynput)
Now just run the script with mcpi open
Hit enter to start the message, type what you want to type, then hit enter to send. You can't do capital letters or symbols that require the shift key, but you can do spaces.
https://github.com/scratchermatch/MCPI_PostToChat
I hope a python script is fine.
Also, I have NO idea what to do about killing mobs, sorry. (I can't even get the darned survival patch to work after spending LITERAL HOURS trying to get it running.
0
I know that this topic is extremely old, but just in case anyone still wants worldedit for mcpi, I created this simple tool in about an hour:
https://github.com/scratchermatch/MCPI-World-Edit/releases
Contains:
Pos1, Pos2
Cube
Hollow Cube
Sphere
Hollow Sphere
Wall
Void World, Short Superflat, Large Superflat