Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
β Task Tracker
A lightweight, collaborative task system for server staff.
Keep your admin team organized with a shared in-game to-do list featuring clickable checkmarks, hover details, and automatic notifications.
π₯ Quick Demo:
π§ Overview
Task Tracker gives admins a shared list of outstanding jobs that lives entirely in Minecraft chat.
Add tasks, view them in a clean bullet list, and mark them complete with a single click.
Hover over a task to see who added it and how long ago it was created.
Staff with notify permissions are automatically alerted when tasks are added or completed.
β¨ Features
- π Shared global list for the whole staff team
- β Clickable checkmark to complete tasks instantly
- π Hover tooltips: βAdded byβ + βtime agoβ
- π Notifications to staff when tasks are added/completed
- π¬ Console support: add tasks from console; broadcasts mention βConsoleβ
- πΎ Persistent storage (YAML) across restarts
- π Permission-based control for view/add/complete/notify
π Getting Started
- Place the JAR into
/plugins/. - Restart or reload your server.
- Use
/addtask <text>to create a task. - Use
/tasksto view tasks and click β to complete (with permission).
π οΈ Commands
| Command | Description |
|---|---|
/tasks |
Show the shared list of outstanding tasks. If you have delete permission, a clickable β is shown. |
/tasks complete <id> |
Complete a specific task by ID (also what the β runs). |
/addtask <text> |
Add a new task to the shared list (e.g., /addtask Create a shop plot). |
π Permissions
| Permission | Description |
|---|---|
tasktracker.view |
Allows viewing the shared list and receiving hover info. |
tasktracker.add |
Allows adding new tasks with /addtask. |
tasktracker.delete |
Allows completing/removing tasks (clicking β or /tasks complete <id>). |
tasktracker.notify |
Receives notifications when tasks are added or completed. |
Staff receive notifications only if they have both
tasktracker.viewandtasktracker.notify.
π¬ Notifications
On add:
[Tasks] Shantek added a new task: Create a new shop plot at spawn
On complete:
[Tasks] Shantek completed the task: Create a new shop plot at spawn (added 2h 4m ago)


