Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
Go to file
Rsl1122 728cfc1271 1.6.0 - New Data Structure, API changes, data handling changes, Player Logger Hook, Info Command
- 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
2016-12-19 17:30:08 +02:00
nbproject 1.6.0 - New Data Structure, API changes, data handling changes, Player Logger Hook, Info Command 2016-12-19 17:30:08 +02:00
src 1.6.0 - New Data Structure, API changes, data handling changes, Player Logger Hook, Info Command 2016-12-19 17:30:08 +02:00
.gitattributes :octocat: Added .gitattributes 2016-12-08 19:28:26 +02:00
.gitignore 1.5.1 - Moved stuff around & minor bug fixes, added analysis test 2016-12-15 21:27:48 +02:00
build.xml Initial commit v1.4.1 2016-12-08 19:31:10 +02:00
manifest.mf Initial commit v1.4.1 2016-12-08 19:31:10 +02:00