games647 / ScoreboardStats

Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
https://dev.bukkit.org/bukkit-mods/scoreboardstats/
MIT License
28 stars 45 forks source link

SQL #84

Closed ghost closed 8 years ago

ghost commented 8 years ago

Today i tried merging the scoreboard stats with my sql via php my admin so i correctly put info into the config.The plugin generate the table into mysql in phpmyadmin.And it won't send any data into that.Every time i restart the server everyone starting from square 1

games647 commented 8 years ago

Any errors at server startup?

ghost commented 8 years ago

none there is only the sql script of scoreboard stats that says it will create the table if not exists

games647 commented 8 years ago

But you didn't reloaded the server right?

ghost commented 8 years ago

restart completly tried reload everything it will create the table into the sql but it won't put names into it or stats

games647 commented 8 years ago

But it worked with the old DB?

ghost commented 8 years ago

OLD DB yes although i would like to send all the data to an sql and then show it on my website that means i need the info to get added automaticaly into the sql

games647 commented 8 years ago

Do you fixed it?