A Fabric mod that drops markers on ReplayMod timelines when in-game events happen.
AutoMarker hooks into ReplayMod and tags your timeline as things happen. Beats scrubbing through a three-hour recording to find the death, advancement, or chat message you actually care about.
- Player Deaths — Drops a "Player Died" marker when you die.
- Advancements — Drops an "Advancement: [Name]" marker on completion.
- Chat Keywords — Drops a "Chat: [Keyword]" marker when specific words hit chat. Good for stream alerts, raid calls, or anything else worth bookmarking.
Install Mod Menu, open AutoMarker's config from the mods list — or press K in-game. Toggle death/advancement markers and set your chat keywords (comma-separated) from there.
Settings are saved to .minecraft/config/replaymod_auto_markers.json:
{
"enableDeaths": true,
"enableAchievements": true,
"chatKeywords": "marker, highlight, raid"
}- Minecraft 1.20+
- Fabric Loader ≥ 0.16.0
- Fabric API
- ReplayMod
Drop the compiled .jar into your mods folder.
git clone https://github.com/titlo10/AutoMarker.git
cd AutoMarker
./gradlew bundleJarJars land in build/libs and build/bundled.
GPL-3.0. See LICENSE for details.