It says [username] has played for [pt - afk] of which [afk] were afk.
([pt - afk] = playtime minus afk time, [afk] = afk time)
With the written english, it implies that [pt - afk] INCLUDES the AFK time, which it does not.
I have forked this plugin and fixed it so that [pt - afk] turns into [pt] which makes the English correct here.
I could either create a pull request with those changes, or change the language so that it says [username] has played for [pt - afk], and was afk for [afk]. or something along those lines. Your choice.
It says
[username] has played for [pt - afk] of which [afk] were afk.(
[pt - afk]= playtime minus afk time,[afk]= afk time)With the written english, it implies that
[pt - afk]INCLUDES the AFK time, which it does not.I have forked this plugin and fixed it so that
[pt - afk]turns into[pt]which makes the English correct here.I could either create a pull request with those changes, or change the language so that it says
[username] has played for [pt - afk], and was afk for [afk].or something along those lines. Your choice.