AutoSplit Timer Mod (Minecraft Java 1.12.2)
An automatic lap timer for Minecraft parkour players.
Works on multiplayer servers. Just run, and your laps are recorded automatically.
This is a client-side mod that adds a LiveSplit-style timer to Minecraft.
It records lap times automatically when you enter areas that you have set up yourself.
Quick Start
Once AutoSplit Timer Mod is set up, all you need to do is run.
Minimal Setup
- Download the mod file
autosplittimer-x.x.x.jar from Releases on the right side of the page.
- Install the mod into the Forge 1.12.2 client.
- Set up the Start, Lap, and Goal areas.
- Run.
Enter the following commands as they are:
/ast course set MyCourse
/ast seg add 0 "Start" height 1
/ast seg add 1 "Lap1" height 0.5
/ast seg add 2 "Goal" height 1
seg add creates a detection box of 1 × 1 × height at the block under your feet when the command is executed.
With only this setup:
- Enter Start → the timer starts automatically
- Enter Lap → a lap is recorded automatically
- Enter Goal → the timer stops automatically
Just run!
Basic Usage Flow
1. Select or create a course
/ast course set <courseName>
To load an existing course:
/ast course load <courseName>
2. Create lap areas for the selected course
/ast seg add <index> "<name>" height <h>
You can freely place Start, Lap, and Goal areas.
index=0 becomes the Start, and the highest index becomes the Goal.
3. Run
- The timer starts automatically when you enter Start.
- A lap is recorded automatically each time you enter a configured area.
- The timer stops automatically when you enter Goal.
Features
Fully automatic lap timing
No manual controls or hotkeys are required.
Customizable HUD with GUI
Open the HUD editor with:
/ast hud edit
You can customize:
- Which information is shown
- Display order, position, and scale
- Colors
Shareable course settings
Course settings are saved as JSON files and can be shared from:
config\autosplittimer\courses\
Area visualization
Configured areas can be displayed inside the world.
Client-side mod
Can be used on multiplayer servers.
Multiple course support
You can create, save, and switch between multiple course setups for different parkour maps.
Feedback Welcome
This mod is currently under development.
If you have feedback, suggestions, or bug reports, please contact me by DM.
X: konqa_
Discord: sasas_
Notes
- This is an unofficial tool.
- This mod is not affiliated with LiveSplit.
- Since the mod is still under development, specifications may change in future versions.
AutoSplit Timer Mod(Minecraft Java 1.12.2)