Initiative Tracker Plus
approvedby Mike
Forked from Obsidian-TTRPG-Community/initiative-tracker
Track TTRPG combat initiative, HP, conditions, and XP in Obsidian encounter blocks. A community fork of Initiative Tracker. - This plugin has not been manually reviewed by Obsidian staff.
Initiative Tracker Plus
A community fork of Initiative Tracker for Obsidian — track initiative, HP, conditions, and XP during TTRPG combat encounters.
This fork is maintained independently and includes community enhancements on top of the original plugin.
Features
- Add and remove creatures from encounters
- Track HP, AC, initiative, and status conditions
- Calculate encounter difficulty and XP by level or challenge rating
- Award encounter XP directly to players
- Group identical creatures and set display names
- Support dice rolls for random creature counts
- Sort by initiative automatically
- Save and load multiple encounters in
encountercode blocks - Integration with Fantasy Statblocks and Dice Roller
Installation
From Obsidian Community Plugins
- Open Settings → Community plugins.
- Browse and search for Initiative Tracker Plus.
- Install and enable the plugin.
Manual installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create a folder named
initiative-tracker-plusin your vault's.obsidian/plugins/directory. - Copy the three files into that folder.
- Enable the plugin under Settings → Community plugins.
Quickstart
- Open a note where you want to track an encounter.
- Create a code block with the language set to
encounter:
```encounter
name: Example
creatures:
- 3: Goblin
```
- Add creatures by name, dice roll, or bestiary entry.
- Click the play button to start tracking initiative.
Grouped creatures
Copies of the same creature can be tracked as one combatant:
```encounter
name: Goblin Patrol
creatures:
- creature: Goblin
count: 6
grouped: true
```
A group has one initiative and one pooled HP total. Its surviving count drops
whenever the pool crosses a member's HP threshold. The DM view shows the
current outgoing damage multiplier (for example, ×4 for four survivors);
this is informational and does not multiply damage entered against the group.
The player view shows only the surviving count. Conditions, AC changes, and
other controls apply to the whole group.
Relationship to the original plugin
This plugin is a fork of Initiative Tracker by Jeremy Valentine. Initiative Tracker Plus is maintained independently in msweat254/initiative-tracker.
- Plugin ID:
initiative-tracker-plus(do not install alongside the originalinitiative-trackerplugin) - License: GNU GPL v3 — see LICENSE and NOTICE
Support
Report bugs and request features on the Issues page.
Recommended companion plugins
- Fantasy Statblocks — statblocks and bestiary integration
- Dice Roller — inline dice rolling
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.