You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command for a Player to set themself as AFK.
/playtimes:afk
A command for Admins to set a player as AFK.
/playtimes:afk {playername}
Benefits:
Players can manually pause their Play Time from increasing and Admins could force a player to pause their Play Time increasing through other means such as automated tasks.
Implementation:
New in-game command will set the "isAFK" boolean in AFKManager.java to "true".
Ideally the command would have tab-completion and ignore casing for usernames.
Additional Context
Additional Context:
I have another plugin specifically for advanced AFK checking that can perform actions based on different time intervals set. When that status is triggered automatically OR manually; we are able to perform specified actions. Currently, I have PlayTimes synced up to the 5 minute interval tasks. However, if a player sets themselves as AFK manually (with the other plugin) the Play Time continues to increase. It would be nice to have the above commands so that a player can stop their own Play Time from increasing or, in my case, an admin command could set their status as well. By allowing an admin command I could have my other AFK plugin handle its own tasks and also pause their Play Time in sync.
The text was updated successfully, but these errors were encountered:
This is a great suggestion. I will definitely add this feature. I might also enable streamlined integration, allowing popular AFK plugins to effortlessly connect with PlayTimes for managing the AFK system.
What AFK Plugin do you use?
(ETA - I am going on vacation tomorrow so expect this to be added near the end of next week)
Suggestion
Description:
/playtimes:afk
/playtimes:afk {playername}
Benefits:
Implementation:
Additional Context
Additional Context:
The text was updated successfully, but these errors were encountered: