An app version of my player tracker decoder. It is an interactive and super configurable viewer, analyzer, and exporter tool for the data created by my Player Tracker Mod.
This can ONLY BE USED with my Player Tracker mod for minecraft. The purpose of this app is to be able to view and analyze the data collected from the mod. I also made this as a fun project to learn more about Java.
The program should do the following steps by itself, but its always better doing it yourself just in case. (My code tends to be unpredictable)
- Put the .jar file in an empty folder
- Create these folders "inputs", "outputs", and "worldImages"
Now you are good to go, just run the .jar file!
- Display all the data that you imported.
- Display a desired date range or single point in time.
- Animate the time to see players moving around as time passes.
- See a list of all the players in the data and either change their marker color or disable them entirely.
- Select individual points (By clicking on points, it's a bit finicky though) and see their information. This included the date, player name, and position.
- Represent the data in four ways: Pixels, Dots, Lines, or a Heatmap.
- Option to fade out data based on its age.
- Set a threshold for line lengths in order to prevent long lines that result from interdimensional travel or deaths.
- Option to show lines hidden by the threshold (To view nether travel or deaths).
- Import a background image of the data's world so that you can see where players are.
- Extensive configuration for almost everything
- Ability to export a view of all the data in one image. (Still kinda buggy, gotta fix it)
- And some other stuff I forgot to write here.