Compatibility
Minecraft: Java Edition
1.21โ1.21.10
1.20.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 8 months ago
EasyPlaytime
EasyPlaytime is a lightweight Minecraft plugin that allows you to display player playtime directly in the tab list (via placeholders) or in the chat using simple commands.
Perfect for servers running Paper or Folia on Minecraft 1.21.x and newer.
โจ Features
- Show player playtime in the tab list with a placeholder
- Display playtime in chat with easy-to-use commands
- Fully configurable time format (days, hours, minutes, seconds)
- Simple and lightweight setup
- Works seamlessly with Paper and Folia
๐ฆ Installation
- Download the latest
.jarfrom the releases page. - Place the
.jarfile into your serverโspluginsfolder. - Start your server to generate the default configuration file.
- Open
plugins/EasyPlaytime/config.ymland adjust the settings as desired. - Restart your server or use
/eplaytime reloadto apply changes.
โจ๏ธ Commands
| Command | Description |
|---|---|
/easyplaytime playtime [player] |
Shows a playerโs playtime in chat |
/eplaytime reload |
Reloads the configuration |
๐ Permissions
| Permission | Description |
|---|---|
easyplaytime.playtime |
Allows use of the playtime command |
easyplaytime.reload |
Allows reloading the configuration |
โ๏ธ Configuration
The configuration file allows you to define which time units are displayed and customize plugin messages.
Example config.yml:
format:
show-days: true
show-hours: true
show-minutes: true
show-seconds: true
messages:
no-permission: "&cYou donโt have permission for this command."
player-not-found: "&cPlayer '{player}' was not found."
config-reloaded: "&aConfiguration reloaded!"


