Description
ColonyRank adds a competitive leaderboard system to MineColonies servers on NeoForge 1.21.1.
It scans colony data and calculates a transparent score for each colony, then shows rankings in-game and can publish the leaderboard to Discord through a webhook.
Current score formula:
(Population × 5) + (Buildings × 10) + (Average Building Level × 100) + (Claimed Chunks × 10) + (Overall Happiness × 5)
Main features:
- In-game colony ranking command
- Detailed colony score view (with colony IDs to avoid duplicate-name confusion)
- Building level normalization to a 1–5 scale
- Colony age display in a readable format (days/hours)
- Manual admin command to force-send leaderboard to Discord
- Daily automatic Discord posting with configurable time and timezone
- English and French support
Change it in
config/colonyrank.properties
language=en or language=fr


