Efficient spent time plugin with many features and configuration possibilities.
- Top players spent time (with gui).
- Configurable items in top players spent time.
- Ability to change the type of top players spent time gui.
- Ability to decorate the top players spent time gui.
- Possibility to set a custom number of players displayed in the spent time top.
- Checking the time spent while the player is offline.
- Resetting a player's spent time.
- Reset spent time for all players on the server.
- Placeholder API support.
- Adventure components support.
A: At the moment there are currently 2 placeholders available:
%spent-time%
- Displays the value in milliseconds of the player's time spent.%spent-time-formatted%
- Displays the converted value in human readable (e.g. 10h 30m) of the player's spent time.
A: CHAT, ACTIONBAR, TITLE, SUBTITLE, DISABLED
A: STANDARD, PAGINATED
A: We currently support the following databases: SQLITE, MYSQL, MARIADB
A: This is specifically done to make the plugin efficient. The player's time updates when entering and exiting the server and there is an additional task that updates the spent time of all players. You can change its frequency in the configuration by changing playerSpentTimeSaveDuration
.
If you have any suggestion or found a bug, please report it using this site.