mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-09 01:47:39 +01:00
Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
analyticsbukkit-pluginbungeecord-plugindata-collectionhacktoberfestmysqlnukkit-pluginspigot-pluginsponge-pluginsqlitestatisticsvelocity-pluginvisualizationwebserver
728cfc1271
- Changed data format to include the Type the data is for easier analysis (Of Future data and API Using plugins) - API Changes: - Hook moved to com.djrapitops.plan.api - Hook now returns HashMap<Strring, DataPoint> - added DataPoint to ..plan.api - added DataType Enum to ..plan.api - New format uses: data.put("XXX-Key", new Datapoint(String data, Enum(DataType) datatype)); - Depricated getData(String playername) that returns old format of data, still returns correct format - Depricated getAllData(String playername) - Move to get(All)Data(String name, boolean [anything]) to get the new format of data. - Added Player Logger Hook - Added Info Command that gives version, hooks and checks for new version. - Check for new version upon startup |
||
---|---|---|
nbproject | ||
src | ||
.gitattributes | ||
.gitignore | ||
build.xml | ||
manifest.mf |