marcelo-mason / PreciousStones

Self-service protection for Minecraft servers
http://dev.bukkit.org/server-mods/preciousstones/
56 stars 66 forks source link

Ps reset on server restart #862

Open M9GLiquid opened 9 years ago

M9GLiquid commented 9 years ago

Hello,


Problem: On Server Restart the Preciousstone fields get reset to first stage of creation.


Database Tables: http://prntscr.com/7pw90l Tables in order (Alphabettical): http://prntscr.com/7pwb3f http://prntscr.com/7pwbbi http://prntscr.com/7pwbgo http://prntscr.com/7pwbne http://prntscr.com/7pwbtw http://prntscr.com/7pwc8d http://prntscr.com/7pwcc8 http://prntscr.com/7pwcg2 http://prntscr.com/7pwck3

Latest Log: http://pastebin.com/5Thu4Aep Config.yml http://pastebin.com/dQQVHpEE


Additional info: I have a database conenction where it created the tables so that tells me that my Database connection is working but not the load function or something.

Regards, Thomas

Taybosquee commented 9 years ago

Do you mean the field data located in the config gets reset (As in your whole config/just the field data for the ones you made gets modified/deleted), the fields already placed in the world (Getting deleted, getting custom flags that you added in-game removed, getting reset to original plugin fields, or getting completely removed just leaving a normal block)? As far as your database connection goes, it's working without question on startup but according to your log is dropping the connection after running a while (Although who knows when; it only reports the link is down when a plugin tries to write information to the database and is not able to).

M9GLiquid commented 9 years ago

well I saved the setup that I did on my ps field and as I restart the server they are back to default values

Taybosquee commented 9 years ago

Have you tried reloading the config in game (Instead of restarting the server) after you edited (And saved) it with "/ps reload"?