Future feature: database support
Get data in database:
- [x] Create database outline
- [ ] Take care of initial setup on database side:
- [x] check if tables exist, make them if they don't
- [x] check if values need to be added to the tables:
- [x] statistics
- [x] subStatistics
- [ ] Take care of initial setup on PlayerStats side:
- [ ] if players table is empty, give prompt to OP player (or player with permission) to fill database
- [ ] fill playertable
- [ ] fill valuetable
- [ ] Keep data updated dynamically
- [ ] Keep track of online players
- [ ] Add update-database command to manually force an update of valuetable (or all tables?)
Get data out of database
- [ ] Write logic to retrieve statResults from database
- [ ] #53
- [ ] #27
hi I appreciate you, it would be better if there is mysql
hi I appreciate you, it would be better if there is mysql
Thanks for the appreciation! I'm currently working on PlaceholderAPI support, but once that's finished I will probably start working on database support. I haven't worked with databases before, so it might take me some time to learn how to properly implement it, but I'll get there eventually!
Hey there. Is there any update on #27 ?
Would love to see this feature be released
Hey there. Is there any update on #27 ?
Would love to see this feature be released
Hi! I have to be honest, it's been a really long time since I've worked on this plugin, and it's hard to remember how everything works again and what my plans were for the new features. I've been trying to get reacquainted with it when I have some spare time, but it's a challenge. So all I can tell you is maybe one day I'll actively develop new things for PlayerStats again, but probably not any time soon.