#Does anyone know a good plugin to monitor player data?

1 messages · Page 1 of 1 (latest)

white cradle
#

What i mean by this is stuff like: average playtime/players commitment to the server (if they come back and play more)? Would be helpful to see player retention in relation to updates and monitor if it improves or dips.

white cradle
#

Basically just something to monitor player retention.

inland garden
#

Like players joining and going ?

white cradle
#

yeah and how long they stay and stuff

#

and if they regularaly come back

#

important info like that

inland garden
#

well I don't know if any plugin would exist that has your exact functionality, I mean probably. However, it definitely wouldn't be difficult to create.

cunning knoll
#

is you can monitor it

#

by placeholders

#

it take time to thing how to use the placeholder

white cradle
#

i could try make something like this with skript i just wanted to see if there was something like this taht already exists

inland garden
#

If you're wanting to create this from a plugin stance, I'd simply have a DB e.g. UUID as primary key, timedJoined, lastJoin, timePlayed, etc. Than you simply just have to graph it in a command or something alike.

white cradle
#

do you know any plugins that already have placeholders like that? I already have playtime placeholder but im not sure about the other ones

cunning knoll
#

by place holder you can check the player mined block

#

how many time he/she joined

#

player kill death

inland garden
#

well I mean, no, I typically avoid using public plugins directly. However, you could search for keywords regarding the topic and suffix it 'spigotmc' or something in attempt to look for it.

#

I think when I coded a statistics plugin I actually used vanilla mc statistics and just used a utility to load offline player data for things like leaderboards

inland garden
#

well yeah, no sense in storing data that already exists.

#

assuming when you're loading the offline data you're doing it efficiently and not causing overhead its a lovely solution. aaedgy_wowpepe