
HomeLimiter
Automatically enforces EssentialsX home limits when a player’s rank changes. If a player is downgraded and their new rank allows fewer homes, the plugin removes the most recently created homes to match the EssentialsX limits.
Список изменений
Changelog
UpdateChecker
Bug Fix — Spurious updates on latest version
parseVersion() now strips a leading v/V before parsing. Modrinth version strings like v1.2.3 were previously parsed as v1 → 0, making every release appear newer than the installed version and triggering a re-download even when already up to date.
Refactor — Hardcoded Modrinth project ID
Removed the projectId instance field and its constructor assignment. The ID is now a private static final constant (PROJECT_ID = "eT7gbibF"). The dead isBlank() / "YOUR_MODRINTH_PROJECT_ID" guard in start() was removed alongside it.
Improvement — Side-by-side version log
Both the Modrinth version and the installed version are now logged before the comparison runs, making any future version string mismatches immediately visible in the console.
