Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Tags
Creators
Details
Licensed MIT
Published 4 months ago
AtlasSentinel
A lightweight developer tool for tracking plugin builds during development.
AtlasSentinel is a clean, minimal, developer‑side utility designed to help plugin authors, track rebuilds, test cycles, and class changes while developing their own plugins.
It is not a dependency, not a library, and not meant for production servers.
It is a quiet watcher that wakes up, scans your plugins, and tells you exactly what changed.
✨ Features
- Detects when a plugin JAR has been rebuilt
- Tracks test numbers automatically
- Records timestamps and class counts
- Stores build history in a simple JSON file
- Optional filtering to watch only specific plugins
- Zero bloat — no commands, no listeners, no overhead
- Runs silently after the initial scan
Configuration AtlasSentinel creates a folder:
plugins/AtlasSentinel/
Inside is a simple config.yml:
scan-only:
- MyPlugin
- DependencyA
If the list is empty, AtlasSentinel scans all plugins except itself.


