Page 1 of 1

/removeBI

Posted: November 6th, 2011, 4:56 pm
by panda100123
/removebi would remove block information in a certain zone. If someone built in a spot, you erase it, and now theres unneeded info that can get unorganized, you can clear the blockinfo for that area.
And maybe /cutbi so it removes the bi AS you cut.

Re: /removeBI

Posted: November 6th, 2011, 5:36 pm
by DreamingInsane
Why not just remove the whole blockdb for the world in whole?

/blockdb <world> clear


Or you could limit it as well.

/blockdb <world> limit #

Don't really see your suggestion that very useful though.. This is just my opinion though.

Re: /removeBI

Posted: December 30th, 2011, 11:17 pm
by fragmer
I wouldnt mind adding this command, but there are some technical/performance limitations at the moment. The BlockDB files are tightly and linearly packed, so removing ANYTHING from them would require rebuilding the whole file. I'll be working on performance improvements for the next major version. If I find a way to optimize removing data from BlockDB, I will add this.