
Plan | Player Analytics
The Ultimate Tool to monitor Minecraft player activity! Bukkit/Sponge/Bungee/Velocity support.
Список изменений
5.7 DEV build 3341
This dev release includes support for mc version 26.1 on fabric, new sessions tab and bugfixes.
Special thanks to AnttiMK & Minecraft0122 for contributions to this update
Change log
Website
New sessions tab
Sessions tab was rewritten on all pages (Network, Server, Player) and it now gets you up to 10k sessions, which can be searched further and exported as CSV. You can choose a date range using the session calendar or the new date picker component.
All of the data on session page will reflect the selected dates. All ongoing sessions within selected date range are shown, even if they didn't start within the date range, but before it.
On the Export website this feature is not available and defaults to most recent data (Similar to before)
New Web permissions
To implement dynamic date based filtering seen above, new endpoint /v1/datapoint was implemented. This will be expanded upon in the future. This endpoint uses data.player, data.server, data.network (and further subdivisions) to control visiblity. These permissions are granted automatically based on existing permissions:
- access.network -> group is given data.network
- access.server -> group is given data.server
- access.player -> group is given data.player
/v1/datapoint will also check for access.player and access.player.self if looking for player specific data.
Other
The new date picker component is in use anywhere you can input dates to a text field
Bugfixes
- Fixed Average MSPT not showing if MSPT was under 1ms
- Fixed date saying 'Today' if it was in the future
- Fixed Alternative_IP.Address changes not being reflected in Javascript due to Cache policy
- Fixed boolean Extension values causing 'variable t not found' error.
Fabric 26.1
AnttiMK implemented Fabric 26.1 support. 1.21.9-1.21.11 are no longer supported by this version.
Config
- Display_options.Sessions.Show_on_page setting has been removed
- Changed default value for
Time.Thresholds.Remove_time_series_afterto 3650 on Bungee/Velocity (Default is not automatically replaced)
Locale
- CN locale updated by Minecraft0122
