Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed MIT
Published 7 hours ago
Updated 5 days ago
TaskBoard
A lightweight, client-side only Fabric mod that lets you keep a to-do list right inside the game — jot down things like "farm wood" or "build a house". The list sits as a subtle, always-visible HUD overlay at the edge of your screen and can be positioned freely so it never covers your minimap.
Because it runs purely on the client, you can use it in singleplayer and on any server alike — the server does not need the mod installed.
Features
- Always-on HUD showing your open (and optionally completed) tasks.
- Editor menu via hotkey: add, tick off, reorder (▲/▼) and delete tasks.
- Rebindable hotkey under Options → Controls → TaskBoard (default: B to open).
- Adjustable position — 6 anchor points via the "Pos" button, plus fine-tuning (offset, scale, opacity) in the config file.
- Persistent: your tasks are saved and carry over across all worlds.
Controls
| Action | Default |
|---|---|
| Open task list / editor | B key (rebindable) |
| Toggle HUD on/off | unbound (rebindable) |
| Add a task | Type text + Enter or click "Add" |
| Tick off a task | Click the row or its checkbox |
| Reorder / delete | ▲ ▼ / × on the right of each row |
Configuration
Settings live in config/taskboard/config.json:
| Field | Meaning |
|---|---|
hudVisible |
HUD on/off |
anchor |
Anchor point (TOP_LEFT, CENTER_LEFT, BOTTOM_RIGHT, …) |
offsetX / offsetY |
Distance from the anchor in pixels |
scale |
HUD scale (1.0 = normal) |
showCompleted |
Show completed tasks in the HUD |
hideWhenEmpty |
Hide the HUD when there are no open tasks |
maxRows |
Maximum rows before collapsing into "+N more…" |
backgroundOpacity |
Background opacity (0–100%) |
Requirements
- Fabric Loader & Fabric API
- Java 25
License
MIT © ogFIRE08


