This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Can you change the UUID column to be an integer and auto increment. So we get nice number ids not what is shown.
https://github.com/Crimsonfoxy/Statistician-v2/blob/master/src/main/java/com/ChaseHQ/Statistician/EventDataHandlers/EDHPlayer.java
According to that you use a bukkit unique_id for a player. Now say if i deleted my players bukkit files and such a new id would be generated for them and they would get a new row inserted and duplicated stats. I checked since i compared my id on 2 different servers using this plugin.
Another reason for needing this change is that i want my site to interact with the table even more so i can add players from the forum as i am also using that table to store other things that a custom plugin uses. I need to make sure that the row is created just incase the user hasn't visited the server before doing the action on the site.
This is a planned change for a rewrite which we are working on.
To post a comment, please login or register a new account.