Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull vanilla statistics #8

Open
Maxopoly opened this issue Jul 21, 2016 · 2 comments
Open

Pull vanilla statistics #8

Maxopoly opened this issue Jul 21, 2016 · 2 comments

Comments

@Maxopoly
Copy link

  • Distance travelled by vehicle/sneaked/sprinted etc.
  • Block breaks for important blocks (ores, obsidian)
  • Item usage (xxxx blocks broken with diamond pick in time intervall Y)
@ProgrammerDan
Copy link

Distance traveled at chunk granularity is aggregated, sub-keyed by conveyance type (vehicle, walking, sprinting, sneaking, flying, etc.).

Block breaks are tracked at chunk / player granularity

To do from this request:

  • Add vehicle type tracking (horse / pig / etc)
  • Tool usage:
    • Break w/ tool
    • Interact w/ tool
    • Damage w/ tool
  • Item usage:
    • Food consumption
    • Potion consumption
  • Entity interactions:
    • Mount / Dismount
    • Kill
    • Leash / Unleash
    • Sheer
    • ??

@ProgrammerDan
Copy link

so far added vehicle, vanilla crafting, mob kill / drops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants