Page 1 of 1

BlockDB

Posted: November 2nd, 2011, 6:20 am
by Molemanmike
Hi.
I was just wondering if there is any way to set up FCraft so that when a world is unloaded the blockDB for that world is not deleted.
It would be really good if this feature could be added as if a world has been unloaded and you want to check BlockDB on some previous builds (mainly as reason for promotions) when the world is loaded again the BlockDB is no longer present.

Thanks.
MoleManMike.

Re: BlockDB

Posted: November 2nd, 2011, 12:18 pm
by TheMastBoss
Block Data is saved in .fbdb files, in a directory into your server.

When you enable BlockDB, it creates automatically a file "worldname.fbdb", when you unload a world, the BlockData file is still there, unless you delete it manually or use /blockdb worldname clear.

So, when you reload a world, and you want to see old blockdata, just load the world ( of course under the same name as the .fbdb file ) and re-enable blockdb with /blockdb worldname on.

Re: BlockDB

Posted: November 2nd, 2011, 12:47 pm
by Molemanmike
When I unload a world the blockDB file for that world automatically deletes.