A client-side companion mod that displays faction territories on JourneyMap.
- Real-time faction territory display on JourneyMap
- Hole detection - territories with unclaimed chunks inside show correctly
- Clean polygon rendering - no ugly chunk grids
- Multiple disconnected regions support
- Minecraft 1.20.1
- Fabric Loader 0.14.21+
- Fabric API
- JourneyMap 5.10.3+
- Download the latest release from Releases
- Place the
.jarfile in yourmodsfolder - Launch Minecraft with Fabric
- Faction territories displayed as colored polygons on the map
- Holes in territories shown as unclaimed (gray) areas
- Clean boundaries without chunk grid lines
- Multiple regions for disconnected faction lands
JourneyFactions is a client-side only mod that:
- Listens for faction data from server-side faction mods
- Processes territory shapes with proper hole detection
- Creates JourneyMap overlays using clean polygon rendering
- Updates in real-time as territories change
https://github.com/Arona74/factions
The mod works out of the box with no configuration needed.
This project is licensed under the MIT License - see the LICENSE file for details.
Found a bug or have a suggestion? Please open an issue on the GitHub Issues page.
- Built with the JourneyMap API
- Inspired by territory visualization needs in faction servers