Pack: Track Statistics - teakivy/teaks-tweaks GitHub Wiki
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>
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 |
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
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
"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.