#Server-side blueprints
1 messages ยท Page 1 of 1 (latest)
Blueprints are stored on the client at .minecraft/config/axiom/blueprints
There was a syncing feature I was thinking about, but there's some concerns with sending massive files through a Minecraft server
Ah okay fair enough, thanks ๐
Perhaps a server config option for allowing bp downloads? I feel like as long as the sysadmin can pre-approve with a config option then it's fine. I'm always a fan of more freedom as long as it's an opt-in instead of opt-out. Anyways, just a thought ๐
The main pain point is implementing that in a convenient way
The blueprints on the client have a nice file structure, a tagging system, a search bar, etc.
Whereas if that data is on the server, it comes a lot harder to display it to the client without first downloading the entire file
fair
You'd also not want to download them automatically, you'd need some sort of button