Hello bukkit forum. I'm back to bukkit development, and was about to start a new plugin. Now in the plugin i want to make use of a .DB file instead of .yml. Like CoreProtect does. how do i do this? Thanks -DJS anyone? pleasee.... EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Using SQLite, here: http://forums.bukkit.org/threads/quick-simple-sqlite.170153/ You can use the same queries as youd use on mysql.
Thanks kinda what i mean, can you just put a .db file in the plugin directory and form there load it?
I know SQL statements and stuff like that, but not how to; - Create a .DB file on first start. - Execute a sql statement when you want with JAVA. - Do it like safely -DJS Didn't reply on this one yet, sorry; SQLite. EDIT by Moderator: merged posts, please use the edit button instead of double posting.