AutoSplit Timer

Minecraft 1.12.2 Forge mod — Auto split timer for parkour courses

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

  1. Download the mod file autosplittimer-x.x.x.jar from Releases on the right side of the page.
  2. Install the mod into the Forge 1.12.2 client.
  3. Set up the Start, Lap, and Goal areas.
  4. 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)

Minecraftアスレチック勢向け・自動ラップタイマー

マルチサーバーでも使える。 走るだけで、自動ラップ。

Livesplit風のタイマーを、

「自分で設定した領域に入るだけでラップタイムが記録される」

ようにしたクライアントMODです。


Quick Start

AutoSplit Timer Mod は、一度設定したら、あとは走るだけです。

最小構成での使い方

  1. 画面右のReleasesからMod (autosplittimer-x.x.x.jar) をダウンロード
  2. Forge 1.12.2(クライアント)に MOD を導入 ()
  3. スタート・ラップ・ゴールの領域を設定
  4. 走る

以下のコマンドをそのまま入力してください。

/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 は、コマンド実行地点の足元に 1×1×高さ の判定箱を作ります。

これだけで:

  • Start に入る → 自動でタイマー開始
  • Lap に入る → 自動でラップ
  • Goal に入る → 自動で終了

ただ走るだけ!


基本的な使い方の流れ

  1. コースを選ぶ / 作る
    • /ast course set <courseName>
    • すでに作ったコースを読み込むときは /ast course load <courseName>
  2. 選んだコースにラップ領域を作る
    • /ast seg add <index> "<name>" height <h>
    • Start / Lap / Goal を自由に配置
    • index=0がスタート、最大値がゴールになります
  3. 走る
    • Start に入ると自動開始
    • 領域に入るたび自動ラップ
    • Goal で自動終了

できること

  • 完全自動ラップ
    • 手動・ホットキー操作なし
  • HUDをGUIでカスタマイズ
    • /ast hud edit で編集画面を開く
    • 表示する情報のON/OFF
    • 表示順・位置・スケールの調整
    • 色のカスタマイズ
  • コース設定を共有できる
    • config\autosplittimer\courses\から、JSONとして保存・配布可能
  • 領域の可視化
    • 設定した領域をワールド内に表示
  • クライアントMOD
    • マルチサーバーでも使用可能
  • 複数コースを作成・切り替え可能
    • パルクールごとに設定を保存して切り替えできます

フィードバック歓迎

このMODは現在 開発中 です。

使ってみた感想や改善案、バグ報告などがあれば、

ぜひ DM(X: konqa_ / Discord: sasas_)で教えてください。


注意

  • 非公式ツールです
  • LiveSplit とは無関係です
  • 現在開発中のため、仕様が変わる可能性があります

The AutoSplit Timer Team

profile avatar
  • 3
    Projects

More from konqasasas