We use this plugin to let players easily keep track of how long they have played.
Description:
Playtime is a simple plugin that i made to allow players to view their time played or another player’s time played on the server. playtime is fully customizable and can be done from the configuration file.
Commands:
– /playtime – shows your time played on the server – Permission: playtime.check
– /playtime <player> – shows another player’s time played on the server
– /serveruptime – shows the server online time – Permission: playtime.uptime
playtime:
aliases: [timeplayed, pt]
serveruptime:
aliases: [uptime, sp]
Images:
Configuration:
# # Playtime By F64_Rx - Need Help? PM me on Spigot or post in the discussion.
# # =================
# # | CONFIGURATION |
# # =================
#
# # available placeholders
# # %player% - returns the player name
# # %time% - shows time played
# # %timesjoined% - shows the amount of times the player has joined the server
# # %serveruptime% - shows the uptime of the server
# # %prefix% - shows the prefix
prefix: '&3[&aPlaytime&3]'
time:
second: s
minute: m
hour: h
day: d
messages:
no_permission:
- ''
- '&8[&bPlayTime&8] &cYou don''t have permission.'
- ''
not_online:
- ''
- '&8[&bPlayTime&8] &cPlayer %player% is not online!'
- ''
player:
- ''
- '&8[&bPlayTime&8]'
- '&b%player%''s Stats are:'
- '&bPlayTime: &7%time%'
- '&bTimes Joined: &7%timesjoined%'
- ''
other_players:
- ''
- '&8[&bPlayTime&8]'
- '&b%player%''s Stats are:'
- '&bPlayTime: &7%time%'
- '&bTimes Joined: &7%timesjoined%'
- ''
server_uptime:
- ''
- '&8[&bPlayTime&8] &bServer''s total uptime is %serveruptime%'
- ''
– add top # list
– add afk vs active playtime
– add rewards to be given to the player after x amount of playtime.
Link