It's being much more difficult than expected. I've yet to actually get Java to connect to a database. I'll do my best to figure it out but it may take longer than I originally thought.
That would be much appreciated. I've been deadlocked by a few technical problems, this being one of them.
This is assuming you have MySQL installed, and an instance running in the Services. Code:java DB dbo = new DB(); dbo.openConnection("com.mysql.jdbc.Driver", "jdbc:mysql://localhost:3306/test?user=root&password=password");
Someguyfromcrowd how's it going its been a while did you ever get it to work with a database or MySQL? Edit- can anybody add a database to this? And possibly add the option of a MySQL in the config? Someguyfromcrowd hasn't been on in a month
view this thread for a plugin very similar and is about to release! Thread: http://forums.bukkit.org/threads/inventory-backup-and-restore.211834/ Plugin(Still needs release but i give updates on the other thread above):http://dev.bukkit.org/bukkit-plugins/inventory-helper/
Never designed to store stuff in 1 line, only way to do that with this is by rewriting.the storage system
timtower ok i understand i will still leave it up for anyone who want to take this anyways even though its harded than i originally thought
Serializing inventorys is never easy, I am using the easiest way availible, config only. Good luck on your search