
PlayTime is a plugin that allows you to keep track of your player's played time. You can not only check your played time and compete against each, but you are rewarded for playing a certain amount of time, configurable.


- Tracks the playtime of players online
- Playtime can be checked through a command
- Players can check other people's playtime
- Times are saved in case of a reload/restart
- Rewards can be configured to be given for time played
- All messages are configurable
- Toplist displays the top times
- Supports permissions
- Supports 1.9.x - 1.8.x
- Anti-AFK pools

You can reward your players for playing every 60min, or every 120min, or every 24 hours. It is up to you, you may configure it for your own needs. You may also change the command you want to perform to reward your player, for instance, "give %player% diamond."

Once the player reaches the amount of time needed to win a reward, he will be notified through a message.

The top list will create a leaderboard of the top 10 players with the most time.


The Anti-AFK feature does not count player's time when he/she is afk, such as in an afk-pool or just standing still. The AFK time is configurable and AFK pools are detected by this feature.


There is permission support for every single feature. This are the following commands and permissions:
- /playtime allows you to check your playtime
- /playtime [player] allows you to check someone's playtime
- /reward allows you to claim a reward, if you have one
- /playtimetop allows you to check the playtime top list
- /playtime [player] allows you to check someone's playtime
- /reward allows you to claim a reward, if you have one
- /playtimetop allows you to check the playtime top list
- playtime.playtimeplayercmd check other player's time (/playtime [player])
- playtime.playtimecmd check your time (/playertime)
- playtime.top check the top list
- playtime.reward claim a reward if you have enough time (/reward)
- playtime.playtimecmd check your time (/playertime)
- playtime.top check the top list
- playtime.reward claim a reward if you have enough time (/reward)

The price of the plugin is $3.50. You may purchase it at:
Sellfy
Spigot

Code:
player-afk-time-secs: 180
messages:
no-perms: '&cYou do not have permissions to use this'
reward-waiting-for-you: '&cYou have a reward waiting for you! use /reward to claim it'
reward-time-message: '&cYou must wait &6&l%time% &cto obtain a reward!'
reward-claim-message: '&aCongratulations, you have been rewarded by your play time!'
playtime-time-message: '&aYour current time is &6&l%time%'
otherplayer-time-message: '&aThe player %player% has a time of %time%'
inactive-message: '&cYou have been inactive, please move around to continue counting your play time!'
active-message: '&aYou are now active again, your time will begin increasing again!'
rewards:
time-for-reward-minutes: 60
commands:
- 'give %player% diamond'
- 'give %player% gold_ingot'
- 'time set day'

Last edited: