Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A lightweight developer tool that tracks plugin rebuilds, test cycles, and class changes.
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.
Pages
Members
Owner