-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I have a couple of questions regarding how to manipulate minecraft worlds. I am able to create a world using the command: /createworld worldname. I am able to move to that world using the command /spawn worldname playername. I can also load a world using then command /world load worldname NORMAL
The problem I am having is when I run a python program...it automatically moves me back to the default world and executes the python program "on the default world".
Ideally, I would like to create various worlds (e.g., flat, etc.), move to a world, and then run python programs in the world in which I currently reside. How can I do this?
How can I remove all files associated with a world I no longer want?
Metadata
Metadata
Assignees
Labels
No labels