Lythom / capsule

A minecraft mod : Bring your base! Capsules can capture a region containing any blocks or machines, then deploy and undeploy at will. Inspired by Dragon Ball capsules.
MIT License
16 stars 13 forks source link

Can multiple servers share a directory for storing files? #57

Closed axin0452 closed 2 years ago

axin0452 commented 2 years ago

If you can share a directory where files are stored, you can support the server environment in bungee mode!Or there are other ways to support such an environment. Please help me. I like this mod very much!

Lythom commented 2 years ago

All structures works exactly like structure blocks so you could share a world folder between servers and all of them will have read access to the structures . That said each servers will load the structures in-memory and won't read the file again when they have a in-memory cache, which will lead to servers overwritings each other structures. Do you know how bungee mode servers handle structure blocks ?

Lythom commented 2 years ago

Closing due to inactivity. Feel free to comment to reopen the issue.