Skip to content

⏰️ Efficient plugin to check the time spent by players in the game.

License

Notifications You must be signed in to change notification settings

imDMK/SpentTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpentTime

Build Status JDK Supported versions SpigotMC Bukkit bStats

Efficient spent time plugin with many features and configuration possibilities.

Features

  • 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.

FAQ

Q: What are the available placeholder formats?

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.

Q: What are the notification types?

A: CHAT, ACTIONBAR, TITLE, SUBTITLE, DISABLED

Q: What are the types of top player spent time gui?

A: STANDARD, PAGINATED

Q: What database types are supported by this plugin?

A: We currently support the following databases: SQLITE, MYSQL, MARIADB

Q: Why doesn't my time in the top count immediately?

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.

Information

If you have any suggestion or found a bug, please report it using this site.