About Stats

The Stats module tracks certain player job stats and forms leaderboards for each job based on them.

Configuration files:

  • Main module configuration file - stats.yml.

Leaderboard Placeholders

For each stats trackers, PlaceholderAPI placeholders of the following format are automatically registered:

  • %stats_top_name_[name]_[position]_[jobId]% - Player's name at a specific position.
  • %stats_top_score_[name]_[position]_[jobId]% - Player's "score" at a specific position.
  • %stats_position_[name]_[jobId]% - Player's current position.

Variables:

  • [name] - Tracker name. For example, level.
  • [position] - Position number. For example, 15.
  • [jobId] - Unique job ID.