I am running the normal JAVA minecraft server locally, version 1.19.2. When I open the game to multiplayer, then a player can connect to the specific port and can play on this server.
Is there any python library that is capable of connecting to this multiplayer instance locally on the locally running minecraft game, so I can issue commands, like `/tp ...`? I want to update the world from pre-1.18 to 1.19.2.
Maybe this can be done differently instead off visiting manually every chunk that has not been updated yet?
I am running the normal JAVA minecraft server locally, version 1.19.2. When I open the game to multiplayer, then a player can connect to the specific port and can play on this server.
Is there any python library that is capable of connecting to this multiplayer instance locally on the locally running minecraft game, so I can issue commands, like `/tp ...`? I want to update the world from pre-1.18 to 1.19.2.
Maybe this can be done differently instead off visiting manually every chunk that has not been updated yet?
you can run a chunk auto-generator mod on the world in singleplayer and then open the world back up to vanilla multiplayer
Thanks for that hint, I am using the "World-Pre-Generator" mod which seems to work fine.