Skip to content

titlo10/AutoMarker

Repository files navigation

AutoMarker

AutoMarker Logo

A Fabric mod that drops markers on ReplayMod timelines when in-game events happen.

Minecraft Version Fabric Loader License


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.

Features

  • 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.

Configuration

In-Game GUI

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.

Config File

Settings are saved to .minecraft/config/replaymod_auto_markers.json:

{
  "enableDeaths": true,
  "enableAchievements": true,
  "chatKeywords": "marker, highlight, raid"
}

Requirements

  • Minecraft 1.20+
  • Fabric Loader ≥ 0.16.0
  • Fabric API
  • ReplayMod

Drop the compiled .jar into your mods folder.

Building from Source

git clone https://github.com/titlo10/AutoMarker.git
cd AutoMarker
./gradlew bundleJar

Jars land in build/libs and build/bundled.

License

GPL-3.0. See LICENSE for details.

About

Automatically adds markers to ReplayMod recordings in Minecraft when trigger events occur.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages