Request: SQL Backend
I would like to request SQL support for saving of Custom Blocks in the world, And for saving of player stats.
I believe if the placement of custom blocks is saved in a SQL table, that is updated at a regular intival that on chunk loading will assure custom blocks are not lost due to crash or bad reload.
I will check if spout allows me to save the blocks. Later on I will edit the .yml files in the temp folder to a sqlite table
Kewl as. All it would need to do is save the x,y,z of all the custom blocks, and upon loading the chunk check if they are in fact still there. If there not, put them there. Fairly simple concept, lets see how it pans out.
If I'm not able to access the spout save system then I will do it myself ;)