plan-player-analytics / Plan

Player Analytics plugin for Minecraft Server platforms - View player activity of your server with ease. :calendar:
https://www.spigotmc.org/resources/plan-player-analytics.32536/
GNU Lesser General Public License v3.0
858 stars 170 forks source link

Placeholders do not update #3632

Closed bimoluk closed 3 months ago

bimoluk commented 4 months ago

Player placeholders do not update in real time, nor do other player's game times and kills. Only player death updates.

AuroraLS3 commented 4 months ago

Most of these placeholders are based on information from the database and database doesn't update in real time

bimoluk commented 4 months ago

Is there any way to fix this? After adding the plan to the proxy, the game time placeholder also stopped updating, it previously worked

AuroraLS3 commented 4 months ago

Adding Plan to the proxy sounds unrelated.

Session related data: playtime, player kills, mob kills, deaths, world times data - these all update on player leave. This data can update for players who are on the same server, as live session from memory is added to the data, but update frequency depends on the other plugin replacing the placeholder.

I don't have a fix for this, it's working as designed - The level of detail available on the placeholders doesn't exceed that available on the website since they reuse the same code.