robinp7720 / Blue-Stats-Minecraft

Ever wanted a stat interface for truly everything?
http://stats.mysunland.org/
Apache License 2.0
33 stars 14 forks source link

how to add new infos #31

Closed silelmot closed 8 years ago

silelmot commented 8 years ago

hello. i installed an achivement plugin and tried to add a list in the players-section in bluestats, but i dont understand the php-code. can you give a hint or maybe a samplefile how to add infos that are stored with an externel plugin in the same mysql-database?

robinp7720 commented 8 years ago

Most mysql databases of Minecraft plugins are pretty similar. BlueStats should be able to handle most databases with just a few lines of code. See the McMMO plugin for a very simple plugin. To add info to the player pages, you have to create a module for the BlueStats plugin. All the McMMO plugins are relativly simple and easy to understand