Pack: Track Statistics - teakivy/teaks-tweaks GitHub Wiki

Pack: Track Statistics (track-statistics)

Track Statistics adds statistics that are processed before-hand. E.g. Km swam, Km flown, etc.

Set the scores to appear on the sidebar by using the command: /scoreboard objectives setdisplay sidebar <objective>

Set the scores to appear on the player list by using the command: /scoreboard objectives setdisplay list <objective>

Showcase

image

image

Statistics

Name Objective Criteria Action
Play Minutes hc_playTime minecraft.custom:minecraft.play_time / 1200
Elytra km hc_elytraKm minecraft.custom:minecraft.aviate_one_cm / 100000
Swim km hc_swimKm minecraft.custom:minecraft.swim_one_cm / 100000

Config

The config for this pack can be found in the config.yml file for the plugin.

# Track Statistics
# Adds statistics that are processed before-hand. E.g. Km swam, Km flown, etc.
track-statistics:
  enabled: false

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

Messages

"track_statistics.name": "Track Statistics",
"track_statistics.description": "Adds statistics that are processed before-hand. E.g. Km swam, Km flown, etc.",

track_statistics.name

  • Default - Track Statistics

track_statistics.description

  • Default - Adds statistics that are processed before-hand. E.g. Km swam, Km flown, etc.
⚠️ **GitHub.com Fallback** ⚠️