Minecraft server worlds wont unzip
Describe the bug
When using mcman worlds feature with a world zip, the server won't build and will throw permission denied (os error 13) when on world stage.
To Reproduce Steps to reproduce the behavior:
- Create a mcman server
- Add a world zip and
[worlds.worldName]to server.toml - Try to build the server with flux
- Error occurs
Expected behavior A world would unzip with no errors
Screenshots
Additional context This might be due to how mcman unzips worlds, but unsure.
I will investigate
Any updates?
@IogaMaster commit that "fixed this issue" breaks all flux and i have "can't mkdir server_build: permission denied" I think buildPhase is not allowed to edit $src dir contents
@IogaMaster commit that "fixed this issue" breaks all flux and i have "can't mkdir server_build: permission denied"
I think buildPhase is not allowed to edit $src dir contents
Reverted the commit
Is specifying custom world dirs supported?
Anything that mcman can do, flux can do. I am unaware of such feature, but check out the mcman source to be sure
so I can use any folder as the working directory?
yeah, flux just takes the path to the mcman config in a subdir. The mcman binary then generates a server from that. So do as you please in the mcman config