This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Currently, only MySQL is supported. Bukkit includes a persistence system (Avaje Ebean), which can support pretty much any database system.
So, convert Statistician over to Bukkit's persistance system, then test, test, and test.
This will require quite a bit of source changes and possible a partial re-write. Will also require all users of the plugin to configure the persistence system on their server, not that difficult though and several probably already have it configured.
Verify:
Note: The Web Portal would also need to support the database used, which is currently only MySQL. PHP does have a system similar to Avaje Ebean, PDO.
With our framework I think we can use PDO :)
We should use more databases but not the bukkit persistance. I would assume this will be way too slow to handle so much data.
Currently impletemented database in the webportal:
For more information look over here
To post a comment, please login or register a new account.